1. 78360542 Merge android-4.9.180 (719bdd9) into msm-4.9 by jianzhou · 4 years, 10 months ago
  2. 6aab0ad bio: fix improper use of smp_mb__before_atomic() by Andrea Parri · 5 years ago
  3. 36c6512 Enable hardware based FBE on f2fs and adapt ext4 fs by Neeraj Soni · 6 years ago
  4. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  5. fc95db3 bio.h: remove a very outdated comment by Christoph Hellwig · 8 years ago
  6. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  7. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  8. 20bd723 block: add missing group association in bio-cloning functions by Paolo Valente · 8 years ago
  9. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  10. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  11. 1a89694 block: bio: kill BIO_MAX_SIZE by Ming Lei · 8 years ago
  12. 30ac460 block: bio: remove BIO_MAX_SECTORS by Ming Lei · 8 years ago
  13. 0781e79 block: move two bvec structure into bvec.h by Ming Lei · 8 years ago
  14. 8fc5545 block: move bvec iterator into include/linux/bvec.h by Ming Lei · 8 years ago
  15. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  16. 43b62ce block: move bio io prio to a new field by Mike Christie · 8 years ago
  17. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  18. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 8 years ago
  19. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  20. 0ef5a50 block: make bio_inc_remaining() interface accessible again by Mike Snitzer · 8 years ago
  21. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  22. 90d0f0f block: don't optimize for non-cloned bio in bio_get_last_bvec() by Ming Lei · 8 years ago
  23. 7bcd79a block: bio: introduce helpers to get the 1st and last bvec by Ming Lei · 8 years ago
  24. 06c1e39 blk-integrity: empty implementation when disabled by Keith Busch · 8 years ago
  25. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  26. b54ffb7 block: remove bio_get_nr_vecs() by Kent Overstreet · 9 years ago
  27. 2c68f6d block: shrink struct bio down to 2 cache lines again by Jens Axboe · 9 years ago
  28. b7c44ed block: manipulate bio->bi_flags through helpers by Jens Axboe · 9 years ago
  29. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  30. 1d933cf blkcg: implement bio_associate_blkcg() by Tejun Heo · 9 years ago
  31. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  32. dac5621 bio: skip atomic inc/dec of ->bi_cnt for most use cases by Jens Axboe · 9 years ago
  33. c4cf526 bio: skip atomic inc/dec of ->bi_remaining for non-chains by Jens Axboe · 9 years ago
  34. 37f19e5 block: merge __bio_map_user_iov into bio_map_user_iov by Christoph Hellwig · 9 years ago
  35. 26e49cf block: pass iov_iter to the BLOCK_PC mapping functions by Kent Overstreet · 9 years ago
  36. ddad8dd block: use blk_rq_map_user_iov to implement blk_rq_map_user by Christoph Hellwig · 9 years ago
  37. 394ffa5 blk: introduce generic io stat accounting help function by Gu Zheng · 9 years ago
  38. d8f429e block: add bioset_create_nobvec() by Junichi Nomura · 10 years ago
  39. c611529 sd: Honor block layer integrity handling flags by Martin K. Petersen · 10 years ago
  40. aae7df5 block: Integrity checksum flag by Martin K. Petersen · 10 years ago
  41. b1f013885 block: Relocate bio integrity flags by Martin K. Petersen · 10 years ago
  42. 1859308 block: Clean up the code used to generate and verify integrity metadata by Martin K. Petersen · 10 years ago
  43. 5f9378f block: Remove bip_buf by Martin K. Petersen · 10 years ago
  44. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  45. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  46. e7258c1 block: Get rid of bdev_integrity_enabled() by Martin K. Petersen · 10 years ago
  47. cbcd1054 bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload by Gu Zheng · 10 years ago
  48. 66cb45a block: add support for limiting gaps in SG lists by Jens Axboe · 10 years ago
  49. 3a4b0ed bio: remove unused macro bip_vec_idx() by Gu Zheng · 10 years ago
  50. a6c39cb4f fs/bio: remove bs paramater in biovec_create_pool by Fabian Frederick · 10 years ago
  51. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. b7aa84d block: Fix for_each_bvec() by Martin K. Petersen · 10 years ago
  53. 86d564c constify blk_rq_map_user_iov() and friends by Al Viro · 10 years ago
  54. 8423ae3 block: Fix cloning of discard/write same bios by Kent Overstreet · 10 years ago
  55. c4540a7 fs: Add prototype declaration to appropriate header file include/linux/bio.h by Rashika Kheria · 10 years ago
  56. 4b1faf9 block: Kill bio_pair_split() by Kent Overstreet · 11 years ago
  57. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 10 years ago
  58. ee67891 block: Rename bio_split() -> bio_pair_split() by Kent Overstreet · 11 years ago
  59. 196d38b block: Generic bio chaining by Kent Overstreet · 10 years ago
  60. 1c3b13e dm: Refactor for new bio cloning/splitting by Kent Overstreet · 11 years ago
  61. 59d276f block: Add bio_clone_fast() by Kent Overstreet · 10 years ago
  62. f619d25 block: Kill bio_iovec_idx(), __bio_iovec() by Kent Overstreet · 11 years ago
  63. 458b76e block: Kill bio_segments()/bi_vcnt usage by Kent Overstreet · 11 years ago
  64. d57a5f7 bio-integrity: Convert to bvec_iter by Kent Overstreet · 10 years ago
  65. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  66. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 10 years ago
  67. a4ad39b1 block: Convert bio_iovec() to bvec_iter by Kent Overstreet · 11 years ago
  68. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  69. e37459b Merge branch 'blk-mq/core' into for-3.13/core by Jens Axboe · 11 years ago
  70. 6678d83 block: Consolidate duplicated bio_trim() implementations by Kent Overstreet · 11 years ago
  71. 320ae51 blk-mq: new multi-queue block IO queueing mechanism by Jens Axboe · 11 years ago
  72. 0eb5afb xtensa: remove the second argument of __bio_kmap_atomic() by Zhao Hongjiang · 11 years ago
  73. 29ed781 bio-integrity: Add explicit field for owner of bip_buf by Kent Overstreet · 12 years ago
  74. a38352e block: Add an explicit bio flag for bios that own their bvec by Kent Overstreet · 12 years ago
  75. a078760 block: Add bio_alloc_pages() by Kent Overstreet · 12 years ago
  76. d74c6d5 block: Add bio_for_each_segment_all() by Kent Overstreet · 11 years ago
  77. 16ac3d6 block: Add bio_copy_data() by Kent Overstreet · 12 years ago
  78. 9e88224 block: Add submit_bio_wait(), remove from md by Kent Overstreet · 12 years ago
  79. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  80. 054bdf6 block: Add bio_advance() by Kent Overstreet · 12 years ago
  81. 9f060e2 block: Convert integrity to bvec_alloc_bs() by Kent Overstreet · 12 years ago
  82. 6fda981 block: Fix a buffer overrun in bio_integrity_split() by Kent Overstreet · 12 years ago
  83. df2cb6d block: Avoid deadlocks with bio allocation by stacking drivers by Kent Overstreet · 12 years ago
  84. 57fb233 block: Reorder struct bio_set by Kent Overstreet · 12 years ago
  85. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  86. e2a60da block: Clean up special command handling logic by Martin K. Petersen · 12 years ago
  87. bf800ef block: Add bio_clone_bioset(), bio_clone_kmalloc() by Kent Overstreet · 12 years ago
  88. 3f86a82 block: Consolidate bio_alloc_bioset(), bio_kmalloc() by Kent Overstreet · 12 years ago
  89. 4254bba block: Kill bi_destructor by Kent Overstreet · 12 years ago
  90. f44b48c block: Add bio_reset() by Kent Overstreet · 12 years ago
  91. 1e2a410f block: Ues bi_pool for bio_integrity_alloc() by Kent Overstreet · 12 years ago
  92. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 12 years ago
  93. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  94. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  95. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  96. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 12 years ago
  97. 6898e3b block: Stop using macro stubs for the bio data integrity calls by Martin K. Petersen · 12 years ago
  98. 121f099 bio: change some signed vars to unsigned by Dan Carpenter · 13 years ago
  99. 0c614e2 include/linux/bio.h: use a static inline function for bio_integrity_clone() by Stephen Rothwell · 13 years ago
  100. 9562ad9 block: Remove the control of complete cpu from bio. by Tao Ma · 13 years ago