block: unify request timeout handling
[safe/jmp/linux-2.6] / include / linux / blkdev.h
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-09 FUJITA Tomonoriblock: add blk_rq_aligned helper function
2008-10-09 FUJITA Tomonoriblock: introduce struct rq_map_data to use reserved...
2008-10-09 FUJITA Tomonoriblock: add gfp_mask argument to blk_rq_map_user and...
2008-10-09 Jens Axboeblock: inherit CPU completion on bio->rq and rq->rq...
2008-10-09 Jens Axboeblock: add support for IO CPU affinity
2008-10-09 Jens Axboeblock: make kblockd_schedule_work() take the queue...
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Fernando Luis Vázq... virtio_blk: use a wrapper function to access io context...
2008-10-09 David WoodhouseKill REQ_TYPE_FLUSH
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-10-09 David WoodhouseSupport 'discard sectors' operation in translation...
2008-10-09 David WoodhouseAdd 'discard' request handling
2008-10-09 David WoodhouseFix up comments about matching flags between bio and rq
2008-09-11 Jens Axboeblock: disable sysfs parts of the disk command filter
2008-08-27 Jens Axboeblock: remove blk_queue_tag_depth() and blk_queue_tag_q...
2008-08-27 FUJITA Tomonoriblock: rename blk_scsi_cmd_filter to blk_cmd_filter
2008-08-27 FUJITA Tomonoriblock: move cmdfilter from gendisk to request_queue
2008-08-01 Jens Axboeblock: add a blk_plug_device_unlocked() that grabs...
2008-07-16 Martin K. Petersenblock: Trivial fix for blk_integrity_rq()
2008-07-15 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-07-15 FUJITA Tomonoriblock: unexport blk_end_sync_rq
2008-07-04 FUJITA Tomonoriblock: add blk_queue_update_dma_pad
2008-07-03 Jens Axboeblock: extend queue_flag bitops
2008-07-03 Alasdair G KergonAdd bvec_merge_data to handle stacked devices and ...
2008-07-03 Jens Axboeblock: integrity flags can't use bit ops on unsigned...
2008-07-03 Adel Gadllahallow userspace to modify scsi command filter on per...
2008-07-03 Jens Axboeblock: integrity cleanups
2008-07-03 Jens Axboeblock: blkdev.h cleanup, move iocontext stuff to iocont...
2008-07-03 Martin K. Petersenblock: Block layer data integrity support
2008-07-03 Jens Axboeblock: kill request_queue_t
2008-04-29 Jens AxboeImprove queue_is_locked()
2008-04-29 Linus Torvaldsblock: fix queue locking verification
2008-04-29 Alan D. Brunelleblock: Skip I/O merges when disabled
2008-04-29 FUJITA Tomonoriblock: add large command support
2008-04-29 FUJITA Tomonoriblock: rename and export rq_init()
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-21 Andi Kleenblock: fix memory hotplug and bouncing in block layer
2008-04-21 FUJITA Tomonoriblock: move the padding adjustment to blk_rq_map_sg
2008-03-04 Tejun Heoblock: separate out padding from alignment
2008-03-04 FUJITA Tomonoriblock: restore the meaning of rq->data_len to the true...
2008-02-19 Tejun Heoblock: implement request_queue->dma_drain_needed
2008-02-19 Tejun Heoblock: add request->raw_data_len
2008-02-08 Jens Axboeblock: fixup rq_init() a bit
2008-02-01 Jens Axboeblock: kill swap_io_context()
2008-02-01 Jens Axboeblock: new end request handling interface should take...
2008-01-29 Jens Axboeblock: fix warning on compile with CONFIG_BLOCK
2008-01-28 Linus TorvaldsMerge branch 'for-2.6.25' of git://git.kernel.dk/linux...
2008-01-28 Linus TorvaldsMerge branch 'blk-end-request' of git://git.kernel...
2008-01-28 James Bottomleyblock: implement drain buffers
2008-01-28 Jens Axboeio context sharing: preliminary support
2008-01-28 Jens Axboeioprio: move io priority from task_struct to io_context
2008-01-28 Kiyoshi Uedablk_end_request: cleanup 'uptodate' related code (take 4)
2008-01-28 Kiyoshi Uedablk_end_request: remove/unexport end_that_request_...
2008-01-28 Kiyoshi Uedablk_end_request: add bidi completion interface (take 4)
2008-01-28 Kiyoshi Uedablk_end_request: add callback feature (take 4)
2008-01-28 Kiyoshi Uedablk_end_request: add/export functions to get request...
2008-01-28 Kiyoshi Uedablk_end_request: add new request completion interface...
2008-01-28 Pete Wyckoffblock: allow queue dma_alignment of zero
2008-01-26 Bartlomiej Zolnier... ide: remove REQ_TYPE_ATA_CMD
2008-01-26 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-01-25 Bartlomiej Zolnier... ide: remove REQ_TYPE_ATA_TASK
2008-01-12 James Bottomley[SCSI] block: Introduce new blk_queue_update_dma_alignm...
2007-11-09 Alan D. BrunelleAdd UNPLUG traces to all appropriate places
2007-10-29 Jens Axboe[BLOCK] Fix bad sharing of tag busy list on queues...
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-16 Jens Axboeblock: Initial support for data-less (or empty) barrier...
2007-10-16 Jens Axboeblock: add end_queued_request() and end_dequeued_reques...
2007-10-12 Jens Axboe[BLOCK] Move sector_div() from blkdev.h to kernel.h
2007-10-10 NeilBrownRemove flush_dry_bio_endio
2007-10-10 Jens AxboeFix warnings with !CONFIG_BLOCK
2007-10-10 NeilBrownStop exporting blk_rq_bio_prep
2007-10-10 NeilBrownNew function blk_req_append_bio
2007-10-10 NeilBrownIntroduce rq_for_each_segment replacing rq_for_each_bio
2007-07-27 Qi Yong[patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL commen...
2007-07-24 Jens Axboe[BLOCK] Add request_queue_t and mark it deprecated
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-22 FUJITA Tomonori[SCSI] bsg: unexport sg v3 helper functions
2007-07-17 Christoph LameterCONFIG_BOUNCE to avoid useless inclusion of bounce...
2007-07-16 FUJITA Tomonoriadd a struct request pointer to the request structure
2007-07-16 FUJITA Tomonoribsg: bind bsg to request_queue instead of gendisk
2007-07-16 FUJITA Tomonoribsg: add a request_queue argument to scsi_cmd_ioctl()
2007-07-16 FUJITA Tomonoriblock: export blk_verify_command for SG v4
2007-07-16 Jens Axboebsg: support for full generic block layer SG v3
2007-07-10 Benjamin Gilbert[TRIVIAL PATCH] Kill blk_congestion_wait() stub for...
2007-05-09 Andrew Mortonkblockd: use flush_work
2007-04-30 Jens Axboell_rw_blk: add io_context private pointer
2007-02-11 Jens Axboecfq-iosched: remove cfq_io_context last_queue
2006-12-19 Jens Axboe[PATCH] Fixup blk_rq_unmap_user() API
2006-12-19 Jens Axboe[PATCH] Remove queue merging hooks
2006-12-12 Boaz Harrosh[PATCH] remove blk_queue_activity_fn
2006-12-01 Mike Christie[PATCH] block: support larger block pc requests
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-10-20 Thomas Maier[PATCH] export clear_queue_congested and set_queue_cong...
2006-10-12 Jens Axboe[PATCH] ide-cd: fix breakage with internally queued...
2006-10-04 David C Somayajulu[PATCH] helper function for retrieving scsi_cmd given...
2006-09-30 Andrew Morton[PATCH] CONFIG_BLOCK: blk_congestion_wait() fix
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-30 Jens Axboe[PATCH] Allow file systems to differentiate between...
2006-09-30 Jens Axboe[PATCH] Add blk_start_queueing() helper
next