1. 4569180 block: fix page leak when merging to same page by Christoph Hellwig · 6 years ago
  2. ff89673 block: return from __bio_try_merge_page if merging occured in the same page by Christoph Hellwig · 6 years ago
  3. 8c16567 block: switch all files cleared marked as GPLv2 to SPDX tags by Christoph Hellwig · 6 years ago
  4. dcdca75 block: clean up __bio_add_pc_page a bit by Christoph Hellwig · 6 years ago
  5. 6601e44e block: remove bogus comments in __bio_add_pc_page by Christoph Hellwig · 6 years ago
  6. 4713839 block: remove the __bio_add_pc_page export by Christoph Hellwig · 6 years ago
  7. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  8. 0257c0e block: don't run get_page() on pages from non-bvec iov iter by Ming Lei · 6 years ago
  9. 551879a block: clarify that bio_add_page() and related helpers can add multi pages by Ming Lei · 6 years ago
  10. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  11. 52d52d1 block: only allow contiguous page structs in a bio_vec by Christoph Hellwig · 6 years ago
  12. 7321ecb block: change how we get page references in bio_iov_iter_get_pages by Christoph Hellwig · 6 years ago
  13. 14eacf1 block: don't allow multiple bio_iov_iter_get_pages calls per bio by Christoph Hellwig · 6 years ago
  14. a10584c block: refactor __bio_iov_bvec_add_pages by Christoph Hellwig · 6 years ago
  15. a3761c3 block: do not leak memory in bio_copy_user_iov() by Jérôme Glisse · 6 years ago
  16. 2b24e6f block: bio: ensure newly added bio flags don't override BVEC_POOL_IDX by Johannes Thumshirn · 6 years ago
  17. 489fbbc block: enable multi-page bvec for passthrough IO by Ming Lei · 6 years ago
  18. 1904708 block: put the same page when adding it to bio by Ming Lei · 6 years ago
  19. 5919482 block: check if page is mergeable in one helper by Ming Lei · 6 years ago
  20. 5a8ce24 block: cleanup bio_add_pc_page by Ming Lei · 6 years ago
  21. db5ebd6 block: avoid to break XEN by multi-page bvec by Ming Lei · 6 years ago
  22. 399254a block: add BIO_NO_PAGE_REF flag by Jens Axboe · 6 years ago
  23. 6d0c48a block: implement bio helper to add iter bvec pages to bio by Jens Axboe · 6 years ago
  24. 07173c3 block: enable multipage bvecs by Ming Lei · 6 years ago
  25. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  26. 77d0b19 Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  27. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  28. 6ab2187 blkcg: clean up blkg_tryget_closest() by Dennis Zhou · 6 years ago
  29. a45eb57 block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports by Christoph Hellwig · 6 years ago
  30. 0374e11 block: remove the unused bio_iov_iter_get_pages export by Christoph Hellwig · 6 years ago
  31. 6c210aa block: remove the bio_phys_segments export by Christoph Hellwig · 6 years ago
  32. f55adad block/bio: Do not zero user pages by Keith Busch · 6 years ago
  33. 5b18b5a block: delete part_round_stats and switch to less precise counting by Mikulas Patocka · 6 years ago
  34. 112f158 block: stop passing 'cpu' to all percpu stats methods by Mike Snitzer · 6 years ago
  35. 7754f66 blkcg: rename blkg_try_get() to blkg_tryget() by Dennis Zhou · 6 years ago
  36. 6f70fb6 blkcg: remove bio_disassociate_task() by Dennis Zhou · 6 years ago
  37. fc5a828 blkcg: remove additional reference to the css by Dennis Zhou · 6 years ago
  38. db6638d blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou · 6 years ago
  39. fd42df3 blkcg: associate writeback bios with a blkg by Dennis Zhou · 6 years ago
  40. 6a7f6d8 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou · 6 years ago
  41. e439bed blkcg: consolidate bio_issue_init() to be a part of core by Dennis Zhou · 6 years ago
  42. 5cdf2e3 blkcg: associate blkg when associating a device by Dennis Zhou · 6 years ago
  43. 892ad71 dm: set the static flush bio device on demand by Dennis Zhou · 6 years ago
  44. 2268c0f blkcg: introduce common blkg association logic by Dennis Zhou · 6 years ago
  45. beea9da blkcg: convert blkg_lookup_create() to find closest blkg by Dennis Zhou · 6 years ago
  46. 0fe061b blkcg: fix ref count issue with bio_blkcg() using task_css by Dennis Zhou · 6 years ago
  47. e2b3fa5 block: Remove bio->bi_ioc by Damien Le Moal · 6 years ago
  48. ca474b7 block: copy ioprio in __bio_clone_fast() and bounce by Hannes Reinecke · 6 years ago
  49. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  50. f3587d7 block: Clear kernel memory before copying to user by Keith Busch · 6 years ago
  51. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  52. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  53. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  54. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  55. d459d85 blkcg: reassociate bios when make_request() is called recursively by Dennis Zhou · 6 years ago
  56. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  57. 3dccdae block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable by Christoph Hellwig · 6 years ago
  58. 0e25339 block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page by Christoph Hellwig · 6 years ago
  59. 6a9f5f2 block: simplify BIOVEC_PHYS_MERGEABLE by Christoph Hellwig · 6 years ago
  60. 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
  61. f0fcb3e blkcg: remove additional reference to the css by Dennis Zhou (Facebook) · 6 years ago
  62. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  63. 74b7c02 blkcg: associate a blkg for pages being evicted by swap by Dennis Zhou (Facebook) · 6 years ago
  64. 5bf9a1f blkcg: consolidate bio_issue_init to be a part of core by Dennis Zhou (Facebook) · 6 years ago
  65. a7b39b4 blkcg: always associate a bio with a blkg by Dennis Zhou (Facebook) · 6 years ago
  66. 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
  67. 27e6fa9 blkcg: fix ref count issue with bio_blkcg using task_css by Dennis Zhou (Facebook) · 6 years ago
  68. b57e99b block: use nanosecond resolution for iostat by Omar Sandoval · 6 years ago
  69. 576ed91 block: use bio_add_page in bio_iov_iter_get_pages by Christoph Hellwig · 6 years ago
  70. 7759eb2 block: remove bio_rewind_iter() by Ming Lei · 6 years ago
  71. 3111885 blkcg: use tryget logic when associating a blkg with a bio by Dennis Zhou (Facebook) · 6 years ago
  72. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  73. d6c02a9 block: bvec_nr_vecs() returns value for wrong slab by Greg Edwards · 6 years ago
  74. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  75. 5151842 block: reset bi_iter.bi_done after splitting bio by Greg Edwards · 6 years ago
  76. 17d51b1 block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs by Martin Wilck · 6 years ago
  77. b403ea2 block: bio_iov_iter_get_pages: fix size of last iovec by Martin Wilck · 6 years ago
  78. c55183c block: unexport bio_clone_bioset by Christoph Hellwig · 6 years ago
  79. 3bb5098 block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec by Christoph Hellwig · 6 years ago
  80. 24d5493 block: simplify bio_check_pages_dirty by Christoph Hellwig · 6 years ago
  81. ddcf35d block: Add and use op_stat_group() for indexing disk_stat fields. by Michael Callahan · 6 years ago
  82. 67b42d0 rq-qos: introduce dio_bio callback by Josef Bacik · 7 years ago
  83. 0d3bd88 swap,blkcg: issue swap io with the appropriate context by Tejun Heo · 7 years ago
  84. 08e18ea block: add bi_blkg to the bio for cgroups by Josef Bacik · 7 years ago
  85. 77072ca Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  86. 9c24c10 Revert "block: Add warning for bi_next not NULL in bio_endio()" by Bart Van Assche · 7 years ago
  87. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  88. a381884 Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  89. 28e89fd9 block: add bioset_init_from_src() helper by Jens Axboe · 7 years ago
  90. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  91. 0aa69fd block: add a lower-level bio_add_page interface by Christoph Hellwig · 7 years ago
  92. dad0852 block: Drop bioset_create() by Kent Overstreet · 7 years ago
  93. 1900fcc block: Export bio check/set pages_dirty by Kent Overstreet · 7 years ago
  94. 0ba99ca block: Add warning for bi_next not NULL in bio_endio() by Kent Overstreet · 7 years ago
  95. 6e6e811 block: Add missing flush_dcache_page() call by Kent Overstreet · 7 years ago
  96. 45db54d block: Split out bio_list_copy_data() by Kent Overstreet · 7 years ago
  97. 38a72da block: Add bio_copy_data_iter(), zero_fill_bio_iter() by Kent Overstreet · 7 years ago
  98. f4f8154 block: Use bioset_init() for fs_bio_set by Kent Overstreet · 7 years ago
  99. 917a38c block: Add bioset_init()/bioset_exit() by Kent Overstreet · 7 years ago
  100. 8aa6ba2 block: Convert bio_set to mempool_init() by Kent Overstreet · 7 years ago