1. 0fd08a3 xen/blkfront: harden blkfront against event channel storms by Juergen Gross · 3 years, 1 month ago
  2. bbef3c7 Merge tag 'block-5.16-2021-12-03' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 1 month ago
  3. e3f9387 loop: Use pr_warn_once() for loop_control_remove() warning by Tetsuo Handa · 3 years, 2 months ago
  4. d06c942 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
  5. d422f40 zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACK by Jens Axboe · 3 years, 2 months ago
  6. 0466a39 virtio-blk: modify the value type of num in virtio_queue_rq() by Ye Guojin · 3 years, 2 months ago
  7. 2b17d9f Revert "virtio-blk: don't let virtio core to validate used length" by Michael S. Tsirkin · 3 years, 2 months ago
  8. cb690f5 Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  9. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  10. 755804d zram: introduce an aged idle interface by Brian Geffon · 3 years, 2 months ago
  11. a88e03cf zram: off by one in read_block_state() by Dan Carpenter · 3 years, 2 months ago
  12. 4aabdc1 zram_drv: allow reclaim on bio_alloc by Jaewon Kim · 3 years, 2 months ago
  13. 38987a8 ataflop: Add missing semicolon to return statement by Geert Uytterhoeven · 3 years, 2 months ago
  14. ec28fcc floppy: address add_disk() error handling on probe by Luis Chamberlain · 3 years, 2 months ago
  15. 46a7db4 ataflop: address add_disk() error handling on probe by Luis Chamberlain · 3 years, 2 months ago
  16. 4ddb85d ataflop: remove ataflop_probe_lock mutex by Tetsuo Handa · 3 years, 2 months ago
  17. f583eae block/sunvdc: add error handling support for add_disk() by Luis Chamberlain · 3 years, 2 months ago
  18. 1573375 z2ram: add error handling support for add_disk() by Luis Chamberlain · 3 years, 2 months ago
  19. 18c6c96 loop: Remove duplicate assignments by luo penghao · 3 years, 2 months ago
  20. 2754808 drbd: Fix double free problem in drbd_create_device by Wu Bo · 3 years, 2 months ago
  21. 43e1b12 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
  22. 00c5495 zram: replace fsync_bdev with sync_blockdev by Ming Lei · 3 years, 3 months ago
  23. 5a4b653 zram: avoid race between zram_remove and disksize_store by Ming Lei · 3 years, 3 months ago
  24. 8c54499 zram: don't fail to remove zram during unloading module by Ming Lei · 3 years, 3 months ago
  25. 6f16377 zram: fix race between zram_reset_device() and disksize_store() by Ming Lei · 3 years, 3 months ago
  26. 494dbee nbd: error out if socket index doesn't match in nbd_handle_reply() by Yu Kuai · 3 years, 3 months ago
  27. e2daec4 nbd: Fix hungtask when nbd_config_put by Ye Bin · 3 years, 3 months ago
  28. 69beb62 nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add by Ye Bin · 3 years, 3 months ago
  29. 940c264 nbd: fix possible overflow for 'first_minor' in nbd_dev_add() by Yu Kuai · 3 years, 3 months ago
  30. e4c4871 nbd: fix max value for 'first_minor' by Yu Kuai · 3 years, 3 months ago
  31. 1990116 Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  32. b6773cd Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  33. 71ae426 Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  34. 3f01727 Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  35. 643a723 Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  36. a40392e virtio-blk: don't let virtio core to validate used length by Jason Wang · 3 years, 3 months ago
  37. f083937 virtio_blk: correct types for status handling by Michael S. Tsirkin · 3 years, 3 months ago
  38. ead65f7 virtio_blk: allow 0 as num_request_queues by Michael S. Tsirkin · 3 years, 3 months ago
  39. f1aa12f virtio-blk: fixup coccinelle warnings by Ye Guojin · 3 years, 3 months ago
  40. 63b4ffa virtio_blk: Fix spelling mistake: "advertisted" -> "advertised" by Colin Ian King · 3 years, 3 months ago
  41. 6ae6ff6 virtio-blk: validate num_queues during probe by Jason Wang · 3 years, 3 months ago
  42. 0989c41 virtio-blk: add num_request_queues module parameter by Max Gurtovoy · 3 years, 5 months ago
  43. 02746e2 virtio-blk: avoid preallocating big SGL for data by Max Gurtovoy · 3 years, 5 months ago
  44. e152883 block/brd: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  45. 3c30883 ps3vram: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  46. ff4cbe0 ps3disk: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  47. 5e2e1cc zram: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  48. 15dfc66 null_blk: Fix handling of submit_queues and poll_queues attributes by Shin'ichiro Kawasaki · 3 years, 3 months ago
  49. df75db1 block: ataflop: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 3 months ago
  50. 0bf6d96 block: remove blk_{get,put}_request by Christoph Hellwig · 3 years, 3 months ago
  51. 57a13a5 virtio-blk: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 3 months ago
  52. af3c570 loop: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 3 months ago
  53. c4318d6 nbd: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 3 months ago
  54. 6b19b76 fs: get rid of the res2 iocb->ki_complete argument by Jens Axboe · 3 years, 3 months ago
  55. d28e4df block: ataflop: more blk-mq refactoring fixes by Michael Schmitz · 3 years, 3 months ago
  56. d39b0a2 xen-blkback: use sync_blockdev by Christoph Hellwig · 3 years, 3 months ago
  57. 47e9624 block: remove support for cryptoloop and the xor transfer by Christoph Hellwig · 3 years, 3 months ago
  58. 4845012 block: remove QUEUE_FLAG_SCSI_PASSTHROUGH by Christoph Hellwig · 3 years, 3 months ago
  59. 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 3 months ago
  60. 435c2acb nbd: Use invalidate_disk() helper on disconnect by Xie Yongji · 3 years, 4 months ago
  61. 19f553d loop: Remove the unnecessary bdev checks and unused bdev variable by Xie Yongji · 3 years, 4 months ago
  62. e515be8 loop: Use invalidate_disk() helper to invalidate gendisk by Xie Yongji · 3 years, 4 months ago
  63. 2e9e31b rnbd: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  64. 293a7c5 xen-blkfront: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  65. ff06ed7 block: aoe: fixup coccinelle warnings by Ye Guojin · 3 years, 3 months ago
  66. 0c98057 nbd: Fix use-after-free in pid_show by Ye Bin · 3 years, 3 months ago
  67. 86d46fd block: ataflop: fix breakage introduced at blk-mq refactoring by Michael Schmitz · 3 years, 3 months ago
  68. 8663b21 nbd: fix uaf in nbd_handle_reply() by Yu Kuai · 3 years, 4 months ago
  69. 3fe1db6 nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply() by Yu Kuai · 3 years, 4 months ago
  70. f52c0e0 nbd: clean up return value checking of sock_xmit() by Yu Kuai · 3 years, 4 months ago
  71. 0de2b7a nbd: don't start request if nbd_queue_rq() failed by Yu Kuai · 3 years, 4 months ago
  72. fcf3d63 nbd: check sock index in nbd_read_stat() by Yu Kuai · 3 years, 4 months ago
  73. 07175cb1 nbd: make sure request completion won't concurrent by Yu Kuai · 3 years, 4 months ago
  74. 4e6eef5 nbd: don't handle response without a corresponding request message by Yu Kuai · 3 years, 4 months ago
  75. c573d58 mtip32xx: Remove redundant 'flush_workqueue()' calls by Christophe JAILLET · 3 years, 3 months ago
  76. da7b392 drbd: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 3 months ago
  77. 1f0a258 swim3: add missing major.h include by Jens Axboe · 3 years, 4 months ago
  78. 5deae20 sx8: fix an error code in carm_init_one() by Dan Carpenter · 3 years, 4 months ago
  79. cfc03ea pf: fix error codes in pf_init_unit() by Dan Carpenter · 3 years, 4 months ago
  80. d0ac7a30 pcd: fix error codes in pcd_init_unit() by Dan Carpenter · 3 years, 4 months ago
  81. 2f15107 block/ataflop: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  82. deae113 block/ataflop: provide a helper for cleanup up an atari disk by Luis Chamberlain · 3 years, 4 months ago
  83. 573effb block/ataflop: add registration bool before calling del_gendisk() by Luis Chamberlain · 3 years, 4 months ago
  84. 44a469b block/ataflop: use the blk_cleanup_disk() helper by Luis Chamberlain · 3 years, 4 months ago
  85. 625a28a swim: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  86. 9ef41ef swim: add a floppy registration bool which triggers del_gendisk() by Luis Chamberlain · 3 years, 4 months ago
  87. 4e9abe7 swim: add helper for disk cleanup by Luis Chamberlain · 3 years, 4 months ago
  88. b76a30c swim: simplify using blk_cleanup_disk() on swim_remove() by Luis Chamberlain · 3 years, 4 months ago
  89. a237942 amiflop: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  90. 47d34aa floppy: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  91. 662167e floppy: fix calling platform_device_unregister() on invalid drives by Luis Chamberlain · 3 years, 4 months ago
  92. 3776339 floppy: use blk_cleanup_disk() by Luis Chamberlain · 3 years, 4 months ago
  93. 2598a2b floppy: fix add_disk() assumption on exit due to new developments by Luis Chamberlain · 3 years, 4 months ago
  94. 2d4bcf7 block/swim3: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  95. 27c97ab rbd: add add_disk() error handling by Luis Chamberlain · 3 years, 4 months ago
  96. 4fac63f pf: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  97. 637208e block/sx8: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  98. 54494d1 block/rsxx: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  99. 7b50562 pktcdvd: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago
  100. 4a32e1c mtip32xx: add error handling support for add_disk() by Luis Chamberlain · 3 years, 4 months ago