aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori
2008-12-29block: get rid of elevator_t typedefJens Axboe
2008-12-29block: simplify empty barrier implementationTejun Heo
2008-12-29block: make barrier completion more robustTejun Heo
2008-12-29block: make every barrier action optionalTejun Heo
2008-12-29block: reorganize QUEUE_ORDERED_* constantsTejun Heo
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan
2008-12-29block: add queue flag for paravirt frontend driversFernando Luis Vázquez Cao
2008-12-05Enforce a minimum SG_IO timeoutLinus Torvalds
2008-12-03block: fix setting of max_segment_size and seg_boundary maskMilan Broz
2008-12-03block: internal dequeue shouldn't start timerTejun Heo
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie
2008-10-09block: gendisk integrity wrapperMartin K. Petersen
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen
2008-10-09block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1Jens Axboe
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda
2008-10-09block: add request submission interfaceKiyoshi Ueda
2008-10-09block: add request update interfaceKiyoshi Ueda
2008-10-09block: cleanup some of the integrity stuff in blkdev.hJens Axboe
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins
2008-10-09block: Add interface to abort queued requestsMike Anderson
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe
2008-10-09block: add support for IO CPU affinityJens Axboe
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-10-09drop vmerge accountingMikulas Patocka
2008-10-09virtio_blk: use a wrapper function to access io context information of IO req...Fernando Luis Vázquez Cao
2008-10-09Kill REQ_TYPE_FLUSHDavid Woodhouse
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse
2008-10-09Support 'discard sectors' operation in translation layer support coreDavid Woodhouse
2008-10-09Add 'discard' request handlingDavid Woodhouse
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse
2008-09-11block: disable sysfs parts of the disk command filterJens Axboe