summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfq-iosched: rename 'desktop' sysfs entry to 'low_latency'Jens Axboe2009-10-031-7/+7
* cfq-iosched: implement slower async initiate and queue ramp upJens Axboe2009-10-032-20/+44
* cfq-iosched: delay async IO dispatch, if sync IO was just doneVivek Goyal2009-10-031-2/+16
* cfq-iosched: add a knob for desktop interactivenessJens Axboe2009-10-021-1/+6
* Add a tracepoint for block request remappingJun'ichi Nomura2009-10-011-0/+1
* block: allow large discard requestsChristoph Hellwig2009-10-013-5/+21
* block: use normal I/O path for discard requestsChristoph Hellwig2009-10-013-24/+31
* Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac2009-10-011-5/+6
* block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen2009-10-011-1/+2
* block: Set max_sectors correctly for stacking devicesMartin K. Petersen2009-10-011-1/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-192-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-161-1/+1
|\
| * driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-10/+10
|\ \ | |/ |/|
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-149-54/+94
| |\
| * \ Merge branch 'master' into for-nextTejun Heo2009-07-046-334/+139
| |\ \
| * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-10/+10
* | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-1412-161/+504
|\ \ \ \
| * | | | block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-142-59/+21
| * | | | block: don't assume device has a request list backing in nr_requests storeJens Axboe2009-09-141-1/+6
| * | | | block: Optimal I/O limit wrapperMartin K. Petersen2009-09-141-1/+20
| * | | | cfq: choose a new next_req when a request is dispatchedJeff Moyer2009-09-141-0/+1
| * | | | Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-143-5/+7
| * | | | block: trace bio queueing trial only when it occursMinchan Kim2009-09-111-2/+2
| * | | | cfq: fix the log message after dispatched a requestShan Wei2009-09-111-1/+1
| * | | | cfq-iosched: get rid of must_alloc flagJens Axboe2009-09-111-5/+1
| * | | | block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe2009-09-111-1/+1
| * | | | block: fix comment in blk-iopoll.cJens Axboe2009-09-111-3/+6
| * | | | block: adjust default budget for blk-iopollJens Axboe2009-09-111-1/+3
| * | | | block: fix long lines in block/blk-iopoll.cJens Axboe2009-09-111-12/+14
| * | | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-112-1/+221
| * | | | block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-111-2/+9
| * | | | bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-113-14/+16
| * | | | Send uevents for write_protect changesHannes Reinecke2009-09-111-2/+16
| * | | | cfq-iosched: no need to keep track of busy_rt_queuesVivek Goyal2009-09-111-23/+0
| * | | | cfq-iosched: drain device queue before switching to a sync queueJens Axboe2009-09-111-13/+25
| * | | | scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-112-19/+0
| * | | | block: implement mixed merge of different failfast requestsTejun Heo2009-09-113-0/+143
| * | | | block: use the same failfast bits for bio and requestTejun Heo2009-09-111-12/+7
* | | | | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
|/ / / /
* | | / block: Allow changing max_sectors_kb above the default 512Nikanth Karthikesan2009-09-011-1/+1
| |_|/ |/| |