1. ee7bdc6 FBE: Add support for hardware based FBE on f2fs and adapt ext4 fs by Zhen Kong · 5 years ago
  2. c55183c block: unexport bio_clone_bioset by Christoph Hellwig · 6 years ago
  3. 071f52f block: remove bio_clone_kmalloc by Christoph Hellwig · 6 years ago
  4. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  5. 0d3bd88 swap,blkcg: issue swap io with the appropriate context by Tejun Heo · 6 years ago
  6. 08e18ea block: add bi_blkg to the bio for cgroups by Josef Bacik · 6 years ago
  7. a381884 Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  8. 28e89fd9 block: add bioset_init_from_src() helper by Jens Axboe · 6 years ago
  9. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  10. 0aa69fd block: add a lower-level bio_add_page interface by Christoph Hellwig · 6 years ago
  11. dad0852 block: Drop bioset_create() by Kent Overstreet · 6 years ago
  12. 338aa96 block: convert bounce, q->bio_split to bioset_init()/mempool_init() by Kent Overstreet · 6 years ago
  13. 45db54d block: Split out bio_list_copy_data() by Kent Overstreet · 6 years ago
  14. 38a72da block: Add bio_copy_data_iter(), zero_fill_bio_iter() by Kent Overstreet · 6 years ago
  15. f4f8154 block: Use bioset_init() for fs_bio_set by Kent Overstreet · 6 years ago
  16. 917a38c block: Add bioset_init()/bioset_exit() by Kent Overstreet · 6 years ago
  17. 8aa6ba2 block: Convert bio_set to mempool_init() by Kent Overstreet · 6 years ago
  18. 9c0fb1e block: display the correct diskname for bio by Jiufei Xue · 6 years ago
  19. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  20. 25d8be7 block: move bio_alloc_pages() to bcache by Ming Lei · 7 years ago
  21. 86292ab block: introduce bio helpers for converting to multipage bvec by Ming Lei · 7 years ago
  22. 111be88 block-throttle: avoid double charge by Shaohua Li · 7 years ago
  23. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
  25. 83f5f7e block: kill bio_kmap/kunmap_irq() by Jens Axboe · 7 years ago
  26. e81cef5 blk_rq_map_user_iov(): move iov_iter_advance() down by Al Viro · 7 years ago
  27. af551fb blkcg: delete unused APIs by Shaohua Li · 7 years ago
  28. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  29. 225311a mm: test code to write THP to swap device as a whole by Huang Ying · 7 years ago
  30. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  31. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  32. 7c20f11 bio-integrity: stop abusing bi_end_io by Christoph Hellwig · 7 years ago
  33. f9df1cd bio: add bvec_iter rewind API by Dmitry Monakhov · 7 years ago
  34. b1fb2c5 block: guard bvec iteration logic by Dmitry Monakhov · 7 years ago
  35. e23947b bio-integrity: fold bio_integrity_enabled to bio_integrity_prep by Dmitry Monakhov · 7 years ago
  36. fbd08e7 bio-integrity: fix interface for bio_integrity_trim by Dmitry Monakhov · 7 years ago
  37. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  38. 9ae3b3f block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 7 years ago
  39. 80ab6af block: remove the unused bio_to_phys macro by Christoph Hellwig · 7 years ago
  40. 03a07c9 block: return on congested block device by Goldwyn Rodrigues · 7 years ago
  41. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 7 years ago
  42. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 7 years ago
  43. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  44. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  45. e265eb3a Merge branch 'md-next' into md-linus by Shaohua Li · 7 years ago
  46. 5051262 Revert "block: introduce bio_copy_data_partial" by NeilBrown · 7 years ago
  47. f459587 block: remove bio_clone_bioset_partial() by Shaohua Li · 7 years ago
  48. 6f880285 block: introduce bio_copy_data_partial by Ming Lei · 7 years ago
  49. 7a88fa1 block: make nr_iovecs unsigned in bio_alloc_bioset() by Dan Carpenter · 7 years ago
  50. c18a1e0 block: introduce bio_clone_bioset_partial() by Ming Lei · 7 years ago
  51. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  52. a6f0788 block: add support for REQ_OP_WRITE_ZEROES by Chaitanya Kulkarni · 8 years ago
  53. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  54. 2cefe4d block: add bio_iov_iter_get_pages() by Kent Overstreet · 8 years ago
  55. 1e3914d block, fs: move submit_bio to bio.h by Christoph Hellwig · 8 years ago
  56. d384995 fs: decouple READ and WRITE from the block layer ops by Christoph Hellwig · 8 years ago
  57. c4aebd0 block: remove bio_is_rw by Christoph Hellwig · 8 years ago
  58. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  59. fc95db3 bio.h: remove a very outdated comment by Christoph Hellwig · 8 years ago
  60. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  61. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  62. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  63. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  64. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  65. 1a89694 block: bio: kill BIO_MAX_SIZE by Ming Lei · 8 years ago
  66. 30ac460 block: bio: remove BIO_MAX_SECTORS by Ming Lei · 8 years ago
  67. 0781e79 block: move two bvec structure into bvec.h by Ming Lei · 8 years ago
  68. 8fc5545 block: move bvec iterator into include/linux/bvec.h by Ming Lei · 8 years ago
  69. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  70. 43b62ce block: move bio io prio to a new field by Mike Christie · 8 years ago
  71. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  72. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 8 years ago
  73. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  74. 0ef5a50 block: make bio_inc_remaining() interface accessible again by Mike Snitzer · 8 years ago
  75. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  76. 90d0f0f block: don't optimize for non-cloned bio in bio_get_last_bvec() by Ming Lei · 8 years ago
  77. 7bcd79a block: bio: introduce helpers to get the 1st and last bvec by Ming Lei · 8 years ago
  78. 06c1e39 blk-integrity: empty implementation when disabled by Keith Busch · 9 years ago
  79. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  80. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  81. 2c68f6d block: shrink struct bio down to 2 cache lines again by Jens Axboe · 9 years ago
  82. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  83. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  84. 1d933cf blkcg: implement bio_associate_blkcg() by Tejun Heo · 9 years ago
  85. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  86. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  87. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  88. 37f19e5 block: merge __bio_map_user_iov into bio_map_user_iov by Christoph Hellwig · 10 years ago
  89. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 10 years ago
  90. ddad8dd block: use blk_rq_map_user_iov to implement blk_rq_map_user by Christoph Hellwig · 10 years ago
  91. 394ffa5 blk: introduce generic io stat accounting help function by Gu Zheng · 10 years ago
  92. d8f429e block: add bioset_create_nobvec() by Junichi Nomura · 10 years ago
  93. c611529 sd: Honor block layer integrity handling flags by Martin K. Petersen · 10 years ago
  94. aae7df5 block: Integrity checksum flag by Martin K. Petersen · 10 years ago
  95. b1f013885 block: Relocate bio integrity flags by Martin K. Petersen · 10 years ago
  96. 1859308 block: Clean up the code used to generate and verify integrity metadata by Martin K. Petersen · 10 years ago
  97. 5f9378f block: Remove bip_buf by Martin K. Petersen · 10 years ago
  98. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  99. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  100. e7258c1 block: Get rid of bdev_integrity_enabled() by Martin K. Petersen · 10 years ago