1. ae1b153 block: reimplement FLUSH/FUA to support merge by Tejun Heo · 13 years ago
  2. 414b4ff block: add REQ_FLUSH_SEQ by Tejun Heo · 13 years ago
  3. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  4. d391a2d block: use REQ_FLUSH in blkdev_issue_flush() by Tejun Heo · 14 years ago
  5. 09d60c7 block: make sure FSEQ_DATA request has the same rq_disk as the original by Tejun Heo · 14 years ago
  6. 47f70d5 block: kick queue after sequencing REQ_FLUSH/FUA by Tejun Heo · 14 years ago
  7. 337238b block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH by Tejun Heo · 14 years ago
  8. cde4c40 block: simplify queue_next_fseq by Christoph Hellwig · 14 years ago
  9. 4fed947 block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests by Tejun Heo · 14 years ago
  10. dd4c133 block: rename barrier/ordered to flush by Tejun Heo · 14 years ago
  11. 8839a0e block: rename blk-barrier.c to blk-flush.c by Tejun Heo · 14 years ago[Renamed from block/blk-barrier.c]
  12. 28e7d18 block: drop barrier ordering by queue draining by Tejun Heo · 14 years ago
  13. dd83100 block: misc cleanups in barrier code by Tejun Heo · 14 years ago
  14. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  15. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  16. 16f2319 block: set up rq->rq_disk properly for flush requests by FUJITA Tomonori · 14 years ago
  17. 28e18d0 block: set REQ_TYPE_FS on flush requests by FUJITA Tomonori · 14 years ago
  18. f10d9f6 blkdev: check for valid request queue before issuing flush by Dave Chinner · 14 years ago
  19. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  20. b6a9031 block: permit PREFLUSH and POSTFLUSH without prepare_flush_fn by FUJITA Tomonori · 14 years ago
  21. 8749534 block: introduce REQ_FLUSH flag by FUJITA Tomonori · 14 years ago
  22. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  23. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  24. f31e7e4 blkdev: move blkdev_issue helper functions to separate file by Dmitry Monakhov · 14 years ago
  25. f17e232 blkdev: allow async blkdev_issue_flush requests by Dmitry Monakhov · 14 years ago
  26. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  27. 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
  28. e79e95d block: Honor the gfp_mask for alloc_page() in blkdev_issue_discard() by OGAWA Hirofumi · 14 years ago
  29. 67efc92 block: allow large discard requests by Christoph Hellwig · 15 years ago
  30. c15227d block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  31. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago
  32. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  33. 0a7ae2f block: change the tag sync vs async restriction logic by Jens Axboe · 15 years ago
  34. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  35. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  36. 5b93629 block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones by Tejun Heo · 15 years ago
  37. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  38. 15afd1c block: Remove code handling bio_alloc failure with __GFP_WAIT by Nikanth Karthikesan · 15 years ago
  39. dbdac9b block: Fix documentation for blkdev_issue_flush() by Theodore Ts'o · 15 years ago
  40. a185eb4 block: fix empty barrier on write-through w/ ordered tag by Tejun Heo · 16 years ago
  41. 58eea92 block: simplify empty barrier implementation by Tejun Heo · 16 years ago
  42. 8f11b3e block: make barrier completion more robust by Tejun Heo · 16 years ago
  43. f671620 block: make every barrier action optional by Tejun Heo · 16 years ago
  44. a738467 block: remove duplicate or unused barrier/discard error paths by Tejun Heo · 16 years ago
  45. 313e429 block: reorganize QUEUE_ORDERED_* constants by Tejun Heo · 16 years ago
  46. 53a0880 block: internal dequeue shouldn't start timer by Tejun Heo · 16 years ago
  47. 3e6053d block: adjust blkdev_issue_discard for swap by Hugh Dickins · 16 years ago
  48. e17fc0a Allow elevators to sort/merge discard requests by David Woodhouse · 16 years ago
  49. 2ebca85 Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) by OGAWA Hirofumi · 16 years ago
  50. fb2dce8 Add 'discard' request handling by David Woodhouse · 16 years ago
  51. 24c03d4 block: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  52. 2a4aa30 block: rename and export rq_init() by FUJITA Tomonori · 16 years ago
  53. 6f6a036 block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inline by Adrian Bunk · 16 years ago
  54. 1afb20f block: make rq_init() do a full memset() by FUJITA Tomonori · 16 years ago
  55. cc66b45 block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP back by Jens Axboe · 16 years ago
  56. 6728cb0 block: make core bits checkpatch compliant by Jens Axboe · 16 years ago
  57. 86db1e2 block: continue ll_rw_blk.c splitup by Jens Axboe · 16 years ago