[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE
[safe/jmp/linux-2.6] / include / linux / blkdev.h
2009-01-02 FUJITA Tomonori[SCSI] block: make blk_rq_map_user take a NULL user...
2009-01-02 FUJITA Tomonori[SCSI] block: fix the partial mappings with struct...
2008-12-29 Jens Axboeblock: get rid of elevator_t typedef
2008-12-29 Tejun Heoblock: simplify empty barrier implementation
2008-12-29 Tejun Heoblock: make barrier completion more robust
2008-12-29 Tejun Heoblock: make every barrier action optional
2008-12-29 Tejun Heoblock: reorganize QUEUE_ORDERED_* constants
2008-12-29 Cheng Renquanblock: use cancel_work_sync() instead of kblockd_flush_...
2008-12-29 Fernando Luis Vázq... block: add queue flag for paravirt frontend drivers
2008-12-05 Linus TorvaldsEnforce a minimum SG_IO timeout
2008-12-03 Milan Brozblock: fix setting of max_segment_size and seg_boundary...
2008-12-03 Tejun Heoblock: internal dequeue shouldn't start timer
2008-10-21 Al Viro[PATCH] end of methods switch: remove the old ones
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] introduce __blkdev_driver_ioctl()
2008-10-21 Al Viro[PATCH] move block_device_operations to blkdev.h
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] switch sg_scsi_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-10-17 Jens Axboeblock: remove __generic_unplug_device() from exports
2008-10-13 Mike Christie[SCSI] block: separate failfast into multiple bits.
2008-10-09 Martin K. Petersenblock: gendisk integrity wrapper
2008-10-09 Martin K. Petersenblock: Switch blk_integrity_compare from bdev to gendisk
2008-10-09 Jens Axboeblock: revert part of d7533ad0e132f92e75c1b2eb7c26387b2...
2008-10-09 Kiyoshi Uedablock: remove end_{queued|dequeued}_request()
2008-10-09 Kiyoshi Uedablock: add lld busy state exporting interface
2008-10-09 Jens Axboeblock: add queue flag for SSD/non-rotational devices
2008-10-09 Kiyoshi Uedablock: add a queue flag for request stacking support
2008-10-09 Kiyoshi Uedablock: add request submission interface
2008-10-09 Kiyoshi Uedablock: add request update interface
2008-10-09 Jens Axboeblock: cleanup some of the integrity stuff in blkdev.h
2008-10-09 Jens Axboeblock: add fault injection mechanism for faking request...
2008-10-09 Hugh Dickinsblock: adjust blkdev_issue_discard for swap
2008-10-09 Mike Andersonblock: Add interface to abort queued requests
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...
next