summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2015-05-241-2/+1
* block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty2014-12-131-3/+8
* block: add missing blk_queue_dead() checksTejun Heo2014-12-132-2/+8
* fix crash in scsi_dispatch_cmd()James Bottomley2013-06-102-0/+10
* scsi: Silence unnecessary warnings about ioctl to partitionJan Kara2013-06-101-1/+4
* Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe2013-06-101-9/+2
* block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2012-10-071-5/+5
* block: Fix io_context leak after clone with CLONE_IOLouis Rilling2012-10-071-1/+1
* bsg: fix sysfs link remove warningStanislaw Gruszka2012-03-171-1/+2
* block: fail SCSI passthrough ioctls on partition devicesPaolo Bonzini2012-02-031-0/+45
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-251-0/+7
* cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu2012-01-061-2/+9
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2011-11-071-2/+11
* cfq-iosched: get rid of the coop_preempt flagJens Axboe2011-11-071-14/+1
* cfq: break apart merged cfqqs if they stop cooperatingJeff Moyer2011-11-071-3/+76
* cfq: change the meaning of the cfqq_coop flagJeff Moyer2011-11-071-14/+6
* cfq: merge cooperating cfq_queuesJeff Moyer2011-11-071-2/+87
* cfq: calculate the seek_mean per cfq_queue not per cfq_io_contextJeff Moyer2011-11-071-35/+33
* cfq-iosched: fix a rcu warningShaohua Li2011-07-131-1/+4
* cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-07-131-1/+4
* block: export blk_{get,put}_queue()Jens Axboe2011-06-231-0/+2
* block: add proper state guards to __elv_next_requestJames Bottomley2011-06-231-1/+2
* block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan2011-05-091-1/+3
* block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2011-01-072-25/+5
* block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-12-091-0/+2
* block: take care not to overflow when calculating total iov lengthJens Axboe2010-12-091-10/+24
* block: Ensure physical block size is unsigned intMartin K. Petersen2010-12-091-1/+1
* bsg: fix incorrect device_status valueFUJITA Tomonori2010-10-281-1/+1
* block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy2010-05-121-7/+5
* block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34Martin K. Petersen2010-04-011-25/+68
* block: bdev_stack_limits wrapperMartin K. Petersen2010-01-251-0/+22
* cfq-iosched: limit coop preemptionShaohua Li2009-11-031-2/+15
* cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe2009-11-031-1/+1
* block: silently error unsupported empty barriers tooMark McLoughlin2009-10-241-1/+1
* blk-settings: fix function parameter kernel-doc notationRandy Dunlap2009-10-121-1/+1
* elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro2009-10-091-3/+1
* cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo2009-10-081-0/+9
* cfq-iosched: apply bool value where we return 0/1Jens Axboe2009-10-071-37/+31
* cfq-iosched: fix think time allowed for seekersCorrado Zoccolo2009-10-071-1/+4
* cfq-iosched: fix the slice residual signJens Axboe2009-10-061-1/+7
* cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe2009-10-061-54/+67
* block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe2009-10-061-1/+1
* block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan2009-10-063-6/+8
* block: get rid of kblock_schedule_delayed_work()Jens Axboe2009-10-052-21/+11
* cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo2009-10-051-3/+6
* cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe2009-10-051-8/+7
* Revert "Seperate read and write statistics of in_flight requests"Jens Axboe2009-10-043-7/+5
* cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe2009-10-041-9/+2
* block: Topology ioctlsMartin K. Petersen2009-10-032-2/+28
* cfq-iosched: use assigned slice sync value, not defaultJens Axboe2009-10-031-3/+4