summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2009-07-10cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal1-1/+1
2009-07-10block: call blk_scsi_ioctl_init()FUJITA Tomonori1-0/+1
2009-07-03block: don't merge requests of different failfast settingsTejun Heo2-0/+14
2009-07-01cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei1-4/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe5-242/+40
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen1-1/+1
2009-07-01cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe1-64/+73
2009-07-01cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe1-16/+21
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori1-3/+0
2009-06-19Fix kernel-doc parameter name typo in blk-settings.c:Randy Dunlap1-1/+1
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-2/+2
2009-06-18block: Fix bounce_pfn settingMartin K. Petersen1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-0/+16
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen1-6/+27
2009-06-16cfq: remove extraneous '\n' in blktrace outputJeff Moyer1-1/+1
2009-06-16block: don't overwrite bdi->state after bdi_init() has been runJens Axboe2-4/+5
2009-06-16cfq: cleanup for last_end_request in cfq_dataGui Jianfeng1-5/+0
2009-06-15Driver Core: bsg: add nodename for bsg driverKay Sievers1-0/+6
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers1-0/+10
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap2-13/+14
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds22-654/+1061
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds1-3/+7
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda1-0/+100
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-23/+15
2009-06-10block: prevent possible io_context->refcount overflowNikanth Karthikesan2-7/+7
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2-18/+6
2009-06-09bsg: setting rq->bio to NULLFUJITA Tomonori1-0/+3
2009-06-09block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen1-2/+3
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-17/+0
2009-06-09block: needs to set the residual length of a bidi requestFUJITA Tomonori1-0/+3
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-0/+17
2009-06-02block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda1-0/+5
2009-05-30block: fix an oops on BLKPREP_KILLJames Bottomley1-0/+5
2009-05-28block: export blk_stack_limits()Mike Snitzer1-0/+1
2009-05-27block: fix no diskstat problemKiyoshi Ueda1-3/+3
2009-05-27block: fix oops with block tag queueingJames Bottomley1-4/+4
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen3-0/+230
2009-05-22block: Expose stacked device queues in sysfsMartin K. Petersen2-4/+15
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen1-21/+34
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen9-44/+54
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen5-17/+22
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-2/+2
2009-05-20block: change the tag sync vs async restriction logicJens Axboe4-12/+15
2009-05-19block: add warning to blk_make_request()Jens Axboe1-0/+9
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh2-1/+2
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh1-0/+45
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley1-2/+10
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+3