Commit Graph

173 Commits (336c3d8ce771608815b65bcfa27a17a83b297328)

Author SHA1 Message Date
Jens Axboe a68bbddba4 block: add queue flag for SSD/non-rotational devices 17 years ago
Kiyoshi Ueda 4ee5eaf451 block: add a queue flag for request stacking support 17 years ago
Kiyoshi Ueda 82124d6035 block: add request submission interface 17 years ago
Kiyoshi Ueda 32fab448e5 block: add request update interface 17 years ago
Jens Axboe 9c02f2b02e block: cleanup some of the integrity stuff in blkdev.h 17 years ago
Jens Axboe 581d4e28d9 block: add fault injection mechanism for faking request timeouts 17 years ago
Hugh Dickins 3e6053d76d block: adjust blkdev_issue_discard for swap 17 years ago
Mike Anderson 11914a53d2 block: Add interface to abort queued requests 17 years ago
Jens Axboe 242f9dcb8b block: unify request timeout handling 17 years ago
FUJITA Tomonori 879040742c block: add blk_rq_aligned helper function 17 years ago
FUJITA Tomonori 152e283fdf block: introduce struct rq_map_data to use reserved pages 17 years ago
FUJITA Tomonori a3bce90edd block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov 17 years ago
Jens Axboe ab780f1ece block: inherit CPU completion on bio->rq and rq->rq merges 17 years ago
Jens Axboe c7c22e4d5c block: add support for IO CPU affinity 17 years ago
Jens Axboe 18887ad910 block: make kblockd_schedule_work() take the queue as parameter 17 years ago
Mikulas Patocka 5df97b91b5 drop vmerge accounting 17 years ago
Fernando Luis Vázquez Cao 766ca4428d virtio_blk: use a wrapper function to access io context information of IO requests 17 years ago
David Woodhouse 1a8e2bddd5 Kill REQ_TYPE_FLUSH 17 years ago
David Woodhouse e17fc0a1cc Allow elevators to sort/merge discard requests 17 years ago
David Woodhouse eae9acd13a Support 'discard sectors' operation in translation layer support core 17 years ago
David Woodhouse fb2dce862d Add 'discard' request handling 17 years ago
David Woodhouse d628eaef31 Fix up comments about matching flags between bio and rq 17 years ago
Jens Axboe 2dc75d3c3b block: disable sysfs parts of the disk command filter 17 years ago
Jens Axboe 5168c47b4c block: remove blk_queue_tag_depth() and blk_queue_tag_queue() 17 years ago
FUJITA Tomonori 4beab5c623 block: rename blk_scsi_cmd_filter to blk_cmd_filter 17 years ago
FUJITA Tomonori abf5439370 block: move cmdfilter from gendisk to request_queue 17 years ago
Jens Axboe 6c5e0c4d51 block: add a blk_plug_device_unlocked() that grabs the queue lock 17 years ago
Martin K. Petersen d442cc44c0 block: Trivial fix for blk_integrity_rq() 17 years ago
FUJITA Tomonori 681a561b7e block: unexport blk_end_sync_rq 17 years ago
FUJITA Tomonori 27f8221af4 block: add blk_queue_update_dma_pad 17 years ago
Jens Axboe e48ec69005 block: extend queue_flag bitops 17 years ago
Alasdair G Kergon cc371e66e3 Add bvec_merge_data to handle stacked devices and ->merge_bvec() 17 years ago
Jens Axboe b24498d477 block: integrity flags can't use bit ops on unsigned short 17 years ago
Adel Gadllah 0b07de85a7 allow userspace to modify scsi command filter on per device basis 17 years ago
Jens Axboe 6e2401ad6f block: integrity cleanups 17 years ago
Jens Axboe da9cbc8739 block: blkdev.h cleanup, move iocontext stuff to iocontext.h 17 years ago
Martin K. Petersen 7ba1ba12ee block: Block layer data integrity support 17 years ago
Jens Axboe 244b4d56f8 block: kill request_queue_t 17 years ago
Jens Axboe 7663c1e279 Improve queue_is_locked() 17 years ago
Linus Torvalds 8f45c1a58a block: fix queue locking verification 17 years ago
Alan D. Brunelle ac9fafa124 block: Skip I/O merges when disabled 17 years ago
FUJITA Tomonori d7e3c3249e block: add large command support 17 years ago
FUJITA Tomonori 2a4aa30c5f block: rename and export rq_init() 17 years ago
Nick Piggin 75ad23bc0f block: make queue flags non-atomic 17 years ago
Andi Kleen 2472892a3c block: fix memory hotplug and bouncing in block layer 17 years ago
FUJITA Tomonori f18573abcc block: move the padding adjustment to blk_rq_map_sg 17 years ago
Tejun Heo e3790c7d42 block: separate out padding from alignment 17 years ago
FUJITA Tomonori 7a85f8896f block: restore the meaning of rq->data_len to the true data length 17 years ago
Tejun Heo 2fb98e8414 block: implement request_queue->dma_drain_needed 17 years ago
Tejun Heo 6b00769fe1 block: add request->raw_data_len 17 years ago