summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2012-10-08block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling1-5/+5
2012-10-08block: Fix io_context leak after clone with CLONE_IOLouis Rilling1-1/+1
2012-03-17bsg: fix sysfs link remove warningStanislaw Gruszka1-1/+2
2012-02-03block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini1-0/+45
2012-01-26block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-0/+7
2012-01-07cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu1-2/+9
2011-11-08cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer1-2/+11
2011-11-08cfq-iosched: get rid of the coop_preempt flagJens Axboe1-14/+1
2011-11-08cfq: break apart merged cfqqs if they stop cooperatingJeff Moyer1-3/+76
2011-11-08cfq: change the meaning of the cfqq_coop flagJeff Moyer1-14/+6
2011-11-08cfq: merge cooperating cfq_queuesJeff Moyer1-2/+87
2011-11-08cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer1-35/+33
2011-07-13cfq-iosched: fix a rcu warningShaohua Li1-1/+4
2011-07-13cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
2011-06-24block: export blk_{get,put}_queue()Jens Axboe1-0/+2
2011-06-24block: add proper state guards to __elv_next_requestJames Bottomley1-1/+2
2011-05-10block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan1-1/+3
2011-01-08block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2-25/+5
2010-12-10block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe1-0/+2
2010-12-10block: take care not to overflow when calculating total iov lengthJens Axboe1-10/+24
2010-12-10block: Ensure physical block size is unsigned intMartin K. Petersen1-1/+1
2010-10-29bsg: fix incorrect device_status valueFUJITA Tomonori1-1/+1
2010-05-13block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy1-7/+5
2010-04-02block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34Martin K. Petersen1-25/+68
2010-01-25block: bdev_stack_limits wrapperMartin K. Petersen1-0/+22
2009-11-03cfq-iosched: limit coop preemptionShaohua Li1-2/+15
2009-11-03cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe1-1/+1
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin1-1/+1
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap1-1/+1
2009-10-09elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro1-3/+1
2009-10-08cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo1-0/+9
2009-10-07cfq-iosched: apply bool value where we return 0/1Jens Axboe1-37/+31
2009-10-07cfq-iosched: fix think time allowed for seekersCorrado Zoccolo1-1/+4
2009-10-06cfq-iosched: fix the slice residual signJens Axboe1-1/+7
2009-10-06cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe1-54/+67
2009-10-06block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe1-1/+1
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan3-6/+8
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe2-21/+11
2009-10-05cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo1-3/+6
2009-10-05cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe1-8/+7
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe3-7/+5
2009-10-04cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe1-9/+2
2009-10-03block: Topology ioctlsMartin K. Petersen2-2/+28
2009-10-03cfq-iosched: use assigned slice sync value, not defaultJens Axboe1-3/+4
2009-10-03cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe1-7/+7
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2-20/+44
2009-10-03cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal1-2/+16
2009-10-02cfq-iosched: add a knob for desktop interactivenessJens Axboe1-1/+6
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+1
2009-10-01block: allow large discard requestsChristoph Hellwig3-5/+21