aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-10/+10
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds12-161/+504
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig2-59/+21
2009-09-14block: don't assume device has a request list backing in nr_requests storeJens Axboe1-1/+6
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-1/+20
2009-09-14cfq: choose a new next_req when a request is dispatchedJeff Moyer1-0/+1
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan3-5/+7
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim1-2/+2
2009-09-11cfq: fix the log message after dispatched a requestShan Wei1-1/+1
2009-09-11cfq-iosched: get rid of must_alloc flagJens Axboe1-5/+1
2009-09-11block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe1-1/+1
2009-09-11block: fix comment in blk-iopoll.cJens Axboe1-3/+6
2009-09-11block: adjust default budget for blk-iopollJens Axboe1-1/+3
2009-09-11block: fix long lines in block/blk-iopoll.cJens Axboe1-12/+14
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2-1/+221
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-2/+9
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe3-14/+16
2009-09-11Send uevents for write_protect changesHannes Reinecke1-2/+16
2009-09-11cfq-iosched: no need to keep track of busy_rt_queuesVivek Goyal1-23/+0
2009-09-11cfq-iosched: drain device queue before switching to a sync queueJens Axboe1-13/+25
2009-09-11scsi,block: update SCSI to handle mixed merge failuresTejun Heo2-19/+0
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo3-0/+143
2009-09-11block: use the same failfast bits for bio and requestTejun Heo1-12/+7
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-09-01block: Allow changing max_sectors_kb above the default 512Nikanth Karthikesan1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo9-54/+94
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-04Merge branch 'master' into for-nextTejun Heo6-334/+139
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-24percpu: clean up percpu variable definitionsTejun Heo2-10/+10
2009-06-21block: revert "bsg: setting rq->bio to NULL"FUJITA Tomonori1-3/+0