aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08blkdev: fix blkdev_issue_zeroout return valueDmitry Monakhov1-2/+6
2010-08-08block: update request stacking methods to support discardsike Snitzer1-0/+5
2010-08-07block: set up rq->rq_disk properly for flush requestsFUJITA Tomonori1-1/+1
2010-08-07block: set REQ_TYPE_FS on flush requestsFUJITA Tomonori1-0/+1
2010-08-07block: fix problem with sending down discard that isn't of correct granularityJens Axboe1-3/+12
2010-08-07blkdev: check for valid request queue before issuing flushDave Chinner1-0/+9
2010-08-07block: remove BKL from partition ioctlsArnd Bergmann1-4/+0
2010-08-07block: remove BKL from BLKROSET and BLKFLSBUFArnd Bergmann1-4/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann2-58/+0
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-10/+1
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-6/+1
2010-08-07block: permit PREFLUSH and POSTFLUSH without prepare_flush_fnFUJITA Tomonori1-7/+2
2010-08-07block: introduce REQ_FLUSH flagFUJITA Tomonori1-1/+1
2010-08-07block: implement an unprep function corresponding directly to prepJames Bottomley2-0/+42
2010-08-07block: fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARDJens Axboe1-1/+1
2010-08-07gcc-4.6: block: fix unused but set variables in blk-mergeAndi Kleen1-2/+1
2010-08-07block: don't allocate a payload for discard requestChristoph Hellwig2-27/+38
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig6-39/+21
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig7-28/+39
2010-08-07block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe1-68/+36
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe2-1/+30
2010-06-24block: Don't count_vm_events for discard bio in submit_bio.Tao Ma1-1/+1
2010-06-21cfq: fix recursive call in cfq_blkiocg_update_completion_stats()Jens Axboe1-1/+1
2010-06-18cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal2-27/+142
2010-06-17cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer1-2/+11
2010-06-17block: fix DISCARD_BARRIER requestsChristoph Hellwig1-5/+2
2010-06-04block: make blk_init_free_list and elevator_init idempotentMike Snitzer2-2/+7
2010-06-04block: avoid unconditionally freeing previously allocated request_queueMike Snitzer1-6/+11
2010-05-25cfq-iosched: fix an oops caused by slab leakShaohua Li1-6/+14
2010-05-24block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer1-1/+1
2010-05-24cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov1-5/+39
2010-05-24cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov1-13/+28
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe2-4/+6
2010-05-21block: remove all rcu head initializationsPaul E. McKenney2-2/+0
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer2-1/+19
2010-05-07blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan1-4/+4
2010-05-06blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal1-0/+2
2010-05-03block: kill some useless goto's in blk-cgroup.cJens Axboe1-44/+40
2010-04-29block: fix bad use of min() on different typesJens Axboe1-2/+3
2010-04-28cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=nDmitry Monakhov1-1/+1
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov1-0/+118
2010-04-28blkdev: move blkdev_issue helper functions to separate fileDmitry Monakhov3-105/+115
2010-04-28blkdev: allow async blkdev_issue_flush requestsDmitry Monakhov1-14/+19
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2-10/+12
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal5-44/+13
2010-04-26blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal3-26/+27
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal1-10/+26
2010-04-21block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy1-7/+5
2010-04-16blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah3-9/+1
2010-04-15blkio: fix for modular blk-cgroup buildDivyesh Shah1-0/+1