1. 15bfd21 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 7 years ago
  2. be7f99c block: remov blk_queue_invalidate_tags by Christoph Hellwig · 7 years ago
  3. da66126 blk-mq: don't time out requests again that are in the timeout handler by Christoph Hellwig · 7 years ago
  4. 338aa96 block: convert bounce, q->bio_split to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
  5. 0b7576d block: move ->timeout request member by Jens Axboe · 7 years ago
  6. 88b0cfa block: document the blk_eh_timer_return values by Christoph Hellwig · 7 years ago
  7. f6e7d48 block: remove BLK_EH_HANDLED by Christoph Hellwig · 7 years ago
  8. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  9. 12f5b93 blk-mq: Remove generation seqeunce by Keith Busch · 7 years ago
  10. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 7 years ago
  11. 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 7 years ago
  12. 84c7afc block: use ktime_get_ns() instead of sched_clock() for cfq and bfq by Omar Sandoval · 7 years ago
  13. 544ccc8d block: get rid of struct blk_issue_stat by Omar Sandoval · 7 years ago
  14. 3442097 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  15. ccce20f scsi: sd_zbc: Avoid that resetting a zone fails sporadically by Bart Van Assche · 7 years ago
  16. 0ce9144 block: add blk_queue_fua() helper function by Dave Chinner · 7 years ago
  17. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  18. 8a0ac14 block: Move the queue_flag_*() functions from a public into a private header file by Bart Van Assche · 7 years ago
  19. 1db2008 block: Complain if queue_flag_(set|clear)_unlocked() is abused by Bart Van Assche · 7 years ago
  20. 8814ce8 block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() by Bart Van Assche · 7 years ago
  21. 66f9132 block: Reorder the queue flag manipulation function definitions by Bart Van Assche · 7 years ago
  22. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  23. 096392e block: fix a typo in comment of BLK_MQ_POLL_STATS_BKTS by Minwoo Im · 7 years ago
  24. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. f5ced52 block: Remove kblockd_schedule_delayed_work{,_on}() by Bart Van Assche · 7 years ago
  26. 7c3fb70 block: rearrange a few request fields for better cache layout by Jens Axboe · 7 years ago
  27. e14575b3 block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bit by Jens Axboe · 7 years ago
  28. 0a72e7f block: add accessors for setting/querying request deadline by Jens Axboe · 7 years ago
  29. 76a86f9 block: remove REQ_ATOM_POLL_SLEPT by Jens Axboe · 7 years ago
  30. 634f9e4 blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq by Tejun Heo · 7 years ago
  31. 1d9bd51 blk-mq: replace timeout synchronization with a RCU and generation based scheme by Tejun Heo · 7 years ago
  32. 6cc77e9 block: introduce zoned block devices zone write locking by Christoph Hellwig · 7 years ago
  33. 4ccafe0 block: unalign call_single_data in struct request by Jens Axboe · 7 years ago
  34. 0abc2a1 block: fix blk_rq_append_bio by Jens Axboe · 7 years ago
  35. 14cb0dc block: don't let passthrough IO go into .make_request_fn() by Ming Lei · 7 years ago
  36. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  37. 9a95e4e block, nvme: Introduce blk_mq_req_flags_t by Bart Van Assche · 7 years ago
  38. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  39. c9254f2 block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag by Bart Van Assche · 7 years ago
  40. 6a15674 block: Introduce blk_get_request_flags() by Bart Van Assche · 7 years ago
  41. f00c4d8 block: pass full fmode_t to blk_verify_command by Christoph Hellwig · 7 years ago
  42. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  43. ef71de8 block: add a blk_steal_bios helper by Christoph Hellwig · 7 years ago
  44. f421e1d block: provide a direct_make_request helper by Christoph Hellwig · 7 years ago
  45. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  46. 7f66721 fs/block_dev: remove vfs_msg() interface by Rakesh Pandit · 7 years ago
  47. 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
  48. 5acb3cc blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  49. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  50. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  51. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  52. 50b4d48 bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer by Benjamin Block · 7 years ago
  53. e743eb1 block: remove unused syncfull/asyncfull queue flags by Jens Axboe · 7 years ago
  54. 1c4bc3a block: remove the queue_bounce_pfn helper by Christoph Hellwig · 8 years ago
  55. 3bce016 block: move bounce declarations to block/blk.h by Christoph Hellwig · 8 years ago
  56. f793dfd blk-mq: expose write hints through debugfs by Jens Axboe · 8 years ago
  57. cb6934f block: add support for write hints in a bio by Jens Axboe · 8 years ago
  58. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
  59. 8e8320c blk-mq: fix performance regression with shared tags by Jens Axboe · 8 years ago
  60. 9e0c829 block: Add a comment above queue_lockdep_assert_held() by Bart Van Assche · 8 years ago
  61. d280bab block: Introduce request_queue.initialize_rq_fn() by Bart Van Assche · 8 years ago
  62. cd6ce14 block: Make request operation type argument declarations consistent by Bart Van Assche · 8 years ago
  63. efbeccd block: stop using bio_data() in blk_write_same_mergeable by Christoph Hellwig · 8 years ago
  64. f4560ff blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue by Ming Lei · 8 years ago
  65. 97e0120 blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h by Ming Lei · 8 years ago
  66. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 8 years ago
  67. dc9edc4 block: Fix a blk_exit_rl() regression by Bart Van Assche · 8 years ago
  68. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  69. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  70. 9efc160 block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH by Bart Van Assche · 8 years ago
  71. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  72. ef510424 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
  73. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  74. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  75. d332ce0 blk-mq-debugfs: allow schedulers to register debugfs attributes by Omar Sandoval · 8 years ago
  76. 9c1051a blk-mq: untangle debugfs and sysfs by Omar Sandoval · 8 years ago
  77. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  78. 818cd1c block: add kblock_mod_delayed_work_on() by Jens Axboe · 8 years ago
  79. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  80. 0206319 blk-mq: Fix poll_stat for new size-based bucketing. by Stephen Bates · 8 years ago
  81. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  82. d8f07ae block: kill bdev_dax_capable() by Dan Williams · 8 years ago
  83. caf7df1 block: remove the errors field from struct request by Christoph Hellwig · 8 years ago
  84. e26738e block: add a error_count field to struct request by Christoph Hellwig · 8 years ago
  85. b7819b9 block: remove the blk_execute_rq return value by Christoph Hellwig · 8 years ago
  86. 0be0dee block: Inline blk_rq_set_prio() by Bart Van Assche · 8 years ago
  87. da8d7f0 block: Export blk_init_request_from_bio() by Bart Van Assche · 8 years ago
  88. fa1a15c block: remove blk_end_request_cur by Christoph Hellwig · 8 years ago
  89. 314fe91 block: remove blk_end_request_err and __blk_end_request_err by Christoph Hellwig · 8 years ago
  90. e21b7a0 block, bfq: add full hierarchical scheduling and cgroups support by Arianna Avanzini · 8 years ago
  91. 5a8d75a block: fix bio_will_gap() for first bvec with offset by Ming Lei · 8 years ago
  92. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  93. cb365b9 block: add a new BLKDEV_ZERO_NOFALLBACK flag by Christoph Hellwig · 8 years ago
  94. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  95. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  96. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
  97. 1dd5198 block: move timeout field in struct request to pack better by Jens Axboe · 8 years ago
  98. 64c7f1d block, scsi: move the retries field to struct scsi_request by Christoph Hellwig · 8 years ago
  99. 334335d block: warn if sharing request queue across gendisks by Omar Sandoval · 8 years ago
  100. 34dbad5 blk-stat: convert to callback-based statistics reporting by Omar Sandoval · 8 years ago