1. 65be4a5 Merge remote-tracking branch '4.4/tmp-730d8a5' into 4.8 by Kyle Yan · 8 years ago
  2. 3f7c624 block: remove bio_destructor_t by Christoph Hellwig · 8 years ago
  3. 3e1de31 block: Improve bio_set_op_attrs() robustness by Bart Van Assche · 8 years ago
  4. 4382e33 block, dm-crypt, btrfs: Introduce bio_flags() by Bart Van Assche · 8 years ago
  5. 637ca77 block: Document that bio_op() uses the data type of bio.bi_opf by Bart Van Assche · 8 years ago
  6. 7ce751bf block: add REQ_URGENT to request flags by Tatyana Brokhman · 12 years ago
  7. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  8. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  9. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  10. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  11. c0acf12 block: shrink bio size again by Christoph Hellwig · 8 years ago
  12. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  13. 0781e79 block: move two bvec structure into bvec.h by Ming Lei · 8 years ago
  14. 288dab8 block: add a separate operation type for secure erase by Christoph Hellwig · 8 years ago
  15. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  16. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  17. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  18. 6296b96 block, drivers, fs: shrink bi_rw from long to int by Mike Christie · 8 years ago
  19. 43b62ce block: move bio io prio to a new field by Mike Christie · 8 years ago
  20. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 8 years ago
  21. 1fcbcc3 block: copy NOMERGE flag from bio to request by Shaohua Li · 8 years ago
  22. bbc758e block: remove REQ_NO_TIMEOUT flag by Christoph Hellwig · 9 years ago
  23. e3a7a3b block: don't hardcode blk_qc_t -> tag mask by Jens Axboe · 9 years ago
  24. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  25. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  26. 2c68f6d block: shrink struct bio down to 2 cache lines again by Jens Axboe · 9 years ago
  27. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  28. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  29. a3ad0a9 block: Remove forced page bouncing under IO by Jan Kara · 9 years ago
  30. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  31. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  32. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  33. b2dbe0a block: collapse bio bit space by Jens Axboe · 9 years ago
  34. 97ca223 block: remove unused BIO_RW_BLOCK and BIO_EOF flags by Christoph Hellwig · 9 years ago
  35. b25de9d block: remove BIO_EOPNOTSUPP by Christoph Hellwig · 9 years ago
  36. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  37. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  38. b2387dd blk-mq: fix FUA request hang by Shaohua Li · 9 years ago
  39. bba0bdd Defer processing of REQ_PREEMPT requests for blocked devices by Bart Van Assche · 9 years ago
  40. 5b3f25f blk-mq: Allow requests to never expire by Keith Busch · 10 years ago
  41. e19a8a0 block: Remove REQ_KERNEL by Martin K. Petersen · 10 years ago
  42. b1f013885 block: Relocate bio integrity flags by Martin K. Petersen · 10 years ago
  43. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  44. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  45. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  46. 0d2602c blk-mq: improve support for shared tags maps by Jens Axboe · 10 years ago
  47. 62a8067 bio_vec-backed iov_iter by Al Viro · 10 years ago
  48. 360f92c block: fix regression with block enabled tagging by Jens Axboe · 10 years ago
  49. 196d38b block: Generic bio chaining by Kent Overstreet · 11 years ago
  50. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  51. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  52. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  53. 5953316 block: make rq->cmd_flags be 64-bit by Jens Axboe · 11 years ago
  54. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  55. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  56. 705cd0e Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/core by Jens Axboe · 11 years ago
  57. a38352e block: Add an explicit bio flag for bios that own their bvec by Kent Overstreet · 12 years ago
  58. 054bdf6 block: Add bio_advance() by Kent Overstreet · 12 years ago
  59. 6631127 block: add a flag to identify PM request by Lin Ming · 11 years ago
  60. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  61. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  62. 4254bba block: Kill bi_destructor by Kent Overstreet · 12 years ago
  63. f44b48c block: Add bio_reset() by Kent Overstreet · 12 years ago
  64. 395c72a block: Generalized bio pool freeing by Kent Overstreet · 12 years ago
  65. 18022c5 mm: add get_kernel_page[s] for pinning of kernel addresses for I/O by Mel Gorman · 12 years ago
  66. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  67. 9562ad9 block: Remove the control of complete cpu from bio. by Tao Ma · 13 years ago
  68. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  69. 8e4bf84 Move some REQ flags to the common bio/request area by Matthew Wilcox · 13 years ago
  70. 155d109 block: add REQ_SECURE to REQ_COMMON_MASK by Namhyung Kim · 13 years ago
  71. 771949d block: get rid of on-stack plugging debug checks by Jens Axboe · 13 years ago
  72. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  73. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 13 years ago
  74. 414b4ff block: add REQ_FLUSH_SEQ by Tejun Heo · 14 years ago
  75. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  76. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  77. 495d2b3 block: Make the integrity mapped property a bio flag by Martin K. Petersen · 14 years ago
  78. e43473b blkio: Core implementation of throttle policy by Vivek Goyal · 14 years ago
  79. 3a2edd0 block: make __blk_rq_prep_clone() copy most command flags by Tejun Heo · 14 years ago
  80. 4fed947 block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests by Tejun Heo · 14 years ago
  81. 28e7d18 block: drop barrier ordering by queue draining by Tejun Heo · 14 years ago
  82. 8d57a98 block: add secure discard by Adrian Hunter · 14 years ago
  83. de75d60 block: make sure that REQ_* types are seen even with CONFIG_BLOCK=n by Jens Axboe · 14 years ago
  84. 7cc0158 bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of BIO_RW_* flags by Tejun Heo · 14 years ago