aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* | block: Introduce helper to reset queue limits to default valuesMartin K. Petersen2009-06-161-6/+27
* | cfq: remove extraneous '\n' in blktrace outputJeff Moyer2009-06-161-1/+1
* | block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2009-06-162-4/+5
* | cfq: cleanup for last_end_request in cfq_dataGui Jianfeng2009-06-161-5/+0
|/
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-112-13/+14
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1122-654/+1061
|\
| * block: add request clone interface (v2)Kiyoshi Ueda2009-06-111-0/+100
| * block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-102-7/+7
| * block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen2009-06-081-2/+3
| * Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-081-17/+0
| * block: needs to set the residual length of a bidi requestFUJITA Tomonori2009-06-081-0/+3
| * block: Fix bounce limit setting in DMMartin K. Petersen2009-06-031-0/+17
| * block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda2009-06-021-0/+5
| * block: fix an oops on BLKPREP_KILLJames Bottomley2009-05-291-0/+5
| * block: export blk_stack_limits()Mike Snitzer2009-05-281-0/+1
| * block: fix no diskstat problemKiyoshi Ueda2009-05-271-3/+3
| * block: fix oops with block tag queueingJames Bottomley2009-05-271-4/+4
| * block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-223-0/+230
| * block: Expose stacked device queues in sysfsMartin K. Petersen2009-05-222-4/+15
| * block: Move queue limits to an embedded structMartin K. Petersen2009-05-221-21/+34
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-229-44/+54
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-225-17/+22
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-2/+2
| |\
| * | block: change the tag sync vs async restriction logicJens Axboe2009-05-204-12/+15
| * | block: add warning to blk_make_request()Jens Axboe2009-05-191-0/+9
| * | block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-192-1/+2
| * | block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh2009-05-191-0/+45
| * | block: allow blk_rq_map_kern to append to requestsJames Bottomley2009-05-191-2/+10
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+3
| * | block: move completion related functions back to blk-core.cFUJITA Tomonori2009-05-111-6/+122
| * | block: implement and enforce request peek/start/fetchTejun Heo2009-05-114-31/+81
| * | block: hide request sector and data_lenTejun Heo2009-05-113-12/+12
| * | block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-114-89/+39