1. cde4b55 nbd: Fix NULL pointer in flush_workqueue by Sun Ke · 3 years, 8 months ago
  2. 3d80891 block/rnbd-clt: Check the return value of the function rtrs_clt_query by Md Haris Iqbal · 3 years, 9 months ago
  3. c1a9029 block/rnbd-clt: Change queue_depth type in rnbd_clt_session to size_t by Md Haris Iqbal · 3 years, 9 months ago
  4. 5378c92 drivers/block/null_blk/main: Fix a double free in null_init. by Lv Yunlong · 3 years, 9 months ago
  5. bbe9de6 xen-blkback: fix compatibility bug with single page rings by Paul Durrant · 4 years ago
  6. 338a872 block/rnbd-clt: Fix missing a memory free when unloading the module by Gioh Kim · 3 years, 9 months ago
  7. 5d46000 null_blk: fix command timeout completion handling by Damien Le Moal · 3 years, 10 months ago
  8. 3a1ca9b xen-blkback: don't leak persistent grants from xen_blkbk_map() by Jan Beulich · 3 years, 10 months ago
  9. 58b3419 umem: fix error return code in mm_pci_probe() by Wei Yongjun · 3 years, 11 months ago
  10. bc7c1b0 zram: fix return value on writeback_store by Minchan Kim · 3 years, 10 months ago
  11. d1d9184 block: rsxx: fix error return code of rsxx_pci_probe() by Jia-Ju Bai · 3 years, 11 months ago
  12. 5cc0813 rsxx: Return -EFAULT if copy_to_user() fails by Dan Carpenter · 3 years, 11 months ago
  13. 02f768e zsmalloc: account the number of compacted pages correctly by Rokudo Yan · 3 years, 11 months ago
  14. dc2b776 nbd: handle device refs for DESTROY_ON_DISCONNECT properly by Josef Bacik · 4 years ago
  15. ce5697e floppy: reintroduce O_NDELAY fix by Jiri Kosina · 4 years ago
  16. 00805af xen-blkback: fix error handling in xen_blkbk_map() by Jan Beulich · 4 years ago
  17. 8f8ebd6 xen-blkback: don't "handle" error by BUG() by Jan Beulich · 4 years ago
  18. 7d6e01e xen-blkfront: allow discard-* nodes to be optional by Roger Pau Monne · 4 years ago
  19. 41f6f4a nbd: freeze the queue while we're adding connections by Josef Bacik · 4 years ago
  20. 6f7a362 block/rnbd-clt: avoid module unload race with close confirmation by Jack Wang · 4 years ago
  21. 432071f block: rsxx: select CONFIG_CRC32 by Arnd Bergmann · 4 years, 1 month ago
  22. c13edad null_blk: Fail zone append to conventional zones by Damien Le Moal · 4 years, 2 months ago
  23. 92ee9b9 null_blk: Fix zone size initialization by Damien Le Moal · 4 years, 2 months ago
  24. 9ae6d2f xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() by SeongJae Park · 4 years, 1 month ago
  25. aadd677 xen-blkback: set ring->xenblkd to NULL after kthread_stop() by Pawel Wieczorkiewicz · 4 years, 1 month ago
  26. 1b75aea block/rnbd-clt: Fix possible memleak by Jack Wang · 4 years, 1 month ago
  27. 996ce53 block/rnbd-clt: Get rid of warning regarding size argument in strlcpy by Md Haris Iqbal · 4 years, 1 month ago
  28. aa4f552 block/rnbd: fix a null pointer dereference on dev->blk_symlink_name by Colin Ian King · 4 years, 1 month ago
  29. a7d4dd1 block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name by Md Haris Iqbal · 4 years, 2 months ago
  30. ca33479 xen: add helpers for caching grant mapping pages by Juergen Gross · 4 years, 1 month ago
  31. c01a21b loop: Fix occasional uevent drop by Petr Vorel · 4 years, 2 months ago
  32. 2bd645b nbd: fix a block_device refcount leak in nbd_release by Christoph Hellwig · 4 years, 2 months ago
  33. e1777d0 null_blk: Fix scheduling in atomic with zoned mode by Damien Le Moal · 4 years, 2 months ago
  34. 7cb6e22 xsysace: use platform_get_resource() and platform_get_irq_optional() by Andy Shevchenko · 4 years, 3 months ago
  35. aa1c09cb6 null_blk: Fix locking in zoned mode by Damien Le Moal · 4 years, 3 months ago
  36. f9c9104 null_blk: Fix zone reset all tracing by Damien Le Moal · 4 years, 3 months ago
  37. b40813d nbd: don't update block size after device is started by Ming Lei · 4 years, 3 months ago
  38. 35bc10b null_blk: synchronization fix for zoned device by Kanchan Joshi · 4 years, 4 months ago
  39. 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
  40. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  41. fd78874 null_blk: use zone status for max active/open by Keith Busch · 4 years, 3 months ago
  42. ed7cfef Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 3 months ago
  43. 74a8524 xen-blkfront: add a parameter for disabling of persistent grants by SeongJae Park · 4 years, 4 months ago
  44. aac8a70 xen-blkback: add a parameter for disabling of persistent grants by SeongJae Park · 4 years, 4 months ago
  45. 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
  46. 01263a1 xen/blkback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  47. 0669d2b zram: Fix __zram_bvec_{read,write}() locking order by Peter Zijlstra · 4 years, 3 months ago
  48. db07327 skd_main: remove unused including <linux/version.h> by Tian Tao · 4 years, 3 months ago
  49. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  50. 4e79603 zram: failing to decompress is WARN_ON worthy by Douglas Anderson · 4 years, 3 months ago
  51. 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
  52. 87aac3a nbd: make the config put is called before the notifying the waiter by Xiubo Li · 4 years, 3 months ago
  53. 47be77c2 block/rnbd-clt: send_msg_close if any error occurs after send_msg_open by Gioh Kim · 4 years, 3 months ago
  54. 050b654 block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device by Jack Wang · 4 years, 3 months ago
  55. 46a99e0 block/rnbd-clt: remove nr argument from send_usr_msg by Guoqing Jiang · 4 years, 3 months ago
  56. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  57. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  58. 0b98acd libceph, rbd, ceph: "blacklist" -> "blocklist" by Ilya Dryomov · 4 years, 4 months ago
  59. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 4 months ago
  60. 155bd9d drbd: remove ->this_bdev by Christoph Hellwig · 4 years, 4 months ago
  61. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 4 months ago
  62. 99ba84c rsxx: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  63. fb25ebe drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage() by Coly Li · 4 years, 4 months ago
  64. dc4d137 null_blk: add support for max open/active zone limit for zoned devices by Niklas Cassel · 4 years, 5 months ago
  65. 74f9445 drbd: don't set ->bd_contains by Christoph Hellwig · 4 years, 5 months ago
  66. 8c40c7c drbd: don't detour through bd_contains for the gendisk by Christoph Hellwig · 4 years, 5 months ago
  67. 0905053 null_blk: Support shared tag bitmap by John Garry · 4 years, 5 months ago
  68. ac8f7a0 Merge branch 'for-5.10/block' into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  69. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
  70. a8b456d bdi: remove BDI_CAP_SYNCHRONOUS_IO by Christoph Hellwig · 4 years, 4 months ago
  71. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
  72. 9e82d35 aoe: set an optimal I/O size by Christoph Hellwig · 4 years, 4 months ago
  73. b807a2c drbd: remove dead code in device_to_statistics by Christoph Hellwig · 4 years, 4 months ago
  74. 0fc66c9 zram: cleanup backing_dev_store by Christoph Hellwig · 4 years, 4 months ago
  75. b8d9548 pktcdvd: use blkdev_get_by_dev instead of open coding it by Christoph Hellwig · 4 years, 4 months ago
  76. 2d9e28a pktcdvd: remove the if 0'ed pkt_start_recovery function by Christoph Hellwig · 4 years, 4 months ago
  77. 38430f0 block: move the NEED_PART_SCAN flag to struct gendisk by Christoph Hellwig · 4 years, 4 months ago
  78. 1570d14f paride/pcd: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  79. 77f93bf xsysace: simplify media change handling by Christoph Hellwig · 4 years, 4 months ago
  80. f094225 xsysace: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  81. 3dcbad2 swim3: use bdev_check_media_changed by Christoph Hellwig · 4 years, 4 months ago
  82. 433d21c swim: simplify media change handling by Christoph Hellwig · 4 years, 4 months ago
  83. 7fe76fc swim: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  84. 4a6f3d4 floppy: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  85. 22f9716 ataflop: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  86. acdfd44 amiflop: use bdev_check_media_change by Christoph Hellwig · 4 years, 4 months ago
  87. f44d04e rbd: require global CAP_SYS_ADMIN for mapping and unmapping by Ilya Dryomov · 4 years, 5 months ago
  88. 51db1c3 blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED by Ming Lei · 4 years, 5 months ago
  89. 659e56b block: add a new revalidate_disk_size helper by Christoph Hellwig · 4 years, 5 months ago
  90. f4ad06f block: rename bd_invalidated by Christoph Hellwig · 4 years, 5 months ago
  91. 4ce7906 virtio-blk: Use kobj_to_dev() instead of container_of() by Tian Tao · 4 years, 5 months ago
  92. c2b4bb8 block: fix locking for struct block_device size updates by Christoph Hellwig · 4 years, 5 months ago
  93. 611bee5 block: replace bd_set_size with bd_set_nr_sectors by Christoph Hellwig · 4 years, 5 months ago
  94. 4d41ead Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  95. 79e5dc5 loop: Set correct device size when using LOOP_CONFIGURE by Martijn Coenen · 4 years, 5 months ago
  96. acb19e1 nbd: restore default timeout when setting it to zero by Hou Pu · 4 years, 5 months ago
  97. c41c3ec Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  98. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  99. 2d62e6b null_blk: fix passing of REQ_FUA flag in null_handle_rq by Hou Pu · 4 years, 5 months ago
  100. 17bc103 block/rnbd: Ensure err is always initialized in process_rdma by Nathan Chancellor · 4 years, 5 months ago