summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2010-12-16implement in-kernel gendisk events handlingTejun Heo-0/+429
2010-12-16block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo-3/+87
2010-12-16block: kill genhd_media_change_notify()Tejun Heo-25/+0
2010-12-13block cfq: select new workload if priority changedShaohua Li writes-0/+5
2010-12-09[SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart-0/+8
2010-12-01blk-throttle: Correct the placement of smp_rmb()Vivek Goyal-14/+9
2010-12-01blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal-0/+16
2010-11-30cfq-iosched: Get rid of on_st flagGui Jianfeng-4/+1
2010-11-30cfq-iosched: Get rid of st->activeGui Jianfeng-14/+1
2010-11-29block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng-2/+3
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe-2/+3
2010-11-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-2/+0
2010-11-16block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer-5/+5
2010-11-16Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/coreJens Axboe-4/+0
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe-770/+2424
2010-11-15blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal-4/+0
2010-11-15blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-2/+3
2010-11-11block: remove unused copy_io_context()Jens Axboe-14/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig-9/+2
2010-11-10block: ioctl: fix information leak to userlandVasiliy Kulikov-0/+1
2010-11-10block: read i_size with i_size_read()Mike Snitzer-7/+7
2010-11-10block: take care not to overflow when calculating total iov lengthJens Axboe-10/+24
2010-11-10block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe-0/+2
2010-11-09cfq-iosched: don't schedule a dispatch for a non-idle queueShaohua Li-18/+1
2010-11-08cfq-iosched: don't idle if a deep seek queue is slowShaohua Li-0/+11
2010-11-08cfq-iosched: schedule dispatch for noidle queueShaohua Li-1/+22
2010-11-08cfq-iosched: do cleanupShaohua Li-8/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-31/+13
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe-31/+13
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe-2/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds-5/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-486/+350
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-252/+2069
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-3/+0
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen-5/+2
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal-3/+13
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds-1/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe-40/+162
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu-13/+31
2010-10-15[SCSI] bsg: fix incorrect device_status valueFUJITA Tomonori-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-10-15block: Fix double free in blk_integrity_unregisterMartin K. Petersen-1/+0
2010-10-13block: Ensure physical block size is unsigned intMartin K. Petersen-1/+1
2010-10-07elevator: fix oops on early call to elevator_change()Jens Axboe-4/+8
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-3/+0