summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe2010-08-071-68/+36
* block: add sysfs knob for turning off disk entropy contributionsJens Axboe2010-08-072-1/+30
* block: Don't count_vm_events for discard bio in submit_bio.Tao Ma2010-06-241-1/+1
* cfq: fix recursive call in cfq_blkiocg_update_completion_stats()Jens Axboe2010-06-211-1/+1
* cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal2010-06-182-27/+142
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2010-06-171-2/+11
* block: fix DISCARD_BARRIER requestsChristoph Hellwig2010-06-171-5/+2
* block: make blk_init_free_list and elevator_init idempotentMike Snitzer2010-06-042-2/+7
* block: avoid unconditionally freeing previously allocated request_queueMike Snitzer2010-06-041-6/+11
* cfq-iosched: fix an oops caused by slab leakShaohua Li2010-05-251-6/+14
* block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer2010-05-241-1/+1
* cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov2010-05-241-5/+39
* cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-241-13/+28
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-212-4/+6
|\
| * blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan2010-05-071-4/+4
| * blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal2010-05-061-0/+2
| * block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-04-211-7/+5
* | block: remove all rcu head initializationsPaul E. McKenney2010-05-212-2/+0
OpenPOWER on IntegriCloud