1. 08ba91e nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag. by Doron Roberts-Kedes · 7 years ago
  2. 07ce213 nbd: set discard_alignment to the granularity by Josef Bacik · 7 years ago
  3. ee57a05 nbd: Consistently use request pointer in debug messages. by Kevin Vigor · 7 years ago
  4. d250bf4 blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  5. 5e3c3a7 nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs. by Kevin Vigor · 7 years ago
  6. e5eab01 nbd: complete requests from ->timeout by Christoph Hellwig · 7 years ago
  7. 6600593 block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE by Christoph Hellwig · 7 years ago
  8. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  9. 6df133a nbd: set discard granularity properly by Josef Bacik · 7 years ago
  10. 2189c97 block/ndb: add WQ_UNBOUND to the knbd-recv workqueue by Dan Melnic · 7 years ago
  11. 76aa1d3 nbd: call nbd_bdev_reset instead of bd_set_size on disconnect by Josef Bacik · 7 years ago
  12. fe1f9e6 nbd: fix how we set bd_invalidated by Josef Bacik · 7 years ago
  13. 96d97e1 nbd: clear_sock on netlink disconnect by Josef Bacik · 7 years ago
  14. 9e2b1967 nbd: use bd_set_size when updating disk size by Josef Bacik · 7 years ago
  15. c3f7c93 nbd: update size when connected by Josef Bacik · 7 years ago
  16. 8364da4 nbd: fix nbd device deletion by Josef Bacik · 7 years ago
  17. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  18. 0979962 nbd: fix return value in error handling path by Gustavo A. R. Silva · 7 years ago
  19. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  20. 6a468d5 nbd: don't start req until after the dead connection logic by Josef Bacik · 7 years ago
  21. ff57dc9 nbd: wait uninterruptible for the dead timeout by Josef Bacik · 7 years ago
  22. 32e67a3 nbd: handle interrupted sendmsg with a sndtimeo set by Josef Bacik · 7 years ago
  23. 639812a nbd: don't set the device size until we're connected by Josef Bacik · 7 years ago
  24. 6e60a3b nbd: fix -ERESTARTSYS handling by Josef Bacik · 7 years ago
  25. 1dae69b nbd: ignore non-nbd ioctl's by Josef Bacik · 8 years ago
  26. dfbde55 nbd: make device_attribute const by Bhumika Goyal · 7 years ago
  27. 7a8362a nbd: change the default nbd partitions by Josef Bacik · 7 years ago
  28. e6a7627 nbd: allow device creation at a specific index by Josef Bacik · 7 years ago
  29. 7a362ea nbd: clear disconnected on reconnect by Josef Bacik · 7 years ago
  30. a7ee8cf nbd: only set sndtimeo if we have a timeout set by Josef Bacik · 7 years ago
  31. b4b2aec nbd: take tx_lock before disconnecting by Josef Bacik · 7 years ago
  32. 2e13456 nbd: allow multiple disconnects to be sent by Josef Bacik · 7 years ago
  33. 7685168 nbd: kill unused ret in recv_work by Kefeng Wang · 7 years ago
  34. b52c2e9 nbd: quiesce request queues to make sure no submissions are inflight by Sagi Grimberg · 8 years ago
  35. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  36. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  37. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  38. dc88e34 nbd: set sk->sk_sndtimeo for our sockets by Josef Bacik · 8 years ago
  39. 685c9b2 nbd: add FUA op support by Shaun McDowell · 8 years ago
  40. fa97653 nbd: don't leak nbd_config by Ilya Dryomov · 8 years ago
  41. af622b8 nbd: nbd_reset() call in nbd_dev_add() is redundant by Ilya Dryomov · 8 years ago
  42. f108304 treewide: convert PF_MEMALLOC manipulations to new helpers by Vlastimil Babka · 8 years ago
  43. 044f1da Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  44. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  45. d6296d39 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  46. 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
  47. 60ae36a nbd: fix use after free on module unload by Josef Bacik · 8 years ago
  48. 1cc1f17 nbd: set the max segments to USHRT_MAX by Josef Bacik · 8 years ago
  49. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  50. 1e388ae nbd: don't use req->errors by Christoph Hellwig · 8 years ago
  51. ebb16d0 nbd: set the max segment size to UINT_MAX by Josef Bacik · 8 years ago
  52. a2c9790 nbd: add a flag to destroy an nbd device on disconnect by Josef Bacik · 8 years ago
  53. c6a4759 nbd: add device refcounting by Josef Bacik · 8 years ago
  54. 47d902b nbd: add a status netlink command by Josef Bacik · 8 years ago
  55. 560bc4b nbd: handle dead connections by Josef Bacik · 8 years ago
  56. 2516ab1 nbd: only clear the queue on device teardown by Josef Bacik · 8 years ago
  57. 799f9a3 nbd: multicast dead link notifications by Josef Bacik · 8 years ago
  58. b7aa3d3 nbd: add a reconfigure netlink command by Josef Bacik · 8 years ago
  59. e46c728 nbd: add a basic netlink interface by Josef Bacik · 8 years ago
  60. 29eaadc nbd: stop using the bdev everywhere by Josef Bacik · 8 years ago
  61. 5ea8d10 nbd: separate out the config information by Josef Bacik · 8 years ago
  62. f373324 nbd: handle single path failures gracefully by Josef Bacik · 8 years ago
  63. 9b1355d nbd: put socket in error cases by Josef Bacik · 8 years ago
  64. 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
  65. 48920ff block: remove the discard_zeroes_data flag by Christoph Hellwig · 8 years ago
  66. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  67. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  68. abbbdf1 nbd: replace kill_bdev() with __invalidate_device() by Ratna Manoj Bolla · 8 years ago
  69. f858685 nbd: set queue timeout properly by Josef Bacik · 8 years ago
  70. c103b4d nbd: set rq->errors to actual error code by Josef Bacik · 8 years ago
  71. 9dd5d3a nbd: handle ERESTARTSYS properly by Josef Bacik · 8 years ago
  72. e0d0722 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  73. 69fd110 Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. 6a8a215 nbd: stop leaking sockets by Josef Bacik · 8 years ago
  75. 6330a2d nbd: cleanup workqueue on error properly by Josef Bacik · 8 years ago
  76. e544541 nbd: set the logical and physical blocksize properly by Josef Bacik · 8 years ago
  77. 9442b73 nbd: cleanup ioctl handling by Josef Bacik · 8 years ago
  78. b0d9111 nbd: use an idr to keep track of nbd devices by Josef Bacik · 8 years ago
  79. 124d6db nbd: use our own workqueue for recv threads by Josef Bacik · 8 years ago
  80. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  81. 09fc54cc nbd: move request validity checking into nbd_send_cmd by Christoph Hellwig · 8 years ago
  82. 27410a8 nbd: remove REQ_TYPE_DRV_PRIV leftovers by Christoph Hellwig · 8 years ago
  83. d61b7f9 nbd: only set MSG_MORE when we have more to send by Josef Bacik · 8 years ago
  84. 25b4acf nbd: blk_mq_init_queue returns an error code on failure, not NULL by Jeff Moyer · 8 years ago
  85. c9f2b6a [nbd] pass iov_iter to nbd_xmit() by Al Viro · 9 years ago
  86. c1696ca [nbd] switch sock_xmit() to sock_{send,recv}msg() by Al Viro · 9 years ago
  87. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  88. a897b66 nbd: use dev_err_ratelimited in io path by Josef Bacik · 8 years ago
  89. 20032ec nbd: reset the setup task for NBD_CLEAR_SOCK by Josef Bacik · 8 years ago
  90. e88f72c nbd: fix 64-bit division by Jens Axboe · 8 years ago
  91. ef77b51 nbd: use loff_t for blocksize and nbd_set_size args by Josef Bacik · 8 years ago
  92. feffa5c nbd: fix setting of 'error' in NBD_DO_IT ioctl by Jens Axboe · 8 years ago
  93. 9561a7a nbd: add multi-connection support by Josef Bacik · 8 years ago
  94. 429a787 nbd: fix use-after-free of rq/bio in the xmit path by Jens Axboe · 8 years ago
  95. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  96. 005043a nbd: use BLK_MQ_F_BLOCKING by Josef Bacik · 8 years ago
  97. 0eadf37 nbd: allow block mq to deal with timeouts by Josef Bacik · 8 years ago
  98. 9b4a6ba nbd: use flags instead of bool by Josef Bacik · 8 years ago
  99. c261189 nbd: don't shutdown sock with irq's disabled by Josef Bacik · 8 years ago
  100. fd8383f nbd: convert to blkmq by Josef Bacik · 8 years ago