summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2010-12-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-12-17block: max hardware sectors limit wrapperMike Snitzer
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart
2010-12-01blk-throttle: Correct the placement of smp_rmb()Vivek Goyal
2010-12-01blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal
2010-11-29block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-15blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal
2010-11-11block: remove unused copy_io_context()Jens Axboe
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov
2010-11-10block: read i_size with i_size_read()Mike Snitzer
2010-11-10block: take care not to overflow when calculating total iov lengthJens Axboe
2010-11-10block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen
2010-10-07elevator: fix oops on early call to elevator_change()Jens Axboe
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal
2010-10-01blkio-throttle: limit max iops value to UINT_MAXVivek Goyal
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal
2010-10-01blkio-throttle: Fix link failure failure on i386Vivek Goyal
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal
2010-10-01blkio: Add root group to td->tg_listVivek Goyal
2010-10-01blkio: deletion of a cgroup was causes oopsVivek Goyal
2010-10-01blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nVivek Goyal
2010-10-01block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni
2010-10-01block: revert bad fix for memory hotplug causing bouncesJens Axboe
2010-09-25block: prevent merges of discard and write requestsAdrian Hunter
2010-09-24block: set the bounce_pfn to the actual DMA limit rather than to max memoryMalahal Naineni
2010-09-24block: Prevent hang_check firing during long I/OMark Lord
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal