Commit Graph

86 Commits (6d5e147dd034d9ceedc89fe39f4284700944f0c8)

Author SHA1 Message Date
Boaz Harrosh 1cd96c242a block: WARN in __blk_put_request() for potential bio leak 16 years ago
Jens Axboe 50e1749310 block: get rid of unused blkdev_free_rq() define 16 years ago
Jens Axboe f3b144aa7f block: remove various blk_queue_*() setting functions in blk_init_queue_node() 16 years ago
Jens Axboe fb8ec18c31 block: fix oops in blk_queue_io_stat() 16 years ago
Jens Axboe bc58ba9468 block: add sysfs file for controlling io stats accounting 16 years ago
Jens Axboe cec0707e40 block: silently error an unsupported barrier bio 16 years ago
Jens Axboe 213d9417fe block: seperate bio/request unplug and sync bits 16 years ago
Jens Axboe a31a97381c block: don't use plugging on SSD devices 16 years ago
Tejun Heo a7384677b2 block: remove duplicate or unused barrier/discard error paths 16 years ago
Cheng Renquan 64d01dc9e1 block: use cancel_work_sync() instead of kblockd_flush_work() 16 years ago
Keith Mannthey 08bafc0341 block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set 16 years ago
Jens Axboe 70ed28b92a block: leave the request timeout timer running even on an empty list 16 years ago
Milan Broz 0e435ac26e block: fix setting of max_segment_size and seg_boundary mask 16 years ago
Tejun Heo 53a08807c0 block: internal dequeue shouldn't start timer 16 years ago
Ingo Molnar 0bfc24559d blktrace: port to tracepoints, update 16 years ago
Arnaldo Carvalho de Melo 5f3ea37c77 blktrace: port to tracepoints 16 years ago
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 16 years ago
Peter Zijlstra 713ada9ba9 block: move q->unplug_work initialization 16 years ago
Randy Dunlap 496aa8a98f block: fix current kernel-doc warnings 16 years ago
Jens Axboe 80a4b58e36 block: only call ->request_fn when the queue is not stopped 16 years ago
Mike Christie 6000a368cd [SCSI] block: separate failfast into multiple bits. 16 years ago
Kiyoshi Ueda d00e29fd99 block: remove end_{queued|dequeued}_request() 16 years ago
Kiyoshi Ueda ef9e3facdf block: add lld busy state exporting interface 16 years ago
Elias Oltmanns 336c3d8ce7 block: Fix blk_start_queueing() to not kick a stopped queue 16 years ago
Kiyoshi Ueda 4ee5eaf451 block: add a queue flag for request stacking support 16 years ago
Kiyoshi Ueda 82124d6035 block: add request submission interface 16 years ago
Kiyoshi Ueda 32fab448e5 block: add request update interface 16 years ago
Jens Axboe e3335de940 block: blk_cleanup_queue() should call blk_sync_queue() 16 years ago
Jens Axboe 242f9dcb8b block: unify request timeout handling 16 years ago
Jens Axboe 839e96afba block: update comment on end_request() 16 years ago
Jens Axboe 605401618c block: don't use bio_has_data() in the completion path 16 years ago
Jens Axboe ab780f1ece block: inherit CPU completion on bio->rq and rq->rq merges 16 years ago
Jens Axboe c7c22e4d5c block: add support for IO CPU affinity 16 years ago
Jens Axboe 18887ad910 block: make kblockd_schedule_work() take the queue as parameter 16 years ago
Jens Axboe b646fc59b3 block: split softirq handling into blk-softirq.c 16 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 16 years ago
Tejun Heo eddb2e26b5 block: kill GENHD_FL_FAIL and use part0->make_it_fail 16 years ago
Tejun Heo 0762b8bde9 block: always set bdev->bd_part 16 years ago
Tejun Heo c995905916 block: fix diskstats access 16 years ago
Tejun Heo e71bf0d0ee block: fix disk->part[] dereferencing race 16 years ago
Tejun Heo 310a2c1012 block: misc updates 16 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. 16 years ago
Mikulas Patocka 5df97b91b5 drop vmerge accounting 16 years ago
David Woodhouse e17fc0a1cc Allow elevators to sort/merge discard requests 16 years ago
David Woodhouse fb2dce862d Add 'discard' request handling 16 years ago
David Woodhouse d628eaef31 Fix up comments about matching flags between bio and rq 16 years ago
Jens Axboe 051cc3952a block: use bio_has_data() in the IO completion path 16 years ago
Jens Axboe a9c701e594 block: use bio_has_data() to check for data carrying bio 16 years ago
FUJITA Tomonori abf5439370 block: move cmdfilter from gendisk to request_queue 17 years ago