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