Commit Graph

69 Commits (1124d6d21f80ec10cc962e2961c21a8dd1e0ca6a)

Author SHA1 Message Date
Mike Anderson e78042e5b8 blk: move blk_delete_timer call in end_that_request_last 16 years ago
Jens Axboe f73e2d13a1 block: remove __generic_unplug_device() from exports 17 years ago
Peter Zijlstra 713ada9ba9 block: move q->unplug_work initialization 17 years ago
Randy Dunlap 496aa8a98f block: fix current kernel-doc warnings 17 years ago
Jens Axboe 80a4b58e36 block: only call ->request_fn when the queue is not stopped 17 years ago
Mike Christie 6000a368cd [SCSI] block: separate failfast into multiple bits. 17 years ago
Kiyoshi Ueda d00e29fd99 block: remove end_{queued|dequeued}_request() 17 years ago
Kiyoshi Ueda ef9e3facdf block: add lld busy state exporting interface 17 years ago
Elias Oltmanns 336c3d8ce7 block: Fix blk_start_queueing() to not kick a stopped queue 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 e3335de940 block: blk_cleanup_queue() should call blk_sync_queue() 17 years ago
Jens Axboe 242f9dcb8b block: unify request timeout handling 17 years ago
Jens Axboe 839e96afba block: update comment on end_request() 17 years ago
Jens Axboe 605401618c block: don't use bio_has_data() in the completion path 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
Jens Axboe b646fc59b3 block: split softirq handling into blk-softirq.c 17 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 17 years ago
Tejun Heo eddb2e26b5 block: kill GENHD_FL_FAIL and use part0->make_it_fail 17 years ago
Tejun Heo 0762b8bde9 block: always set bdev->bd_part 17 years ago
Tejun Heo c995905916 block: fix diskstats access 17 years ago
Tejun Heo e71bf0d0ee block: fix disk->part[] dereferencing race 17 years ago
Tejun Heo 310a2c1012 block: misc updates 17 years ago
Randy Dunlap 710027a48e Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. 17 years ago
Mikulas Patocka 5df97b91b5 drop vmerge accounting 17 years ago
David Woodhouse e17fc0a1cc Allow elevators to sort/merge discard requests 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 051cc3952a block: use bio_has_data() in the IO completion path 17 years ago
Jens Axboe a9c701e594 block: use bio_has_data() to check for data carrying bio 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
FUJITA Tomonori 52a93ba815 block: remove the checking for NULL queue in blk_put_request 17 years ago
Jens Axboe e48ec69005 block: extend queue_flag bitops 17 years ago
Martin K. Petersen 7ba1ba12ee block: Block layer data integrity support 17 years ago
Zhang, Yanmin 05caf8dbc1 block: Move the second call to get_request to the end of the loop 17 years ago
Carlos R. Mafra 962cf36c5b Remove argument from open_softirq which is always NULL 17 years ago
Neil Brown e7e72bf641 Remove blkdev warning triggered by using md 17 years ago
Jens Axboe 28f13702f0 block: avoid duplicate calls to get_part() in disk stat code 17 years ago
Jens Axboe dbaf2c003e block: optimize generic_unplug_device() 17 years ago
Harvey Harrison 24c03d47d0 block: remove remaining __FUNCTION__ occurrences 17 years ago
FUJITA Tomonori d7e3c3249e block: add large command support 17 years ago
FUJITA Tomonori d34c87e4ba block: replace sizeof(rq->cmd) with BLK_MAX_CDB 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
FUJITA Tomonori 1afb20f301 block: make rq_init() do a full memset() 17 years ago
Adrian Bunk 9d7f1e6b9b unexport blk_{get,put}_queue 17 years ago