1. 296dbc7 nbd: correct the maximum value for discard sectors by Wouter Verhelst · 7 months ago
  2. 41372f5c nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONAL by Wouter Verhelst · 7 months ago
  3. e49dacc nbd: implement the WRITE_ZEROES command by Wouter Verhelst · 7 months ago
  4. c9ea57c nbd: fix race between timeout and normal completion by Ming Lei · 6 months ago
  5. 7543ae2 nbd: add support for rotational devices by Wouter Verhelst · 7 months ago
  6. 3e78198 Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux by Linus Torvalds · 8 months ago
  7. bd4a633 block: move the nonrot flag to queue_limits by Christoph Hellwig · 9 months ago
  8. 1122c0c block: move cache control settings out of queue->flags by Christoph Hellwig · 9 months ago
  9. 6b37778 nbd: move setting the cache control flags to __nbd_set_size by Christoph Hellwig · 9 months ago
  10. a236346 block: take io_opt and io_min into account for max_sectors by Christoph Hellwig · 9 months ago
  11. 957df9a nbd: Remove __force casts by Christoph Hellwig · 9 months ago
  12. e56d4b6 nbd: Fix signal handling by Bart Van Assche · 10 months ago
  13. f6cb9a2 nbd: Remove a local variable from nbd_send_cmd() by Bart Van Assche · 10 months ago
  14. 2a6751e nbd: Improve the documentation of the locking assumptions by Bart Van Assche · 10 months ago
  15. 40639e9 nbd: Remove superfluous casts by Bart Van Assche · 10 months ago
  16. 2682832 nbd: use the atomic queue limits API in nbd_set_size by Christoph Hellwig · 1 year ago
  17. 242a49e nbd: freeze the queue for queue limits updates by Christoph Hellwig · 1 year ago
  18. 7ea201f nbd: don't clear discard_sectors in nbd_config_put by Christoph Hellwig · 1 year ago
  19. 9a0d497 nbd: pass queue_limits to blk_mq_alloc_disk by Christoph Hellwig · 1 year, 1 month ago
  20. 31edf4b nbd: null check for nla_nest_start by Navid Emamdoost · 1 year, 1 month ago
  21. 27e32cd block: pass a queue_limits argument to blk_mq_alloc_disk by Christoph Hellwig · 1 year, 1 month ago
  22. 78fbb92 nbd: always initialize struct msghdr completely by Eric Dumazet · 1 year, 2 months ago
  23. 1e2ab2e nbd: use the default discard granularity by Christoph Hellwig · 1 year, 2 months ago
  24. 98c598a nbd: pass nbd_sock to nbd_read_reply() instead of index by Li Nan · 1 year, 6 months ago
  25. c2da049 nbd: fix null-ptr-dereference while accessing 'nbd->config' by Li Nan · 1 year, 4 months ago
  26. 3123ac7 nbd: factor out a helper to get nbd_config without holding 'config_lock' by Li Nan · 1 year, 4 months ago
  27. 1b59860 nbd: fold nbd config initialization into nbd_alloc_config() by Li Nan · 1 year, 4 months ago
  28. 3274627 nbd: fix uaf in nbd_open by Li Lingfeng · 1 year, 4 months ago
  29. 07a1141 nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl by Christoph Hellwig · 1 year, 5 months ago
  30. 3d3dfeb Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 6 months ago
  31. 0c1c9a2 nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl by Christoph Hellwig · 1 year, 7 months ago
  32. ffe357c nbd: automatically load module on genl access by Thomas Weißschuh · 1 year, 8 months ago
  33. 05bdb99 block: replace fmode_t with a block-specific type for block open flags by Christoph Hellwig · 1 year, 9 months ago
  34. ae22076 block: remove the unused mode argument to ->release by Christoph Hellwig · 1 year, 9 months ago
  35. d32e2bf block: pass a gendisk to ->open by Christoph Hellwig · 1 year, 9 months ago
  36. f12bc113 nbd: Add the maximum limit of allocated index in nbd_dev_add by Zhong Jinghua · 1 year, 9 months ago
  37. 4913cfc nbd: Fix debugfs_create_dir error checking by Ivan Orlov · 1 year, 10 months ago
  38. bd9e991 block nbd: use req.cookie instead of req.handle by Eric Blake · 1 year, 11 months ago
  39. 3f89ac5 block/drivers: remove dead clear of random flag by Chaitanya Kulkarni · 1 year, 11 months ago
  40. 55793ea nbd: fix incomplete validation of ioctl arg by Zhong Jinghua · 2 years, 1 month ago
  41. 7399b88 nbd: use the structured req attr check by Jakub Kicinski · 2 years ago
  42. 9195b31 nbd: allow genl access outside init_net by Jakub Kicinski · 2 years ago
  43. 9812386 Treewide: Stop corrupting socket's task_frag by Benjamin Coddington · 2 years, 3 months ago
  44. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  45. e8bc52c Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 5 months ago
  46. 5133898 Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  47. bd59262 nbd: remove define-only NBD_MAGIC, previously magic number by наб · 2 years, 6 months ago
  48. 1de7c3c nbd: Fix hung when signal interrupts nbd_start_device_ioctl() by Shigeru Yoshida · 2 years, 6 months ago
  49. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 7 months ago
  50. bc9da6d nbd: add missing definition of pr_fmt by Yu Kuai · 2 years, 8 months ago
  51. 2dd6532 blk-mq: Drop 'reserved' arg of busy_tag_iter_fn by John Garry · 2 years, 8 months ago
  52. 9bdb483 blk-mq: Drop blk_mq_ops.timeout 'reserved' arg by John Garry · 2 years, 8 months ago
  53. 8b9ab62 block: remove blk_cleanup_disk by Christoph Hellwig · 2 years, 9 months ago
  54. 1243172 nbd: use pr_err to output error message by Yu Kuai · 2 years, 10 months ago
  55. 858f1bf nbd: fix possible overflow on 'first_minor' in nbd_dev_add() by Zhang Wensheng · 2 years, 10 months ago
  56. 09dadb5 nbd: fix io hung while disconnecting device by Yu Kuai · 2 years, 10 months ago
  57. 2895f18 nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed by Yu Kuai · 2 years, 10 months ago
  58. c55b2b9 nbd: fix race between nbd_alloc_config() and module removal by Yu Kuai · 2 years, 10 months ago
  59. 06c4da8 nbd: call genl_unregister_family() first in nbd_cleanup() by Yu Kuai · 2 years, 10 months ago
  60. 491bf8f nbd: Fix hung on disconnect request if socket is closed before by Xie Yongji · 3 years ago
  61. 4a04d51 nbd: don't set the discard_alignment queue limit by Christoph Hellwig · 2 years, 11 months ago
  62. dbdc1be block: add a disk_openers helper by Christoph Hellwig · 3 years ago
  63. 2a852a6 nbd: use the correct block_device in nbd_bdev_reset by Christoph Hellwig · 3 years ago
  64. 7020057 block: remove QUEUE_FLAG_DISCARD by Christoph Hellwig · 2 years, 11 months ago
  65. 7198bfc Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()" by Jens Axboe · 3 years ago
  66. 6d35d04 nbd: fix possible overflow on 'first_minor' in nbd_dev_add() by Zhang Wensheng · 3 years ago
  67. cb690f5 Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  68. 494dbee nbd: error out if socket index doesn't match in nbd_handle_reply() by Yu Kuai · 3 years, 4 months ago
  69. e2daec4 nbd: Fix hungtask when nbd_config_put by Ye Bin · 3 years, 4 months ago
  70. 69beb62 nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add by Ye Bin · 3 years, 4 months ago
  71. 940c264 nbd: fix possible overflow for 'first_minor' in nbd_dev_add() by Yu Kuai · 3 years, 4 months ago
  72. e4c4871 nbd: fix max value for 'first_minor' by Yu Kuai · 3 years, 4 months ago
  73. 643a723 Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  74. c4318d6 nbd: Use blk_validate_block_size() to validate block size by Xie Yongji · 3 years, 4 months ago
  75. 435c2acb nbd: Use invalidate_disk() helper on disconnect by Xie Yongji · 3 years, 6 months ago
  76. 0c98057 nbd: Fix use-after-free in pid_show by Ye Bin · 3 years, 5 months ago
  77. 8663b21 nbd: fix uaf in nbd_handle_reply() by Yu Kuai · 3 years, 6 months ago
  78. 3fe1db6 nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply() by Yu Kuai · 3 years, 6 months ago
  79. f52c0e0 nbd: clean up return value checking of sock_xmit() by Yu Kuai · 3 years, 6 months ago
  80. 0de2b7a nbd: don't start request if nbd_queue_rq() failed by Yu Kuai · 3 years, 6 months ago
  81. fcf3d63 nbd: check sock index in nbd_read_stat() by Yu Kuai · 3 years, 6 months ago
  82. 07175cb1 nbd: make sure request completion won't concurrent by Yu Kuai · 3 years, 6 months ago
  83. 4e6eef5 nbd: don't handle response without a corresponding request message by Yu Kuai · 3 years, 6 months ago
  84. e1654f4 nbd: add error handling support for add_disk() by Luis Chamberlain · 3 years, 5 months ago
  85. 41e76c6 nbd: use shifts rather than multiplies by Nick Desaulniers · 3 years, 6 months ago
  86. 9a1d6c9 Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  87. 7ee656c nbd: remove nbd->destroy_complete by Christoph Hellwig · 3 years, 6 months ago
  88. 438cd31 nbd: only return usable devices from nbd_find_unused by Christoph Hellwig · 3 years, 6 months ago
  89. b190300 nbd: set nbd->index before releasing nbd_index_mutex by Tetsuo Handa · 3 years, 6 months ago
  90. 75b7f62 nbd: prevent IDR lookups from finding partially initialized devices by Tetsuo Handa · 3 years, 6 months ago
  91. 409e0ff nbd: reset NBD to NULL when restarting in nbd_genl_connect by Christoph Hellwig · 3 years, 6 months ago
  92. 93f63bc nbd: add missing locking to the nbd_dev_add error path by Tetsuo Handa · 3 years, 6 months ago
  93. b1a8116 block: nbd: add sanity check for first_minor by Pavel Skripkin · 3 years, 7 months ago
  94. 6e4df4c nbd: reduce the nbd_index_mutex scope by Christoph Hellwig · 3 years, 7 months ago
  95. 6177b56 nbd: refactor device search and allocation in nbd_genl_connect by Christoph Hellwig · 3 years, 7 months ago
  96. 7bdc00c nbd: return the allocated nbd_device from nbd_dev_add by Christoph Hellwig · 3 years, 7 months ago
  97. 327b501 nbd: remove nbd_del_disk by Christoph Hellwig · 3 years, 7 months ago
  98. 3f74e06 nbd: refactor device removal by Christoph Hellwig · 3 years, 7 months ago
  99. 68c9417 nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECT by Hou Tao · 3 years, 7 months ago
  100. fad7cd3 nbd: add the check to prevent overflow in __nbd_ioctl() by Baokun Li · 3 years, 7 months ago