1. 956d510 block: add disk/bio-based accounting helpers by Christoph Hellwig · 4 years, 8 months ago
  2. c81b49d block: remove the disk and queue NULL checks in blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  3. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  4. 172ce41 block: Remove unused flush_queue_delayed in struct blk_flush_queue by Baolin Wang · 4 years, 8 months ago
  5. cecbc9c null_blk: Zero-initialize read buffers in non-memory-backed mode by Bart Van Assche · 4 years, 8 months ago
  6. 854b5f0 block: Document the bio_vec properties by Bart Van Assche · 4 years, 8 months ago
  7. c1527c0 bio.h: Declare the arguments of the bio iteration functions const by Bart Van Assche · 4 years, 8 months ago
  8. c8210a5 block: Fix type of first compat_put_{,u}long() argument by Bart Van Assche · 4 years, 8 months ago
  9. 10ec5e8 block: merge part_{inc,dev}_in_flight into their only callers by Christoph Hellwig · 4 years, 8 months ago
  10. 76268f3 block: don't call part_{inc,dec}_in_flight for blk-mq devices by Christoph Hellwig · 4 years, 8 months ago
  11. b2f609e block: move the blk-mq calls out of part_in_flight{,_rw} by Christoph Hellwig · 4 years, 8 months ago
  12. f1394b79 block: mark blk_account_io_completion static by Christoph Hellwig · 4 years, 8 months ago
  13. ac7c567 blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference by Christoph Hellwig · 4 years, 8 months ago
  14. 35b371f blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctx by Christoph Hellwig · 4 years, 8 months ago
  15. 22fa792 blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request by Christoph Hellwig · 4 years, 8 months ago
  16. a5ea58110 blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_request by Christoph Hellwig · 4 years, 8 months ago
  17. 870c153 blktrace: Report pid with note messages by Jan Kara · 4 years, 8 months ago
  18. 2771cef block: remove the REQ_NOWAIT_INLINE flag by Christoph Hellwig · 4 years, 9 months ago
  19. 488f668 block: blk-crypto-fallback for Inline Encryption by Satya Tangirala · 4 years, 8 months ago
  20. d145dc2 block: Make blk-integrity preclude hardware inline encryption by Satya Tangirala · 4 years, 8 months ago
  21. a892c8d block: Inline encryption support for blk-mq by Satya Tangirala · 4 years, 8 months ago
  22. 1b26283 block: Keyslot Manager for Inline Encryption by Satya Tangirala · 4 years, 8 months ago
  23. 54b259f Documentation: Document the blk-crypto framework by Satya Tangirala · 4 years, 8 months ago
  24. 81ca627 iocost: don't let vrate run wild while there's no saturation signal by Tejun Heo · 5 years ago
  25. 71ac860 block: move blk_io_schedule() out of header file by Ming Lei · 4 years, 8 months ago
  26. 02ef12a zonefs: use REQ_OP_ZONE_APPEND for sync DIO by Johannes Thumshirn · 4 years, 8 months ago
  27. 29b2a3a block: export bio_release_pages and bio_iov_iter_get_pages by Johannes Thumshirn · 4 years, 8 months ago
  28. e0489ed null_blk: Support REQ_OP_ZONE_APPEND by Damien Le Moal · 4 years, 8 months ago
  29. 5795eb4 scsi: sd_zbc: emulate ZONE_APPEND commands by Johannes Thumshirn · 4 years, 8 months ago
  30. 02494d3 scsi: sd_zbc: factor out sanity checks for zoned commands by Johannes Thumshirn · 4 years, 8 months ago
  31. e732671 block: Modify revalidate zones by Damien Le Moal · 4 years, 8 months ago
  32. 1392d37 block: introduce blk_req_zone_write_trylock by Johannes Thumshirn · 4 years, 8 months ago
  33. 0512a75 block: Introduce REQ_OP_ZONE_APPEND by Keith Busch · 4 years, 8 months ago
  34. e458110 block: rename __bio_add_pc_page to bio_add_hw_page by Christoph Hellwig · 4 years, 8 months ago
  35. 02992df8 block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no by Johannes Thumshirn · 4 years, 8 months ago
  36. e6249cd block: add blk_io_schedule() for avoiding task hung in sync dio by Ming Lei · 4 years, 9 months ago
  37. 27eb3af block: don't hold part0's refcount in IO path by Ming Lei · 4 years, 8 months ago
  38. 520138c block: re-organize fields of 'struct hd_part' by Ming Lei · 4 years, 8 months ago
  39. 07c4e1e block: only define 'nr_sects_seq' in hd_part for 32bit SMP by Ming Lei · 4 years, 8 months ago
  40. b7d6c30 block: fix use-after-free on cached last_lookup partition by Ming Lei · 4 years, 8 months ago
  41. aa880ad block: reset mapping if failed to update hardware queue count by Weiping Zhang · 4 years, 8 months ago
  42. ae97918 bdi: fix up for "remove the name field in struct backing_dev_info" by Stephen Rothwell · 4 years, 8 months ago
  43. af00423 hfs: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 8 months ago
  44. 1cd925d bdi: remove the name field in struct backing_dev_info by Christoph Hellwig · 4 years, 9 months ago
  45. aef33c2 bdi: simplify bdi_alloc by Christoph Hellwig · 4 years, 9 months ago
  46. 3c5d202 bdi: remove bdi_register_owner by Christoph Hellwig · 4 years, 9 months ago
  47. a5a6c66 bdi: unexport bdi_register_va by Christoph Hellwig · 4 years, 9 months ago
  48. 4c74746 driver core: remove device_create_vargs by Christoph Hellwig · 4 years, 9 months ago
  49. 79fab52 block: rename blk_mq_alloc_rq_maps by Weiping Zhang · 4 years, 8 months ago
  50. 03b63b0 block: rename __blk_mq_alloc_rq_map by Weiping Zhang · 4 years, 8 months ago
  51. fd68987 block: alloc map and request for new hardware queue by Ming Lei · 4 years, 8 months ago
  52. a2584e4 block: save previous hardware queue count before udpate by Weiping Zhang · 4 years, 8 months ago
  53. 2e19442 block: free both rq_map and request by Weiping Zhang · 4 years, 8 months ago
  54. 873f1c8 Merge branch 'block-5.7' into for-5.8/block by Jens Axboe · 4 years, 8 months ago
  55. 59c7c3c nvme: fix possible hang when ns scanning fails during error recovery by Sagi Grimberg · 4 years, 8 months ago
  56. a8de6639 nvme-pci: fix "slimmer CQ head update" by Alexey Dobriyan · 4 years, 8 months ago
  57. 6bd87ee bdi: add a ->dev_name field to struct backing_dev_info by Christoph Hellwig · 4 years, 9 months ago
  58. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 9 months ago
  59. eb7ae5e bdi: move bdi_dev_name out of line by Christoph Hellwig · 4 years, 9 months ago
  60. 156c757 vboxsf: don't use the source name in the bdi name by Christoph Hellwig · 4 years, 9 months ago
  61. 0b80f98 iocost: protect iocg->abs_vdebt with iocg->waitq.lock by Tejun Heo · 4 years, 9 months ago
  62. 8b075e5 udf: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 9 months ago
  63. 11aa40a isofs: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 9 months ago
  64. f252fa3 hfsplus: stop using ioctl_by_bdev by Christoph Hellwig · 4 years, 9 months ago
  65. eaf8e3e cdrom: factor out a cdrom_multisession helper by Christoph Hellwig · 4 years, 9 months ago
  66. 4c3cfcc cdrom: factor out a cdrom_read_tocentry helper by Christoph Hellwig · 4 years, 9 months ago
  67. 068f8d9 ide-cd: rename cdrom_read_tocentry by Christoph Hellwig · 4 years, 9 months ago
  68. a711d91 block: add a cdrom_device_info pointer to struct gendisk by Christoph Hellwig · 4 years, 9 months ago
  69. 21f3cfe iocost_monitor: drop string wrap around numbers when outputting json by Tejun Heo · 4 years, 9 months ago
  70. f4fe3ea iocost_monitor: exit successfully if interval is zero by Tejun Heo · 4 years, 9 months ago
  71. cd00650 blk-iocost: account for IO size when testing latencies by Tejun Heo · 4 years, 9 months ago
  72. 54c52e1 blk-iocost: switch to fixed non-auto-decaying use_delay by Tejun Heo · 4 years, 9 months ago
  73. 10c70d9 block: remove the bd_openers checks in blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  74. 47ed39e Merge branch 'nvme-5.7' of git://git.infradead.org/nvme into block-5.7 by Jens Axboe · 4 years, 9 months ago
  75. accea32 block: add a bio_queue_enter helper by Christoph Hellwig · 4 years, 9 months ago
  76. 0376e9e block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT by Christoph Hellwig · 4 years, 9 months ago
  77. 760f83e block: cleanup the memory stall accounting in submit_bio by Christoph Hellwig · 4 years, 9 months ago
  78. 3fdd408 block: improve the submit_bio and generic_make_request documentation by Christoph Hellwig · 4 years, 9 months ago
  79. e1b586f blk-mq: make function '__blk_mq_sched_dispatch_requests' static by Zheng Bin · 4 years, 9 months ago
  80. 132be62 nvme: prevent double free in nvme_alloc_ns() error handling by Niklas Cassel · 4 years, 9 months ago
  81. 8cf7961 block: bypass ->make_request_fn for blk-mq drivers by Christoph Hellwig · 4 years, 9 months ago
  82. ae3cc8d dm: remove the make_request_fn check in device_area_is_invalid by Christoph Hellwig · 4 years, 9 months ago
  83. a91b201 bcache: remove a duplicate ->make_request_fn assignment by Christoph Hellwig · 4 years, 9 months ago
  84. 3e82c34 block: remove create_io_context by Christoph Hellwig · 4 years, 9 months ago
  85. 28d6572 block: Limit number of items taken from the I/O scheduler in one go by Salman Qazi · 4 years, 9 months ago
  86. 895d477 block: unexport bdev_read_page and bdev_write_page by Christoph Hellwig · 4 years, 9 months ago
  87. d205bde null_blk: Cleanup zoned device initialization by Damien Le Moal · 4 years, 9 months ago
  88. 9dd44c7 null_blk: Fix zoned command handling by Damien Le Moal · 4 years, 9 months ago
  89. bdf8710 block: move dma_pad handling from blk_rq_map_sg into the callers by Christoph Hellwig · 4 years, 9 months ago
  90. cc97923 block: move dma drain handling to scsi by Christoph Hellwig · 4 years, 9 months ago
  91. 0475bd6 scsi: merge scsi_init_sgtable into scsi_init_io by Christoph Hellwig · 4 years, 9 months ago
  92. 89de150 block: provide a blk_rq_map_sg variant that returns the last element by Christoph Hellwig · 4 years, 9 months ago
  93. e64a0e1 block: remove RQF_COPY_USER by Christoph Hellwig · 4 years, 9 months ago
  94. d56deb1 block: remove unused header by Ma, Jianpeng · 4 years, 9 months ago
  95. d6c8e94 blk-iocost: Fix error on iocost_ioc_vrate_adj by Waiman Long · 4 years, 9 months ago
  96. 9bc5c39 block: fold bdev_unhash_inode into invalidate_partition by Christoph Hellwig · 4 years, 9 months ago
  97. 02d33b6 block: mark invalidate_partition static by Christoph Hellwig · 4 years, 9 months ago
  98. d5f3178 block: simplify block device syncing in bdev_del_partition by Christoph Hellwig · 4 years, 9 months ago
  99. e669c1d block: don't call invalidate_partition from blk_drop_partitions by Christoph Hellwig · 4 years, 9 months ago
  100. 21be6cd dasd: use blk_drop_partitions instead of badly reimplementing it by Christoph Hellwig · 4 years, 9 months ago