aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* block: kill genhd_media_change_notify()Tejun Heo2010-12-16
* block cfq: select new workload if priority changedShaohua Li writes2010-12-13
* cfq-iosched: Get rid of on_st flagGui Jianfeng2010-11-30
* cfq-iosched: Get rid of st->activeGui Jianfeng2010-11-30
* Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-27
|\
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-13
* | block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...Mike Snitzer2010-11-16
* | Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/coreJens Axboe2010-11-16
|\ \
| * | blk-cgroup: Allow creation of hierarchical cgroupsVivek Goyal2010-11-15
* | | Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-16
|\| |
| * | block: remove unused copy_io_context()Jens Axboe2010-11-11
| * | block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
| * | block: ioctl: fix information leak to userlandVasiliy Kulikov2010-11-10
| * | block: read i_size with i_size_read()Mike Snitzer2010-11-10
| * | block: take care not to overflow when calculating total iov lengthJens Axboe2010-11-10
| * | block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-11-10
| |/
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-25
| |\
| | * Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-24
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into for-nextJiri Kosina2010-08-11
| | |\
| | * | Fix spelling fuction -> function in commentsStefan Weil2010-08-09
| * | | block: fix use-after-free bug in blk throttle codeJens Axboe2010-10-23
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-22
| |\ \ \
| | * | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-22
| * | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
| |\ \ \ \
| | * \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-19
| | |\ \ \ \
| | * | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-16
| | * | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-10
| | * | | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-10
| | * | | | | block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo2010-09-10
| | * | | | | block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo2010-09-10
| | * | | | | block: kick queue after sequencing REQ_FLUSH/FUATejun Heo2010-09-10
| | * | | | | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo2010-09-10
| | * | | | | block: simplify queue_next_fseqChristoph Hellwig2010-09-10
| | * | | | | block: filter flush bio's in __generic_make_request()Tejun Heo2010-09-10
| | * | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-10
| | * | | | | block: rename barrier/ordered to flushTejun Heo2010-09-10
| | * | | | | block: rename blk-barrier.c to blk-flush.cTejun Heo2010-09-10
| | * | | | | block: drop barrier ordering by queue drainingTejun Heo2010-09-10
| | * | | | | block: misc cleanups in barrier codeTejun Heo2010-09-10
| | * | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-10
| | * | | | | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-10
| * | | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
| |\ \ \ \ \ \
| | * | | | | | cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal2010-10-22
| | * | | | | | block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-19
| | * | | | | | block: Fix double free in blk_integrity_unregisterMartin K. Petersen2010-10-15
| | * | | | | | block: Ensure physical block size is unsigned intMartin K. Petersen2010-10-13
| | * | | | | | blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal2010-10-01
| | * | | | | | blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-01
| | * | | | | | blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal2010-10-01