aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'block'James Bottomley2010-12-225-73/+556
|\
| * Merge branch 'for-2.6.38/core' into for-nextJens Axboe2010-12-172-8/+2
| |\
| | * fs/block: type signature of major_to_index(int) to major_to_index(unsigned)Yang Zhang2010-12-171-1/+1
| | * block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p)Yang Zhang2010-12-171-1/+1
| | * cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng2010-12-171-6/+0
| * | implement in-kernel gendisk events handlingTejun Heo2010-12-161-0/+429
| * | block: move register_disk() and del_gendisk() to block/genhd.cTejun Heo2010-12-161-3/+87
| * | block: kill genhd_media_change_notify()Tejun Heo2010-12-161-25/+0
| |/
| * block cfq: select new workload if priority changedShaohua Li writes2010-12-131-0/+5
| * cfq-iosched: Get rid of on_st flagGui Jianfeng2010-11-301-4/+1
| * cfq-iosched: Get rid of st->activeGui Jianfeng2010-11-301-14/+1
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-2/+3
| |\
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+3
| * | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-161-5/+5
| * | Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/coreJens Axboe2010-11-161-4/+0
| |\ \
| | * | blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal2010-11-151-4/+0
| * | | Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-1625-770/+2424
| |\ \ \ | | |/ /
| * | | cfq-iosched: don't schedule a dispatch for a non-idle queueShaohua Li2010-11-091-18/+1
| * | | cfq-iosched: don't idle if a deep seek queue is slowShaohua Li2010-11-081-0/+11
| * | | cfq-iosched: schedule dispatch for noidle queueShaohua Li2010-11-081-1/+22
| * | | cfq-iosched: do cleanupShaohua Li2010-11-081-8/+8
* | | | [SCSI] bsg: correct fault if queue object removed while dev_t openJames Smart2010-12-091-0/+8
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-271-1/+1
|\ \ \ \
| * | | | blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal2010-11-151-1/+1
| | |/ / | |/| |
* | | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/ / /
* | | block: remove unused copy_io_context()Jens Axboe2010-11-111-14/+0
* | | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-102-9/+2
* | | block: ioctl: fix information leak to userlandVasiliy Kulikov2010-11-101-0/+1
* | | block: read i_size with i_size_read()Mike Snitzer2010-11-103-7/+7
* | | block: take care not to overflow when calculating total iov lengthJens Axboe2010-11-101-10/+24
* | | block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-11-101-0/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-254-31/+13
|\ \
| * | Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-244-31/+13
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-1113-229/+214
| |\ \
| * | | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | | block: fix use-after-free bug in blk throttle codeJens Axboe2010-10-232-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-5/+2
|\ \ \ \
| * | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-5/+2
| | |_|/ | |/| |
* | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-229-486/+350
|\ \ \ \
| * \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-198-40/+162
| |\ \ \ \
| * | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-163-29/+21
| * | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-101-16/+2
| * | | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-3/+1
| * | | | | block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo2010-09-101-11/+6
| * | | | | block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo2010-09-101-0/+7
| * | | | | block: kick queue after sequencing REQ_FLUSH/FUATejun Heo2010-09-101-3/+19
| * | | | | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo2010-09-101-1/+1
| * | | | | block: simplify queue_next_fseqChristoph Hellwig2010-09-101-16/+10
| * | | | | block: filter flush bio's in __generic_make_request()Tejun Heo2010-09-101-0/+13