summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2009-10-02cfq-iosched: add a knob for desktop interactivenessJens Axboe
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac
2009-10-01block: Do not clamp max_hw_sectors for stacking devicesMartin K. Petersen
2009-10-01block: Set max_sectors correctly for stacking devicesMartin K. Petersen
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-14block: don't assume device has a request list backing in nr_requests storeJens Axboe
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen
2009-09-14cfq: choose a new next_req when a request is dispatchedJeff Moyer
2009-09-14Seperate read and write statistics of in_flight requestsNikanth Karthikesan
2009-09-11block: trace bio queueing trial only when it occursMinchan Kim
2009-09-11cfq: fix the log message after dispatched a requestShan Wei
2009-09-11cfq-iosched: get rid of must_alloc flagJens Axboe
2009-09-11block: use interrupts disabled version of raise_softirq_irqoff()Jens Axboe
2009-09-11block: fix comment in blk-iopoll.cJens Axboe
2009-09-11block: adjust default budget for blk-iopollJens Axboe
2009-09-11block: fix long lines in block/blk-iopoll.cJens Axboe
2009-09-11block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe
2009-09-11Send uevents for write_protect changesHannes Reinecke
2009-09-11cfq-iosched: no need to keep track of busy_rt_queuesVivek Goyal
2009-09-11cfq-iosched: drain device queue before switching to a sync queueJens Axboe
2009-09-11scsi,block: update SCSI to handle mixed merge failuresTejun Heo
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo
2009-09-11block: use the same failfast bits for bio and requestTejun Heo
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-09-01block: Allow changing max_sectors_kb above the default 512Nikanth Karthikesan
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-04Make SCSI SG v4 driver enabled by default and remove EXPERIMENTAL dependency,...John Stoffel
2009-08-01block: Update topology documentationMartin K. Petersen
2009-08-01block: Stack optimal I/O sizeMartin K. Petersen
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen
2009-08-01block: Make blk_queue_stack_limits use the new stacking interfaceMartin K. Petersen
2009-07-28block: make the end_io functions be non-GPL exportsJens Axboe
2009-07-28block: fix improper kobject release in blk_integrity_unregisterXiaotian Feng
2009-07-28block: always assign default lock to queuesJens Axboe
2009-07-17block: sysfs fix mismatched queue_var_{store,show} in 64bit kernelXiaotian Feng
2009-07-17block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo
2009-07-10cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal
2009-07-10block: call blk_scsi_ioctl_init()FUJITA Tomonori
2009-07-04Merge branch 'master' into for-nextTejun Heo
2009-07-03block: don't merge requests of different failfast settingsTejun Heo