aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-17/+35
2009-02-26block: reduce stack footprint of blk_recount_segments()Jens Axboe1-0/+2
2009-02-02block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULTJens Axboe1-1/+1
2009-01-30block: add sysfs file for controlling io stats accountingJens Axboe1-0/+6
2009-01-30block: seperate bio/request unplug and sync bitsJens Axboe1-0/+2
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori1-0/+1
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori1-0/+1
2008-12-29block: get rid of elevator_t typedefJens Axboe1-2/+1
2008-12-29block: simplify empty barrier implementationTejun Heo1-1/+0
2008-12-29block: make barrier completion more robustTejun Heo1-2/+2
2008-12-29block: make every barrier action optionalTejun Heo1-2/+5
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo1-16/+23
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan1-1/+0
2008-12-29block: add queue flag for paravirt frontend driversFernando Luis Vázquez Cao1-0/+1
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds1-0/+1
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz1-0/+2
2008-12-03block: internal dequeue shouldn't start timerTejun Heo1-5/+2
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-8/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro1-5/+10
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-0/+2
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-0/+17
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-2/+2
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro1-2/+2
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+2
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe1-1/+0
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-3/+12
2008-10-09block: gendisk integrity wrapperMartin K. Petersen1-0/+6
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen1-1/+1
2008-10-09block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1Jens Axboe1-0/+7
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda1-2/+0
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda1-0/+4
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe1-0/+2
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda1-0/+3
2008-10-09block: add request submission interfaceKiyoshi Ueda1-0/+3
2008-10-09block: add request update interfaceKiyoshi Ueda1-0/+2
2008-10-09block: cleanup some of the integrity stuff in blkdev.hJens Axboe1-43/+0
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe1-0/+1
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins1-4/+5
2008-10-09block: Add interface to abort queued requestsMike Anderson1-0/+1
2008-10-09block: unify request timeout handlingJens Axboe1-0/+20
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori1-0/+7
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-2/+10
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-2/+3
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe1-0/+1