summaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAge
* block: Range check cpu in blk_cpu_to_groupBrian King2010-09-10
* block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-23
* BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-23
* block: put dev->kobj in blk_register_queue fail pathXiaotian Feng2010-08-23
* cfq-iosched: blktrace print per slice sector statsVivek Goyal2010-08-23
* cfq-iosched: Implement tunable group_idleVivek Goyal2010-08-23
* cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal2010-08-23
* cfq-iosched: Do not idle if slice_idle=0Vivek Goyal2010-08-23
* blkio: Fix return code for mkdir callsCiju Rajan K2010-08-23
* 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