aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-07-13cfq-iosched: fix a rcu warningShaohua Li
2011-07-13cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe
2011-06-23block: export blk_{get,put}_queue()Jens Axboe
2011-06-23block: add proper state guards to __elv_next_requestJames Bottomley
2011-05-09block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan
2011-01-07block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2010-12-09block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe
2010-12-09block: take care not to overflow when calculating total iov lengthJens Axboe
2010-12-09block: Ensure physical block size is unsigned intMartin K. Petersen
2010-10-28bsg: fix incorrect device_status valueFUJITA Tomonori
2010-05-12block: ensure jiffies wrap is handled correctly in blk_rq_timed_out_timerRichard Kennedy
2010-04-01block: Backport of various I/O topology fixes from 2.6.33 and 2.6.34Martin K. Petersen
2010-01-25block: bdev_stack_limits wrapperMartin K. Petersen
2009-11-03cfq-iosched: limit coop preemptionShaohua Li
2009-11-03cfq-iosched: fix bad return value cfq_should_preempt()Jens Axboe
2009-10-24block: silently error unsupported empty barriers tooMark McLoughlin
2009-10-12blk-settings: fix function parameter kernel-doc notationRandy Dunlap
2009-10-09elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro
2009-10-08cfq-iosched: avoid probable slice overrun when idlingCorrado Zoccolo
2009-10-07cfq-iosched: apply bool value where we return 0/1Jens Axboe
2009-10-07cfq-iosched: fix think time allowed for seekersCorrado Zoccolo
2009-10-06cfq-iosched: fix the slice residual signJens Axboe
2009-10-06cfq-iosched: abstract out the 'may this cfqq dispatch' logicJens Axboe
2009-10-06block: use proper BLK_RW_ASYNC in blk_queue_start_tag()Jens Axboe
2009-10-06block: Seperate read and write statistics of in_flight requests v2Nikanth Karthikesan
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe
2009-10-05cfq-iosched: fix possible problem with jiffies wraparoundCorrado Zoccolo
2009-10-05cfq-iosched: fix issue with rq-rq merging and fifo list orderingJens Axboe
2009-10-04Revert "Seperate read and write statistics of in_flight requests"Jens Axboe
2009-10-04cfq-iosched: don't delay async queue if it hasn't dispatched at allJens Axboe
2009-10-03block: Topology ioctlsMartin K. Petersen
2009-10-03cfq-iosched: use assigned slice sync value, not defaultJens Axboe
2009-10-03cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe
2009-10-03cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal
2009-10-02cfq-iosched: add a knob for desktop interactivenessJens Axboe
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-14block: don't assume device has a request list backing in nr_requests storeJens Axboe
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen