1. 54c028c floppy: disable FDRAWCMD by default by Willy Tarreau · 2 years, 9 months ago
  2. 594205b drbd: Fix five use after free bugs in get_initial_state by Lv Yunlong · 2 years, 9 months ago
  3. 012c572 loop: use sysfs_emit() in the sysfs xxx show() by Chaitanya Kulkarni · 2 years, 11 months ago
  4. fde8c5c drbd: fix potential silent data corruption by Lars Ellenberg · 2 years, 10 months ago
  5. 39a7073 virtio-blk: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 3 months ago
  6. cca9d50 virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero by Xie Yongji · 2 years, 11 months ago
  7. 96219af xen/blkfront: don't use gnttab_query_foreign_access() for mapped status by Juergen Gross · 2 years, 11 months ago
  8. 0946fdd floppy: Add max size check for user space request by Xiongwei Song · 3 years, 2 months ago
  9. 04fdd426 floppy: Fix hang in watchdog when disk is ejected by Tasos Sahanidis · 3 years, 4 months ago
  10. 8ac3b6e xen/blkfront: harden blkfront against event channel storms by Juergen Gross · 3 years, 1 month ago
  11. 1ffb20f xen/blkfront: don't trust the backend response data blindly by Juergen Gross · 3 years, 6 months ago
  12. 8e14785 xen/blkfront: don't take local copy of a request from the ring page by Juergen Gross · 3 years, 6 months ago
  13. 273f04d xen/blkfront: read response from backend only once by Juergen Gross · 3 years, 6 months ago
  14. 04e4651 loop: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 3 months ago
  15. 7091fcc zram: off by one in read_block_state() by Dan Carpenter · 3 years, 2 months ago
  16. 0daa75b Revert "block: nbd: add sanity check for first_minor" by Greg Kroah-Hartman · 3 years, 4 months ago
  17. 4b21d4e block: nbd: add sanity check for first_minor by Pavel Skripkin · 3 years, 5 months ago
  18. 2808d59 cryptoloop: add a deprecation warning by Christoph Hellwig · 3 years, 5 months ago
  19. 17982c6 Revert "floppy: reintroduce O_NDELAY fix" by Denis Efremov · 3 years, 5 months ago
  20. e0ee8d9 nbd: Aovid double completion of a request by Xie Yongji · 3 years, 5 months ago
  21. 8571daa rbd: always kick acquire on "acquired" and "released" notifications by Ilya Dryomov · 3 years, 7 months ago
  22. 2f3731d rbd: don't hold lock_rwsem while running_list is being drained by Ilya Dryomov · 3 years, 7 months ago
  23. cd24da0 virtio-blk: Fix memory leak among suspend/resume procedure by Xie Yongji · 3 years, 8 months ago
  24. fd6625a loop: fix I/O error on fsync() in detached loop devices by Mauricio Faria de Oliveira · 3 years, 11 months ago
  25. a7e18f5 loop: Fix missing discard support when using LOOP_CONFIGURE by Kristian Klausen · 3 years, 7 months ago
  26. cde4b55 nbd: Fix NULL pointer in flush_workqueue by Sun Ke · 3 years, 8 months ago
  27. 3d80891 block/rnbd-clt: Check the return value of the function rtrs_clt_query by Md Haris Iqbal · 3 years, 9 months ago
  28. c1a9029 block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t by Md Haris Iqbal · 3 years, 9 months ago
  29. 5378c92 drivers/block/null_blk/main: Fix a double free in null_init. by Lv Yunlong · 3 years, 9 months ago
  30. bbe9de6 xen-blkback: fix compatibility bug with single page rings by Paul Durrant · 4 years ago
  31. 338a872 block/rnbd-clt: Fix missing a memory free when unloading the module by Gioh Kim · 3 years, 9 months ago
  32. 5d46000 null_blk: fix command timeout completion handling by Damien Le Moal · 3 years, 10 months ago
  33. 3a1ca9b xen-blkback: don't leak persistent grants from xen_blkbk_map() by Jan Beulich · 3 years, 10 months ago
  34. 58b3419 umem: fix error return code in mm_pci_probe() by Wei Yongjun · 3 years, 10 months ago
  35. bc7c1b0 zram: fix return value on writeback_store by Minchan Kim · 3 years, 10 months ago
  36. d1d9184 block: rsxx: fix error return code of rsxx_pci_probe() by Jia-Ju Bai · 3 years, 10 months ago
  37. 5cc0813 rsxx: Return -EFAULT if copy_to_user() fails by Dan Carpenter · 3 years, 11 months ago
  38. 02f768e zsmalloc: account the number of compacted pages correctly by Rokudo Yan · 3 years, 11 months ago
  39. dc2b776 nbd: handle device refs for DESTROY_ON_DISCONNECT properly by Josef Bacik · 3 years, 11 months ago
  40. ce5697e floppy: reintroduce O_NDELAY fix by Jiri Kosina · 4 years ago
  41. 00805af xen-blkback: fix error handling in xen_blkbk_map() by Jan Beulich · 4 years ago
  42. 8f8ebd6 xen-blkback: don't "handle" error by BUG() by Jan Beulich · 4 years ago
  43. 7d6e01e xen-blkfront: allow discard-* nodes to be optional by Roger Pau Monne · 4 years ago
  44. 41f6f4a nbd: freeze the queue while we're adding connections by Josef Bacik · 4 years ago
  45. 6f7a362 block/rnbd-clt: avoid module unload race with close confirmation by Jack Wang · 4 years ago
  46. 432071f block: rsxx: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
  47. c13edad null_blk: Fail zone append to conventional zones by Damien Le Moal · 4 years, 2 months ago
  48. 92ee9b9 null_blk: Fix zone size initialization by Damien Le Moal · 4 years, 2 months ago
  49. 9ae6d2f xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() by SeongJae Park · 4 years, 1 month ago
  50. aadd677 xen-blkback: set ring->xenblkd to NULL after kthread_stop() by Pawel Wieczorkiewicz · 4 years, 1 month ago
  51. 1b75aea block/rnbd-clt: Fix possible memleak by Jack Wang · 4 years, 1 month ago
  52. 996ce53 block/rnbd-clt: Get rid of warning regarding size argument in strlcpy by Md Haris Iqbal · 4 years, 1 month ago
  53. aa4f552 block/rnbd: fix a null pointer dereference on dev->blk_symlink_name by Colin Ian King · 4 years, 1 month ago
  54. a7d4dd1 block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name by Md Haris Iqbal · 4 years, 2 months ago
  55. ca33479 xen: add helpers for caching grant mapping pages by Juergen Gross · 4 years, 1 month ago
  56. c01a21b loop: Fix occasional uevent drop by Petr Vorel · 4 years, 2 months ago
  57. 2bd645b nbd: fix a block_device refcount leak in nbd_release by Christoph Hellwig · 4 years, 2 months ago
  58. e1777d0 null_blk: Fix scheduling in atomic with zoned mode by Damien Le Moal · 4 years, 2 months ago
  59. 7cb6e22 xsysace: use platform_get_resource() and platform_get_irq_optional() by Andy Shevchenko · 4 years, 3 months ago
  60. aa1c09cb6 null_blk: Fix locking in zoned mode by Damien Le Moal · 4 years, 3 months ago
  61. f9c9104 null_blk: Fix zone reset all tracing by Damien Le Moal · 4 years, 3 months ago
  62. b40813d nbd: don't update block size after device is started by Ming Lei · 4 years, 3 months ago
  63. 35bc10b null_blk: synchronization fix for zoned device by Kanchan Joshi · 4 years, 4 months ago
  64. bd6aabc Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 3 months ago
  65. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  66. fd78874 null_blk: use zone status for max active/open by Keith Busch · 4 years, 3 months ago
  67. ed7cfef Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 3 months ago
  68. 74a8524 xen-blkfront: add a parameter for disabling of persistent grants by SeongJae Park · 4 years, 4 months ago
  69. aac8a70 xen-blkback: add a parameter for disabling of persistent grants by SeongJae Park · 4 years, 4 months ago
  70. 4a5bb97 Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 3 months ago
  71. 01263a1 xen/blkback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  72. 0669d2b zram: Fix __zram_bvec_{read,write}() locking order by Peter Zijlstra · 4 years, 3 months ago
  73. db07327 skd_main: remove unused including <linux/version.h> by Tian Tao · 4 years, 3 months ago
  74. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  75. 4e79603 zram: failing to decompress is WARN_ON worthy by Douglas Anderson · 4 years, 3 months ago
  76. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  77. 87aac3a nbd: make the config put is called before the notifying the waiter by Xiubo Li · 4 years, 3 months ago
  78. 47be77c2 block/rnbd-clt: send_msg_close if any error occurs after send_msg_open by Gioh Kim · 4 years, 3 months ago
  79. 050b654 block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device by Jack Wang · 4 years, 3 months ago
  80. 46a99e0 block/rnbd-clt: remove nr argument from send_usr_msg by Guoqing Jiang · 4 years, 3 months ago
  81. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  82. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  83. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  84. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
  85. 155bd9d drbd: remove ->this_bdev by Christoph Hellwig · 4 years, 4 months ago
  86. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  87. 99ba84c rsxx: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 3 months ago
  88. fb25ebe drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() by Coly Li · 4 years, 4 months ago
  89. dc4d137 null_blk: add support for max open/active zone limit for zoned devices by Niklas Cassel · 4 years, 5 months ago
  90. 74f9445 drbd: don't set ->bd_contains by Christoph Hellwig · 4 years, 4 months ago
  91. 8c40c7c drbd: don't detour through bd_contains for the gendisk by Christoph Hellwig · 4 years, 4 months ago
  92. 0905053 null_blk: Support shared tag bitmap by John Garry · 4 years, 5 months ago
  93. ac8f7a0 Merge branch 'for-5.10/block' into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  94. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
  95. a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
  96. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
  97. 9e82d35 aoe: set an optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  98. b807a2c drbd: remove dead code in device_to_statistics by Christoph Hellwig · 4 years, 4 months ago
  99. 0fc66c9 zram: cleanup backing_dev_store by Christoph Hellwig · 4 years, 4 months ago
  100. b8d9548 pktcdvd: use blkdev_get_by_dev instead of open coding it by Christoph Hellwig · 4 years, 4 months ago