aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-10block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig1-16/+2
2010-09-10block: make __blk_rq_prep_clone() copy most command flagsTejun Heo1-3/+1
2010-09-10block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo1-11/+6
2010-09-10block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo1-0/+7
2010-09-10block: kick queue after sequencing REQ_FLUSH/FUATejun Heo1-3/+19
2010-09-10block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo1-1/+1
2010-09-10block: simplify queue_next_fseqChristoph Hellwig1-16/+10
2010-09-10block: filter flush bio's in __generic_make_request()Tejun Heo1-0/+13
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo3-40/+50
2010-09-10block: rename barrier/ordered to flushTejun Heo3-63/+60
2010-09-10block: rename blk-barrier.c to blk-flush.cTejun Heo2-1/+1
2010-09-10block: drop barrier ordering by queue drainingTejun Heo4-207/+105
2010-09-10block: misc cleanups in barrier codeTejun Heo3-37/+23
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo3-31/+24
2010-09-10block: kill QUEUE_ORDERED_BY_TAGTejun Heo1-28/+7
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King1-2/+6
2010-08-23block: add function call to switch the IO scheduler from a driverJens Axboe1-13/+31
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-3/+3
2010-08-23block: put dev->kobj in blk_register_queue fail pathXiaotian Feng1-0/+1
2010-08-23cfq-iosched: blktrace print per slice sector statsVivek Goyal1-2/+7
2010-08-23cfq-iosched: Implement tunable group_idleVivek Goyal1-9/+56
2010-08-23cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal1-6/+24
2010-08-23cfq-iosched: Do not idle if slice_idle=0Vivek Goyal1-1/+4
2010-08-23blkio: Fix return code for mkdir callsCiju Rajan K1-1/+1
2010-08-12block: add secure discardAdrian Hunter5-6/+27
2010-08-11Merge branch 'master' into for-nextJiri Kosina13-229/+214
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
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