1. f661fce Merge android-4.9.195(59aade0) into msm-4.9 by jianzhou · 4 years, 5 months ago
  2. 0b0803a BACKPORT: block: annotate refault stalls from IO submission by Johannes Weiner · 4 years, 9 months ago
  3. 45728c3 Merge android-4.9.169 (1ef64da) into msm-4.9 by jianzhou · 5 years ago
  4. 056066d block: do not leak memory in bio_copy_user_iov() by Jérôme Glisse · 5 years ago
  5. d1f0690 Merge "Merge android-4.9.127 (be4935d) into msm-4.9" by Linux Build Service Account · 5 years ago
  6. ad6c3ff Merge android-4.9.127 (be4935d) into msm-4.9 by Minming Qi · 6 years ago
  7. 3bd012f dm-default-key, f2fs, ICE: support dm-default-key with f2fs/ICE by Jaegeuk Kim · 6 years ago
  8. bbab86e block: bvec_nr_vecs() returns value for wrong slab by Greg Edwards · 6 years ago
  9. 574b4fa Merge "fscrypt, pfk, ice: cover ICE-related data structures in CONFIG_PFK" by Linux Build Service Account · 6 years ago
  10. 5190c81 fscrypt, pfk, ice: cover ICE-related data structures in CONFIG_PFK by Jaegeuk Kim · 6 years ago
  11. 69e981b block: Clone crypt key while cloning bioset by Neeraj Soni · 6 years ago
  12. 36c6512 Enable hardware based FBE on f2fs and adapt ext4 fs by Neeraj Soni · 6 years ago
  13. c692cb9 Resolve merge conflict and enable HW FBE for ext4 fs by Neeraj Soni · 6 years ago
  14. 6bae912 Fix slab name "biovec-(1<<(21-12))" by Mikulas Patocka · 6 years ago
  15. ed35ded bio_copy_user_iov(): don't ignore ->iov_offset by Al Viro · 7 years ago
  16. e67dfe7 more bio_map_user_iov() leak fixes by Al Viro · 7 years ago
  17. 5444d8a fix unbalanced page refcounting in bio_map_user_iov by Vitaly Mayatskikh · 7 years ago
  18. 5959cde blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 7 years ago
  19. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  20. a441b0d block: remove remnant refs to hardsect by Linus Walleij · 8 years ago
  21. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  22. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  23. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  24. f9cc447 block: unexport various bio mapping helpers by Christoph Hellwig · 8 years ago
  25. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  26. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  27. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  28. 0ef5a50 block: make bio_inc_remaining() interface accessible again by Mike Snitzer · 8 years ago
  29. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  30. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  31. 35d88d9 Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  32. 2b88551 block: bio_remaining_done() isn't unlikely by Christoph Hellwig · 8 years ago
  33. ba8c696 block: cleanup bio_endio by Christoph Hellwig · 8 years ago
  34. 38f8baa block: factor out chained bio completion by Christoph Hellwig · 8 years ago
  35. af3e3a5 block: don't unecessarily clobber bi_error for chained bios by Christoph Hellwig · 8 years ago
  36. 2d99b55 bio: return EINTR if copying to user space got interrupted by Hannes Reinecke · 8 years ago
  37. d57d611 kernel/fs: fix I/O wait not accounted for RW O_DSYNC by Stephane Gasparini · 8 years ago
  38. bd5cece bio: use offset_in_page macro by Geliang Tang · 8 years ago
  39. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  40. b0a1ea5 Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  41. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  42. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  43. c165b3e blkcg: rename subsystem name from blkio to io by Tejun Heo · 9 years ago
  44. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  45. c66a14d block: simplify bio_add_page() by Kent Overstreet · 10 years ago
  46. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  47. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  48. f3f5da6 block: Do a full clone when splitting discard bios by Martin K. Petersen · 9 years ago
  49. 5aa2a96 block: export bio_associate_*() and wbc_account_io() by Tejun Heo · 9 years ago
  50. 1d933cf blkcg: implement bio_associate_blkcg() by Tejun Heo · 9 years ago
  51. ec43869 cgroup, block: implement task_get_css() and use it in bio_associate_current() by Tejun Heo · 9 years ago
  52. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  53. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  54. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  55. 9124d3f block: rewrite and split __bio_copy_iov() by Dongsu Park · 9 years ago
  56. 37f19e5 block: merge __bio_map_user_iov into bio_map_user_iov by Christoph Hellwig · 9 years ago
  57. 75c72b8 block: merge __bio_map_kern into bio_map_kern by Christoph Hellwig · 9 years ago
  58. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 9 years ago
  59. 1dfa0f6 block: add a helper to free bio bounce buffer pages by Christoph Hellwig · 9 years ago
  60. ddad8dd block: use blk_rq_map_user_iov to implement blk_rq_map_user by Christoph Hellwig · 9 years ago
  61. 42d2683 block: simplify bio_map_kern by Christoph Hellwig · 9 years ago
  62. fcbf6a0 bio: modify __bio_add_page() to accept pages that don't start a new segment by Maurizio Lombardi · 9 years ago
  63. 394ffa5 blk: introduce generic io stat accounting help function by Gu Zheng · 9 years ago
  64. d8f429e block: add bioset_create_nobvec() by Junichi Nomura · 10 years ago
  65. 6a24148 block: use kmalloc alignment for bio slab by Mikulas Patocka · 10 years ago
  66. 66cb45a block: add support for limiting gaps in SG lists by Jens Axboe · 10 years ago
  67. 23d4ed5 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  68. 58a4915 block: ensure that bio_add_page() always accepts a page for an empty bio by Jens Axboe · 10 years ago
  69. 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  70. 762380a block: add notion of a chunk size for request merging by Jens Axboe · 10 years ago
  71. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 10 years ago[Renamed from fs/bio.c]
  72. 7410b3c fs/bio.c: remove nr_segs (unused function parameter) by Fabian Frederick · 10 years ago
  73. a6c39cb4f fs/bio: remove bs paramater in biovec_create_pool by Fabian Frederick · 10 years ago
  74. 1051a90 fs: fix new kernel-doc warnings in fs/bio.c by Randy Dunlap · 10 years ago
  75. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  77. 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 10 years ago
  78. b4d7124 bio: don't write "bio: create slab" messages to syslog by Mikulas Patocka · 10 years ago
  79. 8423ae3 block: Fix cloning of discard/write same bios by Kent Overstreet · 10 years ago
  80. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  81. 1331107 Revert "block: Warn and free bio if bi_end_io is not set" by Jens Axboe · 10 years ago
  82. 95d4403 block: Warn and free bio if bi_end_io is not set by Muthukumar Ratty · 10 years ago
  83. 4b1faf9 block: Kill bio_pair_split() by Kent Overstreet · 11 years ago
  84. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 10 years ago
  85. ee67891 block: Rename bio_split() -> bio_pair_split() by Kent Overstreet · 11 years ago
  86. 196d38b block: Generic bio chaining by Kent Overstreet · 10 years ago
  87. e90abc8 block: Remove bi_idx hacks by Kent Overstreet · 11 years ago
  88. c8db444 block: Don't save/copy bvec array anymore by Kent Overstreet · 10 years ago
  89. 1c3b13e dm: Refactor for new bio cloning/splitting by Kent Overstreet · 11 years ago
  90. 59d276f block: Add bio_clone_fast() by Kent Overstreet · 10 years ago
  91. bdb5320 block: Refactor bio_clone_bioset() for immutable biovecs by Kent Overstreet · 10 years ago
  92. 003b5c5 block: Convert drivers to immutable biovecs by Kent Overstreet · 11 years ago
  93. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  94. 1cb9dda block: Convert bio_copy_data() to bvec_iter by Kent Overstreet · 11 years ago
  95. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  96. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 10 years ago
  97. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  98. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  99. 34f2fd8 bio: fix argument of __bio_add_page() for max_sectors > 0xffff by Akinobu Mita · 10 years ago
  100. 6678d83 block: Consolidate duplicated bio_trim() implementations by Kent Overstreet · 11 years ago