Commit Graph

42 Commits (3faeb35ccc57e1af70c54b82063fdf4a88846084)

Author SHA1 Message Date
FUJITA Tomonori 16f2319fd6 block: set up rq->rq_disk properly for flush requests 15 years ago
FUJITA Tomonori 28e18d0188 block: set REQ_TYPE_FS on flush requests 15 years ago
Dave Chinner f10d9f617a blkdev: check for valid request queue before issuing flush 15 years ago
FUJITA Tomonori 00fff26539 block: remove q->prepare_flush_fn completely 15 years ago
FUJITA Tomonori b6a903151d block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn 15 years ago
FUJITA Tomonori 8749534fe6 block: introduce REQ_FLUSH flag 15 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
Christoph Hellwig 33659ebbae block: remove wrappers for request type/flags 15 years ago
Dmitry Monakhov f31e7e4022 blkdev: move blkdev_issue helper functions to separate file 15 years ago
Dmitry Monakhov f17e232e92 blkdev: allow async blkdev_issue_flush requests 15 years ago
Dmitry Monakhov fbd9b09a17 blkdev: generalize flags for blkdev_issue_fn functions 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
OGAWA Hirofumi e79e95db5c block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard() 15 years ago
Christoph Hellwig 67efc92580 block: allow large discard requests 16 years ago
Christoph Hellwig c15227de13 block: use normal I/O path for discard requests 16 years ago
Christoph Hellwig ca80650cfb block: allow large discard requests 16 years ago
Christoph Hellwig 1122a26f2a block: use normal I/O path for discard requests 16 years ago
Christoph Hellwig 746cd1e7e4 block: use blkdev_issue_discard in blk_ioctl_discard 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Jens Axboe 0a7ae2ff0d block: change the tag sync vs async restriction logic 16 years ago
Tejun Heo 9934c8c045 block: implement and enforce request peek/start/fetch 16 years ago
Tejun Heo 83096ebf12 block: convert to pos and nr_sectors accessors 16 years ago
Tejun Heo 5b93629b45 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones 16 years ago
Tejun Heo 40cbbb781d block: implement and use [__]blk_end_request_all() 16 years ago
Nikanth Karthikesan 15afd1cc7b block: Remove code handling bio_alloc failure with __GFP_WAIT 16 years ago
Theodore Ts'o dbdac9b71d block: Fix documentation for blkdev_issue_flush() 16 years ago
Tejun Heo a185eb4bc8 block: fix empty barrier on write-through w/ ordered tag 16 years ago
Tejun Heo 58eea927d2 block: simplify empty barrier implementation 16 years ago
Tejun Heo 8f11b3e99a block: make barrier completion more robust 16 years ago
Tejun Heo f671620e7d block: make every barrier action optional 16 years ago
Tejun Heo a7384677b2 block: remove duplicate or unused barrier/discard error paths 16 years ago
Tejun Heo 313e42999d block: reorganize QUEUE_ORDERED_* constants 16 years ago
Tejun Heo 53a08807c0 block: internal dequeue shouldn't start timer 16 years ago
Hugh Dickins 3e6053d76d block: adjust blkdev_issue_discard for swap 17 years ago
David Woodhouse e17fc0a1cc Allow elevators to sort/merge discard requests 17 years ago
OGAWA Hirofumi 2ebca85abc Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) 17 years ago
David Woodhouse fb2dce862d Add 'discard' request handling 17 years ago
Harvey Harrison 24c03d47d0 block: remove remaining __FUNCTION__ occurrences 17 years ago
FUJITA Tomonori 2a4aa30c5f block: rename and export rq_init() 17 years ago
Adrian Bunk 6f6a036e6e block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inline 17 years ago
FUJITA Tomonori 1afb20f301 block: make rq_init() do a full memset() 17 years ago
Jens Axboe cc66b4512c block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP back 17 years ago
Jens Axboe 6728cb0e63 block: make core bits checkpatch compliant 17 years ago
Jens Axboe 86db1e2977 block: continue ll_rw_blk.c splitup 17 years ago