1. 87c037d block: return whether or not to unplug through boolean by Jens Axboe · 3 years, 2 months ago
  2. 9be3e06 block: move update request helpers into blk-mq.c by Jens Axboe · 3 years, 3 months ago
  3. abd45c1 block: handle fast path of bio splitting inline by Jens Axboe · 3 years, 3 months ago
  4. 6ce913f block: rename REQ_HIPRI to REQ_POLLED by Christoph Hellwig · 3 years, 3 months ago
  5. be6bfe3 block: inline hot paths of blk_account_io_*() by Pavel Begunkov · 3 years, 3 months ago
  6. 8a70951 block: merge block_ioctl into blkdev_ioctl by Christoph Hellwig · 3 years, 3 months ago
  7. 84b8514 block: move the *blkdev_ioctl declarations out of blkdev.h by Christoph Hellwig · 3 years, 3 months ago
  8. ba0ffdd block: bump max plugged deferred size from 16 to 32 by Jens Axboe · 3 years, 3 months ago
  9. a7b36ee block: move blk-throtl fast path inline by Jens Axboe · 3 years, 3 months ago
  10. 1820f4f blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}() by John Garry · 3 years, 3 months ago
  11. badf7f6 block: move a few merge helpers out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 3 months ago
  12. 2e9bc34 block: move elevator.h to block/ by Christoph Hellwig · 3 years, 3 months ago
  13. aec89dc block: keep q_usage_counter in atomic mode after del_gendisk by Christoph Hellwig · 3 years, 3 months ago
  14. 8e141f9 block: drain file system I/O on del_gendisk by Christoph Hellwig · 3 years, 3 months ago
  15. cd82cca block: split out operations on block special files by Christoph Hellwig · 3 years, 4 months ago
  16. 3b629f8 Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  17. 6793691 Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  18. 270a1c9 block: provide bio_clear_hipri() helper by Jens Axboe · 3 years, 5 months ago
  19. 92e7755 block: return errors from disk_alloc_events by Luis Chamberlain · 3 years, 4 months ago
  20. 614310c block: return errors from blk_integrity_add by Luis Chamberlain · 3 years, 4 months ago
  21. a9ed27a blk-mq: fix is_flush_rq by Ming Lei · 3 years, 4 months ago
  22. 4f1e963 blk-throtl: optimize IOPS throttle for large IO scenarios by Chunguang Xu · 3 years, 5 months ago
  23. 3d2e798 block: pass a gendisk to bdev_resize_partition by Christoph Hellwig · 3 years, 5 months ago
  24. 926fbb1 block: pass a gendisk to bdev_del_partition by Christoph Hellwig · 3 years, 5 months ago
  25. 7f6be37 block: pass a gendisk to bdev_add_partition by Christoph Hellwig · 3 years, 5 months ago
  26. abd2864 block: remove disk_name() by Christoph Hellwig · 3 years, 5 months ago
  27. fd2ef39 blk: Fix lock inversion between ioc lock and bfqd lock by Jan Kara · 3 years, 6 months ago
  28. 2bc8cda block: add the events* attributes to disk_attrs by Christoph Hellwig · 3 years, 6 months ago
  29. d5870ed block: move the disk events code to a separate file by Christoph Hellwig · 3 years, 6 months ago
  30. 26a9750 blk-mq: improve the blk_mq_init_allocated_queue interface by Christoph Hellwig · 3 years, 7 months ago
  31. da7ba72 block: unexport blk_alloc_queue by Christoph Hellwig · 3 years, 7 months ago
  32. 7c3f828 block: refactor device number setup in __device_add_disk by Christoph Hellwig · 3 years, 7 months ago
  33. d3c4a43 block: refactor blk_drop_partitions by Christoph Hellwig · 3 years, 9 months ago
  34. 9bb33f2 block: refactor the bounce buffering code by Christoph Hellwig · 3 years, 9 months ago
  35. ce288e0 block: remove BLK_BOUNCE_ISA support by Christoph Hellwig · 3 years, 9 months ago
  36. 508aebb block: introduce blk_queue_clear_zone_settings() by Damien Le Moal · 4 years ago
  37. 7a800a2 block: use bi_max_vecs to find the bvec pool by Christoph Hellwig · 3 years, 11 months ago
  38. dc0b8a57 block: reuse BIO_INLINE_VECS for integrity bvecs by Christoph Hellwig · 3 years, 11 months ago
  39. eec716a block: move three bvec helpers declaration into private helper by Ming Lei · 4 years ago
  40. a33df75 block: use an xarray for disk->part_tbl by Christoph Hellwig · 4 years ago
  41. 0b6e522 blk-mq: use ->bi_bdev for I/O accounting by Christoph Hellwig · 4 years ago
  42. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  43. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  44. 7aa390ec Revert "block: Fix a lockdep complaint triggered by request queue flushing" by Ming Lei · 4 years, 1 month ago
  45. 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  46. 9fc995a block: pass a block_device to blk_alloc_devt by Christoph Hellwig · 4 years, 1 month ago
  47. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 1 month ago
  48. cb8432d block: allocate struct hd_struct as part of struct bdev_inode by Christoph Hellwig · 4 years, 1 month ago
  49. 231926d block: move the partition_meta_info to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  50. 15e3d2c block: move disk stat accounting to struct block_device by Christoph Hellwig · 4 years, 1 month ago
  51. a782483 block: remove the nr_sects field in struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
  52. 22ae8ce block: simplify bdev/disk lookup in blkdev_get by Christoph Hellwig · 4 years, 1 month ago
  53. 53ffabf block: move blk_rq_bio_prep() to linux/blk-mq.h by Chaitanya Kulkarni · 4 years, 2 months ago
  54. eda5cc9 block: move blk_mq_sched_try_merge to blk-merge.c by Christoph Hellwig · 4 years, 3 months ago
  55. d59da41 block: remove the unused blk_integrity_merge_bio export by Christoph Hellwig · 4 years, 3 months ago
  56. 92cf2fd block: remove the unused blk_integrity_merge_rq export by Christoph Hellwig · 4 years, 3 months ago
  57. 8328eb2 block: remove the disk argument to delete_partition by Christoph Hellwig · 4 years, 4 months ago
  58. 7d7ca7c block: Add a new helper to attempt to merge a bio by Baolin Wang · 4 years, 4 months ago
  59. bdc6a287 block: Move blk_mq_bio_list_merge() into blk-merge.c by Baolin Wang · 4 years, 4 months ago
  60. 9b15d10 block: improve discard bio alignment in __blkdev_issue_discard() by Coly Li · 4 years, 6 months ago
  61. 568f270 blk-mq: centralise related handling into blk_mq_get_driver_tag by Ming Lei · 4 years, 6 months ago
  62. 4e2f62e5 Revert "blk-mq: put driver tag when this request is completed" by Jens Axboe · 4 years, 6 months ago
  63. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
  64. f695ca3 block: remove the request_queue argument from blk_queue_split by Christoph Hellwig · 4 years, 6 months ago
  65. 37f4a24 blk-mq: centralise related handling into blk_mq_get_driver_tag by Ming Lei · 4 years, 6 months ago
  66. db18a53 blk-cgroup: remove blkcg_bio_issue_check by Christoph Hellwig · 4 years, 6 months ago
  67. 85e0cbb block: create the request_queue debugfs_dir on registration by Luis Chamberlain · 4 years, 6 months ago
  68. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  69. 15b81ce block: nr_sects_write(): Disable preemption on seqcount write by Ahmed S. Darwish · 4 years, 7 months ago
  70. b774123 blk-throttle: remove blk_throtl_drain by Guoqing Jiang · 4 years, 8 months ago
  71. b5af37a block: add a blk_account_io_merge_bio helper by Konstantin Khlebnikov · 4 years, 7 months ago
  72. 58d4f14 block: always use a percpu variable for disk stats by Christoph Hellwig · 4 years, 7 months ago
  73. 9123bf6 block: move update_io_ticks to blk-core.c by Christoph Hellwig · 4 years, 7 months ago
  74. 172ce41 block: Remove unused flush_queue_delayed in struct blk_flush_queue by Baolin Wang · 4 years, 8 months ago
  75. 10ec5e8 block: merge part_{inc,dev}_in_flight into their only callers by Christoph Hellwig · 4 years, 8 months ago
  76. f1394b79 block: mark blk_account_io_completion static by Christoph Hellwig · 4 years, 8 months ago
  77. ac7c567 blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference by Christoph Hellwig · 4 years, 8 months ago
  78. a892c8d block: Inline encryption support for blk-mq by Satya Tangirala · 4 years, 8 months ago
  79. e458110 block: rename __bio_add_pc_page to bio_add_hw_page by Christoph Hellwig · 4 years, 8 months ago
  80. 27eb3af block: don't hold part0's refcount in IO path by Ming Lei · 4 years, 8 months ago
  81. 3e82c34 block: remove create_io_context by Christoph Hellwig · 4 years, 8 months ago
  82. 4377b48 block: remove hd_struct_kill by Christoph Hellwig · 4 years, 9 months ago
  83. 8da2892 block: cleanup hd_struct freeing by Christoph Hellwig · 4 years, 9 months ago
  84. cddae80 block: pass a hd_struct to delete_partition by Christoph Hellwig · 4 years, 9 months ago
  85. fa9156a block: refactor blkpg_ioctl by Christoph Hellwig · 4 years, 9 months ago
  86. 130879f block: move bio_map_* to blk-map.c by Christoph Hellwig · 4 years, 9 months ago
  87. 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 9 months ago
  88. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
  89. 581e260 block: move block layer internals out of include/linux/genhd.h by Christoph Hellwig · 4 years, 9 months ago
  90. 3ad5cee block: move sysfs methods shared by disks and partitions to genhd.c by Christoph Hellwig · 4 years, 9 months ago
  91. 754a157 block: remove unneeded argument from blk_alloc_flush_queue by Guoqing Jiang · 4 years, 10 months ago
  92. b3c6a59 block: Fix a lockdep complaint triggered by request queue flushing by Bart Van Assche · 5 years ago
  93. ece841a block: fix memleak of bio integrity data by Justin Tee · 5 years ago
  94. 48d9b0d block: account statistics for passthrough requests by Logan Gunthorpe · 5 years ago
  95. 8d69966 block: fix null pointer dereference in blk_mq_rq_timed_out() by Yufen Yu · 5 years ago
  96. 284b94b blk-mq: move lockdep_assert_held() into elevator_exit by Ming Lei · 5 years ago
  97. 954b4a5 block: Change elevator_init_mq() to always succeed by Damien Le Moal · 5 years ago
  98. cecf5d8 block: split .sysfs_lock into two locks by Ming Lei · 5 years ago
  99. 1aa0a13 block: mark blk_rq_bio_prep as inline by Christoph Hellwig · 6 years ago
  100. e9cd19c block: simplify blk_recalc_rq_segments by Christoph Hellwig · 6 years ago