aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2010-06-01block: disable preemption before using sched_clock()Jens Axboe
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta
2010-05-11block: allow initialization of previously allocated request_queueMike Snitzer
2010-04-28blkdev: add blkdev_issue_zeroout helper functionDmitry Monakhov
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal
2010-04-09blkio: Changes to IO controller additional stats patchesDivyesh Shah
2010-04-02blkio: Increment the blkio cgroup stats for real nowDivyesh Shah
2010-03-19block: remove 16 bytes of padding from struct request on 64bitsRichard Kennedy
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-26block: Add BLK_ prefix to definitionsMartin K. Petersen
2010-02-26block: Remove unused accessor functionMartin K. Petersen
2010-02-25Merge branch 'master' into for-2.6.34Jens Axboe
2010-02-23Revert "block: improve queue_should_plug() by looking at IO depths"Jens Axboe
2010-01-29block: Added in stricter no merge semantics for block I/OAlan D. Brunelle
2010-01-11block: Stop using byte offsetsMartin K. Petersen
2010-01-11block: bdev_stack_limits wrapperMartin K. Petersen
2010-01-11block: Fix discard alignment calculation and printingMartin K. Petersen
2009-12-30block: blk_rq_err_sectors cleanupGui Jianfeng
2009-12-29block: Fix incorrect alignment offset reporting and update documentationMartin K. Petersen
2009-12-03block: Allow devices to indicate whether discarded blocks are zeroedMartin K. Petersen
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov
2009-11-10block: Expose discard granularityMartin K. Petersen
2009-10-29block: move bdi/address_space unplug functions to backing-dev.hJens Axboe
2009-10-05block: get rid of kblock_schedule_delayed_work()Jens Axboe
2009-10-03block: Topology ioctlsMartin K. Petersen
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe
2009-10-01block: allow large discard requestsChristoph Hellwig
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen
2009-09-11block: enable rq CPU completion affinity by defaultJens 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-11block: implement mixed merge of different failfast requestsTejun Heo
2009-09-11block: use the same failfast bits for bio and requestTejun Heo
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust
2009-07-10block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-01block: get rid of queue-private command filterJens Axboe
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe
2009-06-07partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz