1. 2f6cf0d block: Fix bio_copy_data() by Kent Overstreet · 11 years ago
  2. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  3. 35dc248 [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal by Roland Dreier · 11 years ago
  4. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  5. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  6. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  7. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  8. a38352e block: Add an explicit bio flag for bios that own their bvec by Kent Overstreet · 12 years ago
  9. a078760 block: Add bio_alloc_pages() by Kent Overstreet · 12 years ago
  10. cb34e05 block: Convert some code to bio_for_each_segment_all() by Kent Overstreet · 12 years ago
  11. d74c6d5 block: Add bio_for_each_segment_all() by Kent Overstreet · 11 years ago
  12. 16ac3d6 block: Add bio_copy_data() by Kent Overstreet · 12 years ago
  13. 9e88224 block: Add submit_bio_wait(), remove from md by Kent Overstreet · 12 years ago
  14. 5b83636 block: Change bio_split() to respect the current value of bi_idx by Kent Overstreet · 12 years ago
  15. 054bdf6 block: Add bio_advance() by Kent Overstreet · 12 years ago
  16. 9f060e2 block: Convert integrity to bvec_alloc_bs() by Kent Overstreet · 12 years ago
  17. df2cb6d block: Avoid deadlocks with bio allocation by stacking drivers by Kent Overstreet · 12 years ago
  18. 3a366e6 block: add missing block_bio_complete() tracepoint by Tejun Heo · 11 years ago
  19. 386bc35 vfs: fix: don't increase bio_slab_max if krealloc() fails by Anna Leuschner · 12 years ago
  20. 02f3939 block: makes bio_split support bio without data by Shaohua Li · 12 years ago
  21. 4363ac7 block: Implement support for WRITE SAME by Martin K. Petersen · 12 years ago
  22. bf800ef block: Add bio_clone_bioset(), bio_clone_kmalloc() by Kent Overstreet · 12 years ago
  23. 3f86a82 block: Consolidate bio_alloc_bioset(), bio_kmalloc() by Kent Overstreet · 12 years ago
  24. 4254bba block: Kill bi_destructor by Kent Overstreet · 12 years ago
  25. f44b48c block: Add bio_reset() by Kent Overstreet · 12 years ago
  26. 1e2a410f block: Ues bi_pool for bio_integrity_alloc() by Kent Overstreet · 12 years ago
  27. 395c72a block: Generalized bio pool freeing by Kent Overstreet · 12 years ago
  28. a7e546f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  29. 389d7b2 bio: Fix potential memory leak in bio_find_or_create_slab() by Alexey Khoroshilov · 12 years ago
  30. 0d5c3eb vfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  31. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  32. f908ee9 bio allocation failure due to bio_get_nr_vecs() by Bernd Schubert · 12 years ago
  33. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 12 years ago
  34. 852c788 block: implement bio_associate_current() by Tejun Heo · 12 years ago
  35. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  36. 5abebfd bio: don't overflow in bio_get_nr_vecs() by Kent Overstreet · 12 years ago
  37. 121f099 bio: change some signed vars to unsigned by Dan Carpenter · 13 years ago
  38. 9562ad9 block: Remove the control of complete cpu from bio. by Tao Ma · 13 years ago
  39. c642808 vfs: Improve the bio_add_page() and bio_add_pc_page() descriptions by Andreas Gruenbacher · 13 years ago
  40. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  41. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  42. 80cdc6d fs: use appropriate printk priority levels by Mandeep Singh Baines · 13 years ago
  43. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 13 years ago
  44. df67714 block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY by Martin K. Petersen · 13 years ago
  45. cb4644c bio: take care not overflow page count when mapping/copying user data by Jens Axboe · 14 years ago
  46. f3f63c1 block: limit vec count in bio_kmalloc() and bio_alloc_map_data() by Jens Axboe · 14 years ago
  47. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  48. b4b7a4e Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  49. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  50. 8bf8c37 blkdev: fix merge_bvec_fn return value checks v2 by Dmitry Monakhov · 14 years ago
  51. 9599945 Revert "blkdev: fix merge_bvec_fn return value checks" by Jens Axboe · 14 years ago
  52. 9f7cdbc blkdev: fix merge_bvec_fn return value checks by Dmitry Monakhov · 14 years ago
  53. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  54. db18efa bio: Fix outdated comment about bio_alloc_bioset() by Jaak Ristioja · 14 years ago
  55. 1d61658 block: fix bio_add_page for non trivial merge_bvec_fn case by Dmitry Monakhov · 14 years ago
  56. f06f135 fs/bio.c: fix shadows sparse warning by Thiago Farina · 14 years ago
  57. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  58. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  59. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  60. 5f04eeb Fix bio_alloc() and bio_kmalloc() documentation by Alberto Bertogli · 15 years ago
  61. ad0bf11 bio_put(): add bio_clone() to the list of functions in the comment by Alberto Bertogli · 15 years ago
  62. a112a71 fs/bio.c: move EXPORT* macros to line after function by H Hartley Sweeten · 15 years ago
  63. ecb554a block: fix sg SG_DXFER_TO_FROM_DEV regression by FUJITA Tomonori · 15 years ago
  64. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  65. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  66. 76d93ff trivial: fix typo in bio_alloc kernel doc by Nikanth Karthikesan · 15 years ago
  67. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  68. 0e0c621 fs/bio.c: add missing __user annotation by Michal Simek · 15 years ago
  69. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  70. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  71. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  72. e4b6363 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  73. 4fc981e bio: always copy back data for copied kernel requests by Tejun Heo · 15 years ago
  74. 6983872 bio: fix memcpy corruption in bio_copy_user_iov() by FUJITA Tomonori · 15 years ago
  75. a9e9dc2 bio: use bio_kmalloc() in copy/map functions by Tejun Heo · 15 years ago
  76. 451a9eb bio: fix bio_kmalloc() by Tejun Heo · 15 years ago
  77. 86c824b bio: add documentation to bio_alloc() by Jens Axboe · 15 years ago
  78. c7eee1b trivial: Fix typo in bio_split()'s documentation by Alberto Bertogli · 15 years ago
  79. 6d2a78e block: add private bio_set for bio integrity allocations by Martin K. Petersen · 15 years ago
  80. a7fcd37 block: don't create bio_vec slabs of less than the inline number by Jens Axboe · 16 years ago
  81. 3405397 block: cleanup bio_alloc_bioset() by Ingo Molnar · 15 years ago
  82. 059ea33 block: fix memory leak in bio_clone() by Li Zefan · 15 years ago
  83. 8709269 block: Add gfp_mask parameter to bio_integrity_clone() by un'ichi Nomura · 15 years ago
  84. b2bf968 block: fix bogus gcc warning for uninitialized var usage by Jens Axboe · 15 years ago
  85. a60e78e fs/bio: bio_alloc_bioset: pass right object ptr to mempool_free by Subhash Peddamallu · 15 years ago
  86. 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 16 years ago
  87. 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 16 years ago
  88. e623ddb [SCSI] block: fix bio_add_page misuse with rq_map_data by FUJITA Tomonori · 16 years ago
  89. d3f7611 bio: get rid of bio_vec clearing by Jens Axboe · 16 years ago
  90. 392ddc3 bio: add support for inlining a number of bio_vecs inside the bio by Jens Axboe · 16 years ago
  91. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  92. 1b43449 bio: move the slab pointer inside the bio_set by Jens Axboe · 16 years ago
  93. 7ff9345 bio: only mempool back the largest bio_vec slab cache by Jens Axboe · 16 years ago
  94. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  95. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  96. 6feef53 block: mark bio_split_pool static by Denis ChengRq · 16 years ago
  97. ad3316b block: Find bio sector offset given idx and offset by Martin K. Petersen · 16 years ago
  98. 0a0d96b block: add bio_kmalloc() by Jens Axboe · 16 years ago
  99. 8188276 block: make blk_rq_map_user take a NULL user-space buffer by FUJITA Tomonori · 16 years ago
  100. 4d8ab62 bio: convert bio_copy_kern to use bio_copy_user by FUJITA Tomonori · 16 years ago