1. 2c27254 nbd: requeue command if the soecket is changed by Hou Pu · 4 years, 11 months ago
  2. d970958 nbd: enable replace socket if only one connection is configured by Hou Pu · 4 years, 11 months ago
  3. 5c0dd22 nbd: add a flush_workqueue in nbd_start_device by Sun Ke · 5 years ago
  4. 1c05839 nbd: fix shutdown and recv work deadlock v2 by Mike Christie · 5 years ago
  5. 323264e Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  6. 03bf73c nbd: prevent memory leak by Navid Emamdoost · 5 years ago
  7. dff10bb nbd:fix memory leak in nbd_get_socket() by Sun Ke · 5 years ago
  8. cf1b232 nbd: verify socket is supported during setup by Mike Christie · 5 years ago
  9. 7ce23e8 nbd: handle racing with error'ed out commands by Josef Bacik · 5 years ago
  10. de6346e nbd: protect cmd->status with cmd->lock by Josef Bacik · 5 years ago
  11. 8624881 nbd: fix possible sysfs duplicate warning by Xiubo Li · 5 years ago
  12. 8454d68 nbd: fix possible page fault for nbd disk by Xiubo Li · 5 years ago
  13. ec76a7b nbd: rename the runtime flags as NBD_RT_ prefixed by Xiubo Li · 5 years ago
  14. e9e006f nbd: fix max number of supported devs by Mike Christie · 5 years ago
  15. 2da22da nbd: fix zero cmd timeout handling v2 by Mike Christie · 5 years ago
  16. 887e975 nbd: add missing config put by Mike Christie · 5 years ago
  17. 0051467 nbd: add function to convert blk req op to nbd cmd by Mike Christie · 5 years ago
  18. 55313e9 nbd: add set cmd timeout helper by Mike Christie · 5 years ago
  19. 2b5c8f0 nbd: replace kill_bdev() with __invalidate_device() again by Munehisa Kamata · 5 years ago
  20. 4ddeaae8 nbd: add netlink reconfigure resize support by Mike Christie · 6 years ago
  21. 553768d nbd: fix crash when the blksize is zero by Xiubo Li · 6 years ago
  22. eb1fe3b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127 by Thomas Gleixner · 6 years ago
  23. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  24. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  25. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  26. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  27. 2abd2de nbd: add tracepoints for send/receive timing by Andrew Hall · 6 years ago
  28. ea10672 nbd: trace sending nbd requests by Matt Mullins · 6 years ago
  29. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  30. cd46eb8 nbd: propagate genlmsg_reply return code by Li RongQing · 6 years ago
  31. 56d18f6 block: kill BLK_MQ_F_SG_MERGE by Ming Lei · 6 years ago
  32. c8a83a6 nbd: Use set_blocksize() to set device blocksize by Jan Kara · 6 years ago
  33. 7baa857 blk-mq-tag: change busy_iter_fn to return whether to continue or not by Jens Axboe · 6 years ago
  34. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  35. bc811f0 nbd: don't allow invalid blocksize settings by Jens Axboe · 6 years ago
  36. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. a86c412 nbd: constify nla_policy by Stephen Hemminger · 7 years ago
  38. 8f3ea35 nbd: handle unexpected replies better by Josef Bacik · 7 years ago
  39. d7d94d4 nbd: don't requeue the same request twice. by Josef Bacik · 7 years ago
  40. 08ba91e nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. by Doron Roberts-Kedes · 7 years ago
  41. 07ce213 nbd: set discard_alignment to the granularity by Josef Bacik · 7 years ago
  42. ee57a05 nbd: Consistently use request pointer in debug messages. by Kevin Vigor · 7 years ago
  43. d250bf4e blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  44. 5e3c3a7 nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs. by Kevin Vigor · 7 years ago
  45. e5eab01 nbd: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  46. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  47. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  48. 6df133a nbd: set discard granularity properly by Josef Bacik · 7 years ago
  49. 2189c97 block/ndb: add WQ_UNBOUND to the knbd-recv workqueue by Dan Melnic · 7 years ago
  50. 76aa1d3 nbd: call nbd_bdev_reset instead of bd_set_size on disconnect by Josef Bacik · 7 years ago
  51. fe1f9e6 nbd: fix how we set bd_invalidated by Josef Bacik · 7 years ago
  52. 96d97e1 nbd: clear_sock on netlink disconnect by Josef Bacik · 7 years ago
  53. 9e2b1967 nbd: use bd_set_size when updating disk size by Josef Bacik · 7 years ago
  54. c3f7c93 nbd: update size when connected by Josef Bacik · 7 years ago
  55. 8364da4 nbd: fix nbd device deletion by Josef Bacik · 7 years ago
  56. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  57. 0979962 nbd: fix return value in error handling path by Gustavo A. R. Silva · 7 years ago
  58. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  59. 6a468d5 nbd: don't start req until after the dead connection logic by Josef Bacik · 7 years ago
  60. ff57dc9 nbd: wait uninterruptible for the dead timeout by Josef Bacik · 7 years ago
  61. 32e67a3 nbd: handle interrupted sendmsg with a sndtimeo set by Josef Bacik · 7 years ago
  62. 639812a nbd: don't set the device size until we're connected by Josef Bacik · 7 years ago
  63. 6e60a3b nbd: fix -ERESTARTSYS handling by Josef Bacik · 7 years ago
  64. 1dae69b nbd: ignore non-nbd ioctl's by Josef Bacik · 8 years ago
  65. dfbde55 nbd: make device_attribute const by Bhumika Goyal · 7 years ago
  66. 7a8362a nbd: change the default nbd partitions by Josef Bacik · 7 years ago
  67. e6a7627 nbd: allow device creation at a specific index by Josef Bacik · 7 years ago
  68. 7a362ea nbd: clear disconnected on reconnect by Josef Bacik · 7 years ago
  69. a7ee8cf nbd: only set sndtimeo if we have a timeout set by Josef Bacik · 7 years ago
  70. b4b2aec nbd: take tx_lock before disconnecting by Josef Bacik · 7 years ago
  71. 2e13456 nbd: allow multiple disconnects to be sent by Josef Bacik · 7 years ago
  72. 7685168 nbd: kill unused ret in recv_work by Kefeng Wang · 8 years ago
  73. b52c2e9 nbd: quiesce request queues to make sure no submissions are inflight by Sagi Grimberg · 8 years ago
  74. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  75. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  76. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  77. dc88e34 nbd: set sk->sk_sndtimeo for our sockets by Josef Bacik · 8 years ago
  78. 685c9b2 nbd: add FUA op support by Shaun McDowell · 8 years ago
  79. fa97653 nbd: don't leak nbd_config by Ilya Dryomov · 8 years ago
  80. af622b8 nbd: nbd_reset() call in nbd_dev_add() is redundant by Ilya Dryomov · 8 years ago
  81. f108304 treewide: convert PF_MEMALLOC manipulations to new helpers by Vlastimil Babka · 8 years ago
  82. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  83. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  84. d6296d39 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  85. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 60ae36a nbd: fix use after free on module unload by Josef Bacik · 8 years ago
  87. 1cc1f17 nbd: set the max segments to USHRT_MAX by Josef Bacik · 8 years ago
  88. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  89. 1e388ae nbd: don't use req->errors by Christoph Hellwig · 8 years ago
  90. ebb16d0 nbd: set the max segment size to UINT_MAX by Josef Bacik · 8 years ago
  91. a2c9790 nbd: add a flag to destroy an nbd device on disconnect by Josef Bacik · 8 years ago
  92. c6a4759 nbd: add device refcounting by Josef Bacik · 8 years ago
  93. 47d902b nbd: add a status netlink command by Josef Bacik · 8 years ago
  94. 560bc4b nbd: handle dead connections by Josef Bacik · 8 years ago
  95. 2516ab1 nbd: only clear the queue on device teardown by Josef Bacik · 8 years ago
  96. 799f9a3 nbd: multicast dead link notifications by Josef Bacik · 8 years ago
  97. b7aa3d3 nbd: add a reconfigure netlink command by Josef Bacik · 8 years ago
  98. e46c728 nbd: add a basic netlink interface by Josef Bacik · 8 years ago
  99. 29eaadc nbd: stop using the bdev everywhere by Josef Bacik · 8 years ago
  100. 5ea8d10 nbd: separate out the config information by Josef Bacik · 8 years ago