summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAge
* block: add secure discardAdrian Hunter2010-08-12
* blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov2010-08-08
* block: update request stacking methods to support discardsike Snitzer2010-08-08
* block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori2010-08-07
* block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori2010-08-07
* block: fix problem with sending down discard that isn't of correct granularityJens Axboe2010-08-07
* blkdev: check for valid request queue before issuing flushDave Chinner2010-08-07
* block: remove BKL from partition ioctlsArnd Bergmann2010-08-07
* block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann2010-08-07
* block: push BKL into blktrace ioctlsArnd Bergmann2010-08-07
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-07
* block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori2010-08-07
* block: introduce REQ_FLUSH flagFUJITA Tomonori2010-08-07
* block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-07
* block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe2010-08-07
* gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen2010-08-07
* block: don't allocate a payload for discard requestChristoph Hellwig2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe2010-08-07
* block: add sysfs knob for turning off disk entropy contributionsJens Axboe2010-08-07
* block: Don't count_vm_events for discard bio in submit_bio.Tao Ma2010-06-24
* cfq: fix recursive call in cfq_blkiocg_update_completion_stats()Jens Axboe2010-06-21
* cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal2010-06-18
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2010-06-17
* block: fix DISCARD_BARRIER requestsChristoph Hellwig2010-06-17
* block: make blk_init_free_list and elevator_init idempotentMike Snitzer2010-06-04
* block: avoid unconditionally freeing previously allocated request_queueMike Snitzer2010-06-04
* cfq-iosched: fix an oops caused by slab leakShaohua Li2010-05-25
* block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer2010-05-24
* cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov2010-05-24
* cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-24
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-21
|\
| * blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan2010-05-07
| * blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal2010-05-06
| * block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-04-21
* | block: remove all rcu head initializationsPaul E. McKenney2010-05-21
* | block: allow initialization of previously allocated request_queueMike Snitzer2010-05-11
* | block: kill some useless goto's in blk-cgroup.cJens Axboe2010-05-03
* | block: fix bad use of min() on different typesJens Axboe2010-04-29
* | cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Dmitry Monakhov2010-04-28
* | blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov2010-04-28
* | blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov2010-04-28
* | blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov2010-04-28
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-28
* | blk-cgroup: config options re-arrangementVivek Goyal2010-04-26
* | blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-26
* | blkio: Fix blkio crash during rq stat updateVivek Goyal2010-04-21
* | blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-16