1. 16f2319 block: set up rq->rq_disk properly for flush requests by FUJITA Tomonori · 14 years ago
  2. 28e18d0 block: set REQ_TYPE_FS on flush requests by FUJITA Tomonori · 14 years ago
  3. f10d9f6 blkdev: check for valid request queue before issuing flush by Dave Chinner · 14 years ago
  4. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  5. b6a9031 block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn by FUJITA Tomonori · 14 years ago
  6. 8749534 block: introduce REQ_FLUSH flag by FUJITA Tomonori · 14 years ago
  7. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  8. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  9. f31e7e4 blkdev: move blkdev_issue helper functions to separate file by Dmitry Monakhov · 14 years ago
  10. f17e232 blkdev: allow async blkdev_issue_flush requests by Dmitry Monakhov · 14 years ago
  11. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  12. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  13. e79e95d block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard() by OGAWA Hirofumi · 15 years ago
  14. 67efc92 block: allow large discard requests by Christoph Hellwig · 15 years ago
  15. c15227d block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  16. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  17. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  18. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 15 years ago
  19. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  20. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  21. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  22. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  23. 15afd1c block: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago
  24. dbdac9b block: Fix documentation for blkdev_issue_flush() by Theodore Ts'o · 16 years ago
  25. a185eb4 block: fix empty barrier on write-through w/ ordered tag by Tejun Heo · 16 years ago
  26. 58eea92 block: simplify empty barrier implementation by Tejun Heo · 16 years ago
  27. 8f11b3e block: make barrier completion more robust by Tejun Heo · 16 years ago
  28. f671620 block: make every barrier action optional by Tejun Heo · 16 years ago
  29. a738467 block: remove duplicate or unused barrier/discard error paths by Tejun Heo · 16 years ago
  30. 313e429 block: reorganize QUEUE_ORDERED_* constants by Tejun Heo · 16 years ago
  31. 53a0880 block: internal dequeue shouldn't start timer by Tejun Heo · 16 years ago
  32. 3e6053d block: adjust blkdev_issue_discard for swap by Hugh Dickins · 16 years ago
  33. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  34. 2ebca85 Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) by OGAWA Hirofumi · 16 years ago
  35. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  36. 24c03d4 block: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  37. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  38. 6f6a036 block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inline by Adrian Bunk · 16 years ago
  39. 1afb20f block: make rq_init() do a full memset() by FUJITA Tomonori · 16 years ago
  40. cc66b45 block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP back by Jens Axboe · 16 years ago
  41. 6728cb0 block: make core bits checkpatch compliant by Jens Axboe · 16 years ago
  42. 86db1e2 block: continue ll_rw_blk.c splitup by Jens Axboe · 16 years ago