aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-198-40/+162
|\
| * elevator: fix oops on early call to elevator_change()Jens Axboe2010-10-071-4/+8
| * block: prevent merges of discard and write requestsAdrian Hunter2010-09-251-0/+12
| * cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal2010-09-211-3/+13
| * block: fix blk_rq_map_kern bio direction flagBenny Halevy2010-09-211-1/+1
| * block: Range check cpu in blk_cpu_to_groupBrian King2010-09-101-2/+6
| * block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-231-13/+31
| * BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-231-3/+3
| * block: put dev->kobj in blk_register_queue fail pathXiaotian Feng2010-08-231-0/+1
| * cfq-iosched: blktrace print per slice sector statsVivek Goyal2010-08-231-2/+7
| * cfq-iosched: Implement tunable group_idleVivek Goyal2010-08-231-9/+56
| * cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal2010-08-231-6/+24
| * cfq-iosched: Do not idle if slice_idle=0Vivek Goyal2010-08-231-1/+4
| * blkio: Fix return code for mkdir callsCiju Rajan K2010-08-231-1/+1
* | 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
* | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-103-40/+50
* | block: rename barrier/ordered to flushTejun Heo2010-09-103-63/+60
* | block: rename blk-barrier.c to blk-flush.cTejun Heo2010-09-102-1/+1
* | block: drop barrier ordering by queue drainingTejun Heo2010-09-104-207/+105
* | block: misc cleanups in barrier codeTejun Heo2010-09-103-37/+23
* | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-103-31/+24
* | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-28/+7
|/
* block: add secure discardAdrian Hunter2010-08-125-6/+27
* blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov2010-08-081-2/+6
* block: update request stacking methods to support discardsike Snitzer2010-08-081-0/+5
* block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori2010-08-071-1/+1
* block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori2010-08-071-0/+1
* block: fix problem with sending down discard that isn't of correct granularityJens Axboe2010-08-071-3/+12
* blkdev: check for valid request queue before issuing flushDave Chinner2010-08-071-0/+9
* block: remove BKL from partition ioctlsArnd Bergmann2010-08-071-4/+0
* block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann2010-08-071-4/+0
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-072-58/+0
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-10/+1
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-6/+1
* block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori2010-08-071-7/+2
* block: introduce REQ_FLUSH flagFUJITA Tomonori2010-08-071-1/+1
* block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-072-0/+42
* block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe2010-08-071-1/+1
* gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen2010-08-071-2/+1
* block: don't allocate a payload for discard requestChristoph Hellwig2010-08-072-27/+38
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-076-39/+21
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-077-28/+39