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