aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: allow initialization of previously allocated request_queueMike Snitzer2010-05-112-1/+19
* | block: kill some useless goto's in blk-cgroup.cJens Axboe2010-05-031-44/+40
* | block: fix bad use of min() on different typesJens Axboe2010-04-291-2/+3
* | cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Dmitry Monakhov2010-04-281-1/+1
* | blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov2010-04-281-0/+118
* | blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov2010-04-283-105/+115
* | blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov2010-04-281-14/+19
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-282-10/+12
* | blk-cgroup: config options re-arrangementVivek Goyal2010-04-265-44/+13
* | blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-263-26/+27
* | blkio: Fix blkio crash during rq stat updateVivek Goyal2010-04-211-10/+26
* | blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-163-9/+1