aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-03block: Topology ioctlsMartin K. Petersen1-5/+30
2009-10-03cfq-iosched: implement slower async initiate and queue ramp upJens Axboe1-0/+4
2009-10-01block: allow large discard requestsChristoph Hellwig1-0/+3
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig1-4/+2
2009-09-14block: use blkdev_issue_discard in blk_ioctl_discardChristoph Hellwig1-3/+6
2009-09-14block: Optimal I/O limit wrapperMartin K. Petersen1-0/+1
2009-09-11block: enable rq CPU completion affinity by defaultJens Axboe1-1/+2
2009-09-11block: improve queue_should_plug() by looking at IO depthsJens Axboe1-0/+2
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+1
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo1-5/+18
2009-09-11block: use the same failfast bits for bio and requestTejun Heo1-0/+4
2009-08-01block: Add a wrapper for setting minimum request size without a queueMartin K. Petersen1-0/+1
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust1-5/+0
2009-07-10block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4
2009-07-01block: get rid of queue-private command filterJens Axboe1-14/+1
2009-06-16block: Introduce helper to reset queue limits to default valuesMartin K. Petersen1-0/+1
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-0/+2
2009-06-11block: add request clone interface (v2)Kiyoshi Ueda1-0/+5
2009-06-09Revert "block: Fix bounce limit setting in DM"Jens Axboe1-1/+0
2009-06-07partitions: add ->set_capacity block device methodBartlomiej Zolnierkiewicz1-0/+2
2009-06-03block: Fix bounce limit setting in DMMartin K. Petersen1-0/+1
2009-05-22block: Export I/O topology for block devices and partitionsMartin K. Petersen1-0/+47
2009-05-22block: Move queue limits to an embedded structMartin K. Petersen1-18/+26
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-0/+36
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-7/+7
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-0/+1
2009-05-20block: change the tag sync vs async restriction logicJens Axboe1-1/+6
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh1-6/+0
2009-05-19block: Add blk_make_request(), takes bio, returns a requestBoaz Harrosh1-0/+2
2009-05-11block: move completion related functions back to blk-core.cFUJITA Tomonori1-120/+8
2009-05-11block: let blk_end_request_all handle bidi requestsFUJITA Tomonori1-2/+10
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-2/+7
2009-05-11block: hide request sector and data_lenTejun Heo1-4/+5
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo1-21/+16
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-3/+20
2009-05-11block: add rq->resid_lenTejun Heo1-0/+1
2009-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-0/+1
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov1-0/+1
2009-04-28block: make blk_end_request_cur() return boolTejun Heo1-4/+12
2009-04-28block: kill rq->dataTejun Heo1-3/+2
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-23/+23
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-0/+32
2009-04-28block: clean up request completion APITejun Heo1-12/+82
2009-04-28block: kill blk_end_request_callback()Tejun Heo1-3/+0
2009-04-28block: reorder request completion functionsTejun Heo1-8/+8
2009-04-28block: kill blk_start_queueing()Tejun Heo1-1/+0
2009-04-24block: simplify I/O stat accountingJerome Marchand1-0/+3
2009-04-07block: remove unused REQ_UNPLUGJens Axboe1-2/+0
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe1-0/+3