1. e038ee6 block: unmap and free user mapped integrity via submitter by Anuj Gupta · 8 months ago
  2. d0321c8 block: fix request.queuelist usage in flush by Chengming Zhou · 8 months ago
  3. 1933192 block: Optimize disk zone resource cleanup by Damien Le Moal · 8 months ago
  4. 9b1ebce block: sed-opal: avoid possible wrong address reference in read_sed_opal_key() by Su Hui · 8 months ago
  5. 0a751df blk-throttle: Fix incorrect display of io.max by Waiman Long · 8 months ago
  6. 29459c3 block: Fix zone write plugging handling of devices with a runt zone by Damien Le Moal · 8 months ago
  7. cd63999 block: Fix validation of zoned device with a runt zone by Damien Le Moal · 8 months ago
  8. e993db2 block: check for max_hw_sectors underflow by Hannes Reinecke · 8 months ago
  9. e528bede block: stack max_user_sectors by Christoph Hellwig · 8 months ago
  10. 30a0e31 block: delete redundant function declaration by hexue · 8 months ago
  11. b4d88a6 Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux by Linus Torvalds · 8 months ago
  12. 4a482e6 blk-throttle: remove unused struct 'avg_latency_bucket' by Dr. David Alan Gilbert · 8 months ago
  13. 9a42891 block: fix lost bio for plug enabled bio based device by Yu Kuai · 8 months ago
  14. 3413efa Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 months ago
  15. 38da32e Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 months ago
  16. 5ad8b6a Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 months ago
  17. f0eab3e block: t10-pi: add MODULE_DESCRIPTION() by Jeff Johnson · 8 months ago
  18. eb6a933 Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 8 months ago
  19. 7b81581 blk-mq: add helper for checking if one CPU is mapped to specified hctx by Ming Lei · 8 months ago
  20. 9d230c0 blk-cgroup: Properly propagate the iostat update up the hierarchy by Waiman Long · 8 months ago
  21. d0aac23 blk-cgroup: fix list corruption from reorder of WRITE ->lqueued by Ming Lei · 8 months ago
  22. 6da6680 blk-cgroup: fix list corruption from resetting io stat by Ming Lei · 8 months ago
  23. 113d1dd Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 months ago
  24. a3d1f54 Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 months ago
  25. 0c9f4ac Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux by Linus Torvalds · 9 months ago
  26. 1b0aabc Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 9 months ago
  27. f4345f0 Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linux by Linus Torvalds · 9 months ago
  28. a3166c5 blk-throttle: delay initialization until configuration by Yu Kuai · 9 months ago
  29. bf20ab5 blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW by Yu Kuai · 9 months ago
  30. 7be8356 block: fix that util can be greater than 100% by Yu Kuai · 9 months ago
  31. 99dc422 block: support to account io_ticks precisely by Yu Kuai · 9 months ago
  32. 060406c block: add plug while submitting IO by Yu Kuai · 9 months ago
  33. 8fde439 bio: Export bio_add_folio_nofail to modules by Matthew Wilcox (Oracle) · 9 months ago
  34. 719c15a blk-lib: check for kill signal in ioctl BLKDISCARD by Christoph Hellwig · 9 months ago
  35. 0f8e9ec block: add a bio_await_chain helper by Keith Busch · 9 months ago
  36. e8b4869 block: add a blk_alloc_discard_bio helper by Christoph Hellwig · 9 months ago
  37. 81c2168 block: add a bio_chain_and_submit helper by Christoph Hellwig · 9 months ago
  38. 30f1e72 block: move discard checks into the ioctl handler by Christoph Hellwig · 9 months ago
  39. 0942592 block: remove the discard_granularity check in __blkdev_issue_discard by Christoph Hellwig · 9 months ago
  40. ccb326b block/ioctl: prefer different overflow check by Justin Stitt · 9 months ago
  41. ffd379c block: set default max segment size in case of virt_boundary by Ming Lei · 9 months ago
  42. bc2e07d block: fix and simplify blkdevparts= cmdline parsing by INAGAKI Hiroshi · 9 months ago
  43. 0c12028 block: refine the EOF check in blkdev_iomap_begin by Christoph Hellwig · 9 months ago
  44. a4217c6 block: add a partscan sysfs attribute for disks by Christoph Hellwig · 9 months ago
  45. 140ce28 block: add a disk_has_partscan helper by Christoph Hellwig · 9 months ago
  46. 203c1ce RIP ->bd_inode by Al Viro · 9 months ago
  47. df65f16 block/bdev.c: use the knowledge of inode/bdev coallocation by Al Viro · 9 months ago
  48. 881494e blk_ioctl_{discard,zeroout}(): we only want ->bd_inode->i_mapping here... by Al Viro · 10 months ago
  49. 224941e use ->bd_mapping instead of ->bd_inode->i_mapping by Al Viro · 10 months ago
  50. e33aef2 block_device: add a pointer to struct address_space (page cache of bdev) by Al Viro · 10 months ago
  51. 2638c20 missing helpers: bdev_unhash(), bdev_drop() by Al Viro · 9 months ago
  52. 186ddac block: move two helpers into bdev.c by Yu Kuai · 10 months ago
  53. 39c3b4e blkdev_write_iter(): saner way to get inode and bdev by Al Viro · 10 months ago
  54. 811ba89 bdev: move ->bd_make_it_fail to ->__bd_flags by Al Viro · 9 months ago
  55. 49a43da bdev: move ->bd_ro_warned to ->__bd_flags by Al Viro · 10 months ago
  56. ac2b6f9 bdev: move ->bd_has_subit_bio to ->__bd_flags by Al Viro · 10 months ago
  57. 4c80105 bdev: move ->bd_write_holder into ->__bd_flags by Al Viro · 10 months ago
  58. 01e198f bdev: move ->bd_read_only to ->__bd_flags by Al Viro · 10 months ago
  59. 1116b9f bdev: infrastructure for flags by Al Viro · 10 months ago
  60. b8c873ed wrapper for access to ->bd_partno by Al Viro · 10 months ago
  61. 3f9b8fb Use bdev_is_paritition() instead of open-coding it by Al Viro · 10 months ago
  62. d18a867 make set_blocksize() fail unless block device is opened exclusive by Al Viro · 9 months ago
  63. ead083ae set_blocksize(): switch to passing struct file * by Al Viro · 9 months ago
  64. d758014 block: Cleanup blk_revalidate_zone_cb() by Damien Le Moal · 9 months ago
  65. c9c8aea block: Simplify zone write plug BIO abort by Damien Le Moal · 9 months ago
  66. b5a64ec block: Simplify blk_zone_write_plug_bio_endio() by Damien Le Moal · 9 months ago
  67. 347bde9 block: Improve zone write request completion handling by Damien Le Moal · 9 months ago
  68. c4c3ffd block: Improve blk_zone_write_plug_bio_merged() by Damien Le Moal · 9 months ago
  69. 096bc7e block: Fix handling of non-empty flush write requests to zones by Damien Le Moal · 9 months ago
  70. af147b7 block: Fix flush request sector restore by Damien Le Moal · 9 months ago
  71. 7b29518 block: Do not remove zone write plugs still in use by Damien Le Moal · 9 months ago
  72. 79ae35a block: Unhash a zone write plug only if needed by Damien Le Moal · 9 months ago
  73. 9e78c38 block: Hold a reference on zone write plugs to schedule submission by Damien Le Moal · 9 months ago
  74. 19aad27 block: Fix reference counting for zone write plugs in error state by Damien Le Moal · 9 months ago
  75. 74b7ae5 block: Fix zone write plug initialization from blk_revalidate_zone_cb() by Damien Le Moal · 9 months ago
  76. 6b7593b block: Exclude conventional zones when faking max open limit by Damien Le Moal · 9 months ago
  77. 52034ca Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 9 months ago
  78. 597bc74 block/partitions/ldm: convert strncpy() to strscpy() by Arnd Bergmann · 10 months ago
  79. 57787fa block: check if zone_wplugs_hash exists in queue_zone_wplugs_show by Johannes Thumshirn · 9 months ago
  80. a8f59e5a block: use a per disk workqueue for zone write plugging by Damien Le Moal · 9 months ago
  81. 977b1ef Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux by Linus Torvalds · 9 months ago
  82. 8294d49 block/mq-deadline: Remove some unused functions by Jiapeng Chong · 9 months ago
  83. 01bc4fd blk-iocost: do not WARN if iocg was already offlined by Li Nan · 9 months ago
  84. 752863b block: propagate partition scanning errors to the BLKRRPART ioctl by Christoph Hellwig · 9 months ago
  85. 99a9476 block: Do not special-case plugging of zone write operations by Damien Le Moal · 10 months ago
  86. 97abee5 block: Do not force select mq-deadline with CONFIG_BLK_DEV_ZONED by Damien Le Moal · 10 months ago
  87. 02ccd7c block: Remove zone write locking by Damien Le Moal · 10 months ago
  88. a98b05b block: Replace zone_wlock debugfs entry with zone_wplugs entry by Damien Le Moal · 10 months ago
  89. d9f1439 block: Move zone related debugfs attribute to blk-zoned.c by Damien Le Moal · 10 months ago
  90. bca150f block: Do not check zone type in blk_check_zone_append() by Damien Le Moal · 10 months ago
  91. e4eb37c block: Remove elevator required features by Damien Le Moal · 10 months ago
  92. fde0269 block: mq-deadline: Remove support for zone write locking by Damien Le Moal · 10 months ago
  93. 9b3c08b block: Simplify blk_revalidate_disk_zones() interface by Damien Le Moal · 10 months ago
  94. 63b5385 block: Remove BLK_STS_ZONE_RESOURCE by Damien Le Moal · 10 months ago
  95. 946dd71 block: Allow BIO-based drivers to use blk_revalidate_disk_zones() by Damien Le Moal · 10 months ago
  96. 9b1ce7f block: Implement zone append emulation by Damien Le Moal · 10 months ago
  97. ccdbf0a block: Allow zero value of max_zone_append_sectors queue limit by Damien Le Moal · 10 months ago
  98. 843283e block: Fake max open zones limit when there is no limit by Damien Le Moal · 10 months ago
  99. dd291d7 block: Introduce zone write plugging by Damien Le Moal · 10 months ago
  100. ecfe43b1 block: Remember zone capacity when revalidating zones by Damien Le Moal · 10 months ago