1. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 17057c5 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 6 years ago
  3. 11537d5 blkdev: Refactoring block io latency histogram codes by Hyojun Kim · 7 years ago
  4. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  5. e2d8878 ANDROID: MMC/UFS IO Latency Histograms. by Mohan Srinivasan · 8 years ago
  6. f99694c block: Change extern inline to static inline by Tobias Klauser · 8 years ago
  7. 2849450 blk-mq: introduce blk_mq_delay_kick_requeue_list() by Mike Snitzer · 8 years ago
  8. ee63cfa block: add kblockd_schedule_work_on() by Jens Axboe · 8 years ago
  9. 7afafc8 block: Fix secure erase by Adrian Hunter · 8 years ago
  10. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  11. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  12. 6d25ec1 Include: blkdev: Removed duplicate 'struct request;' declaration. by John Pittman · 8 years ago
  13. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  14. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  15. 17007f3 block: Fix front merge check by Damien Le Moal · 8 years ago
  16. 163d4ba block: add QUEUE_FLAG_DAX for devices to advertise their DAX support by Toshi Kani · 8 years ago
  17. 4613c5f scsi/osd: open code blk_make_request by Christoph Hellwig · 8 years ago
  18. 98d61d5 block: simplify and export blk_rq_append_bio by Christoph Hellwig · 8 years ago
  19. e950fdf block: introduce BLKDEV_DISCARD_ZERO to fix zeroout by Christoph Hellwig · 8 years ago
  20. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  21. 9828c2c block: Convert fifo_time from ulong to u64 by Jan Kara · 8 years ago
  22. 288dab8 block: add a separate operation type for secure erase by Christoph Hellwig · 8 years ago
  23. ca93e45 block: better packing for struct request by Christoph Hellwig · 8 years ago
  24. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  25. 4e1b2d52 block, fs, drivers: remove REQ_OP compat defs and related code by Mike Christie · 8 years ago
  26. d9d8c5c block: convert is_sync helpers to use REQ_OPs. by Mike Christie · 8 years ago
  27. 8fe0d47 block: convert merge/insert code to check for REQ_OPs. by Mike Christie · 8 years ago
  28. 469e321 block discard: use bio set op accessor by Mike Christie · 8 years ago
  29. f215082 block: add REQ_OP definitions and helpers by Mike Christie · 8 years ago
  30. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  31. 0a70bd4 dax: enable dax in the presence of known media errors (badblocks) by Dan Williams · 9 years ago
  32. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  33. a8078b1 block: Update blkdev_dax_capable() for consistency by Toshi Kani · 8 years ago
  34. 2d96afc block: Add bdev_dax_supported() for dax mount checks by Toshi Kani · 8 years ago
  35. 2af3a81 block: Add vfs_msg() interface by Toshi Kani · 8 years ago
  36. 38f2525 block: add __blkdev_issue_discard by Christoph Hellwig · 8 years ago
  37. c888a8f block: kill off q->flush_flags by Jens Axboe · 8 years ago
  38. 2245f6d block: kill blk_queue_flush() by Jens Axboe · 8 years ago
  39. 93e9d8e block: add ability to flag write back caching on a device by Jens Axboe · 8 years ago
  40. 37e5823 block: add offset in blk_add_request_payload() by Ming Lin · 9 years ago
  41. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  42. 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  43. fcab86a Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  44. 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 9 years ago
  45. 8e0b60b blk-mq: enable polling support by default by Christoph Hellwig · 9 years ago
  46. f2101842 block: fix blk_rq_get_max_sectors for driver private requests by Christoph Hellwig · 9 years ago
  47. 25e71a9 block: get the 1st and last bvec via helpers by Ming Lei · 9 years ago
  48. e0af291 block: check virt boundary in bio_will_gap() by Ming Lei · 9 years ago
  49. d07ab6d block: Add blk_set_runtime_active() by Mika Westerberg · 9 years ago
  50. 12ffbbe Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes by James Bottomley · 9 years ago
  51. 0fb5b1f block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled by Martin K. Petersen · 9 years ago
  52. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  53. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  54. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
  55. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 9 years ago
  56. 2149141 block: add blk_start_queue_async() by Jens Axboe · 9 years ago
  57. 287922e block: defer timeouts to a workqueue by Christoph Hellwig · 9 years ago
  58. 19190f5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  59. be9e2f7 Merge branch 'mkp-fixes' into fixes by James Bottomley · 9 years ago
  60. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  61. bf4e6b4 block: Always check queue limits for cloned requests by Hannes Reinecke · 9 years ago
  62. ca369d5 block/sd: Fix device-imposed transfer length limits by Martin K. Petersen · 9 years ago
  63. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 9 years ago
  64. 05229be block: add block polling support by Jens Axboe · 9 years ago
  65. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  66. ccf21b6 Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  67. bbd3e06 block: add an API for Persistent Reservations by Christoph Hellwig · 9 years ago
  68. ac6fc48 block: move blk_integrity to request_queue by Dan Williams · 9 years ago
  69. 3ef28e8 block: generic request_queue reference counting by Dan Williams · 9 years ago
  70. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  71. a48f041 block: Reduce the size of struct blk_integrity by Martin K. Petersen · 9 years ago
  72. 0f8087e block: Consolidate static integrity profile properties by Martin K. Petersen · 9 years ago
  73. aff34e1 block: Move integrity kobject to struct gendisk by Martin K. Petersen · 9 years ago
  74. 4593fdb blk-mq: fix sysfs registration/unregistration race by Akinobu Mita · 9 years ago
  75. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  76. 10fbd36 blk: rq_data_dir() should not return a boolean by Linus Torvalds · 9 years ago
  77. 7f39add block: Refuse request/bio merges with gaps in the integrity payload by Sagi Grimberg · 9 years ago
  78. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  79. 5e7c427 block: Check for gaps on front and back merges by Jens Axboe · 9 years ago
  80. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  81. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  82. 03100aa block: Replace SG_GAPS with new queue limits mask by Keith Busch · 9 years ago
  83. d2be537 block: bump BLK_DEF_MAX_SECTORS to 2560 by Jeff Moyer · 9 years ago
  84. 30e2bc0 Revert "block: remove artifical max_hw_sectors cap" by Jeff Moyer · 9 years ago
  85. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  86. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  87. 0034af0 block: make /sys/block/<dev>/queue/discard_max_bytes writeable by Jens Axboe · 9 years ago
  88. 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  89. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  90. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  92. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  93. 3f21c26 block: add blk_set_queue_dying() to blkdev.h by Jens Axboe · 9 years ago
  94. d40f75a writeback, blkcg: restructure blk_{set|clear}_queue_congested() by Tejun Heo · 9 years ago
  95. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  96. e548ca4 block: don't honor chunk sizes for data-less IO by Jens Axboe · 9 years ago
  97. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  98. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  99. 4ecd4fe block: use an atomic_t for mq_freeze_depth by Christoph Hellwig · 9 years ago
  100. 336b7e1 block: remove export for blk_queue_bio by Mike Snitzer · 9 years ago