aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
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
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-20block: change the tag sync vs async restriction logicJens Axboe
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh
2009-05-11block: move completion related functions back to blk-core.cFUJITA Tomonori
2009-05-11block: let blk_end_request_all handle bidi requestsFUJITA Tomonori
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: hide request sector and data_lenTejun Heo
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2009-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov
2009-04-28block: make blk_end_request_cur() return boolTejun Heo
2009-04-28block: kill rq->dataTejun Heo
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo