aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency,...John Stoffel2009-08-041-4/+7
* block: Update topology documentationMartin K. Petersen2009-08-011-6/+13
* block: Stack optimal I/O sizeMartin K. Petersen2009-08-011-0/+11
* block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-011-7/+24
* block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen2009-08-011-21/+1
* block: make the end_io functions be non-GPL exportsJens Axboe2009-07-281-6/+6
* block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng2009-07-281-0/+1
* block: always assign default lock to queuesJens Axboe2009-07-282-7/+7
* block: sysfs fix mismatched queue_var_{store,show} in 64bit kernelXiaotian Feng2009-07-171-5/+6
* block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo2009-07-171-4/+9
* cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal2009-07-101-1/+1
* block: call blk_scsi_ioctl_init()FUJITA Tomonori2009-07-101-0/+1
* block: don't merge requests of different failfast settingsTejun Heo2009-07-032-0/+14
* cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei2009-07-011-4/+0
* blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-011-5/+5
* block: get rid of queue-private command filterJens Axboe2009-07-015-242/+40
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-1/+1
* cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe2009-07-011-64/+73
* cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe2009-07-011-16/+21
* block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori2009-06-211-3/+0
* Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap2009-06-191-1/+1
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-2/+2
* block: Fix bounce_pfn settingMartin K. Petersen2009-06-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-162-0/+16
|\
| * Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-151-0/+6
| * Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-151-0/+10