aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-14
|\
| * block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2009-09-14
| * block: don't assume device has a request list backing in nr_requests storeJens Axboe2009-09-14
| * block: Optimal I/O limit wrapperMartin K. Petersen2009-09-14
| * cfq: choose a new next_req when a request is dispatchedJeff Moyer2009-09-14
| * Seperate read and write statistics of in_flight requestsNikanth Karthikesan2009-09-14
| * block: trace bio queueing trial only when it occursMinchan Kim2009-09-11
| * cfq: fix the log message after dispatched a requestShan Wei2009-09-11
| * cfq-iosched: get rid of must_alloc flagJens Axboe2009-09-11
| * block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe2009-09-11
| * block: fix comment in blk-iopoll.cJens Axboe2009-09-11
| * block: adjust default budget for blk-iopollJens Axboe2009-09-11
| * block: fix long lines in block/blk-iopoll.cJens Axboe2009-09-11
| * block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-11
| * block: improve queue_should_plug() by looking at IO depthsJens Axboe2009-09-11
| * bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
| * Send uevents for write_protect changesHannes Reinecke2009-09-11
| * cfq-iosched: no need to keep track of busy_rt_queuesVivek Goyal2009-09-11
| * cfq-iosched: drain device queue before switching to a sync queueJens Axboe2009-09-11
| * scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-11
| * block: implement mixed merge of different failfast requestsTejun Heo2009-09-11
| * block: use the same failfast bits for bio and requestTejun Heo2009-09-11
* | writeback: add name to backing_dev_infoJens Axboe2009-09-11
|/
* block: Allow changing max_sectors_kb above the default 512Nikanth Karthikesan2009-09-01
* Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency,...John Stoffel2009-08-04
* block: Update topology documentationMartin K. Petersen2009-08-01
* block: Stack optimal I/O sizeMartin K. Petersen2009-08-01
* block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen2009-08-01
* block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen2009-08-01
* block: make the end_io functions be non-GPL exportsJens Axboe2009-07-28
* block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng2009-07-28
* block: always assign default lock to queuesJens Axboe2009-07-28
* block: sysfs fix mismatched queue_var_{store,show} in 64bit kernelXiaotian Feng2009-07-17
* block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo2009-07-17
* cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal2009-07-10
* block: call blk_scsi_ioctl_init()FUJITA Tomonori2009-07-10
* block: don't merge requests of different failfast settingsTejun Heo2009-07-03
* cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei2009-07-01
* blocK: Restore barrier support for md and probably other virtual devices.NeilBrown2009-07-01
* block: get rid of queue-private command filterJens Axboe2009-07-01
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-01
* cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe2009-07-01
* cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe2009-07-01
* block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori2009-06-21
* Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap2009-06-19
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-19
* block: Fix bounce_pfn settingMartin K. Petersen2009-06-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-16
|\
| * Driver Core: bsg: add nodename for bsg driverKay Sievers2009-06-16
| * Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-16