aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency, since udev depends on BSGJohn Stoffel1-4/+7
2009-08-01block: Update topology documentationMartin K. Petersen1-6/+13
2009-08-01block: Stack optimal I/O sizeMartin K. Petersen1-0/+11
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen1-7/+24
2009-08-01block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen1-21/+1
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe1-6/+6
2009-07-28block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng1-0/+1
2009-07-28block: always assign default lock to queuesJens Axboe2-7/+7
2009-07-17block: sysfs fix mismatched queue_var_{store,show} in 64bit kernelXiaotian Feng1-5/+6
2009-07-17block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo1-4/+9
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/bart/ide-2.6Linus 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/git/tip/linux-2.6-tipLinus 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