1. f3fc889 nbd: Use set_blocksize() to set device blocksize by Jan Kara · 5 years ago
  2. eb10875 nbd: set the logical and physical blocksize properly by Josef Bacik · 7 years ago
  3. 4b7c09a nbd: only set MSG_MORE when we have more to send by Josef Bacik · 7 years ago
  4. 3a381ab nbd: fix use-after-free of rq/bio in the xmit path by Jens Axboe · 8 years ago
  5. 521a7e3 nbd: set queue timeout properly by Josef Bacik · 7 years ago
  6. 952d07a nbd: blk_mq_init_queue returns an error code on failure, not NULL by Jeff Moyer · 7 years ago
  7. 25640e7 nbd: fix 64-bit division by Jens Axboe · 7 years ago
  8. 7599166 nbd: use loff_t for blocksize and nbd_set_size args by Josef Bacik · 7 years ago
  9. 7729185 nbd: Fix error handling by Christophe JAILLET · 8 years ago
  10. 423221d nbd: fix incorrect unlock of nbd->sock_lock in sock_shutdown by John W. Linville · 8 years ago
  11. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  12. 005043a nbd: use BLK_MQ_F_BLOCKING by Josef Bacik · 8 years ago
  13. 0eadf37 nbd: allow block mq to deal with timeouts by Josef Bacik · 8 years ago
  14. 9b4a6ba nbd: use flags instead of bool by Josef Bacik · 8 years ago
  15. c261189 nbd: don't shutdown sock with irq's disabled by Josef Bacik · 8 years ago
  16. fd8383f nbd: convert to blkmq by Josef Bacik · 8 years ago
  17. 9724096 nbd: fix race in ioctl by Vegard Nossum · 8 years ago
  18. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  19. d366a0f nbd: pass the nbd pointer for flags debugfs by Josef Bacik · 8 years ago
  20. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  21. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  22. aafb1ee nbd: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  23. 5e454c6 nbd: use correct div_s64 helper by Arnd Bergmann · 8 years ago
  24. 37091fd nbd: Create size change events for userspace by Markus Pargmann · 9 years ago
  25. da6ccaa nbd: ratelimit error msgs after socket close by Dan Streetman · 8 years ago
  26. d02cf53 nbd: Move flag parsing to a function by Markus Pargmann · 9 years ago
  27. 0e4f0f6 nbd: Cleanup reset of nbd and bdev after a disconnect by Markus Pargmann · 9 years ago
  28. 1f7b5cf nbd: Timeouts are not user requested disconnects by Markus Pargmann · 9 years ago
  29. 23272a67 nbd: Remove signal usage by Markus Pargmann · 9 years ago
  30. 27ea43f nbd: Fix debugfs error handling by Markus Pargmann · 9 years ago
  31. 263a3df nbd: use ->compat_ioctl() by Al Viro · 8 years ago
  32. be0e6f2 signal: turn dequeue_signal_lock() into kernel_dequeue_signal() by Oleg Nesterov · 9 years ago
  33. dcc909d nbd: Add locking for tasks by Markus Pargmann · 9 years ago
  34. 22d109c nbd: flags is a u32 variable by Markus Pargmann · 9 years ago
  35. cad73b2 nbd: Rename functions for clearness of recv/send path by Markus Pargmann · 9 years ago
  36. 696697c nbd: Change 'disconnect' to be boolean by Markus Pargmann · 9 years ago
  37. 30d53d9 nbd: Add debugfs entries by Markus Pargmann · 9 years ago
  38. 6521d39 nbd: Remove variable 'pid' by Markus Pargmann · 9 years ago
  39. e78273c nbd: Move clear queue debug message by Markus Pargmann · 9 years ago
  40. 1939183 nbd: Remove 'harderror' and propagate error properly by Markus Pargmann · 9 years ago
  41. 260bbce nbd: restructure sock_shutdown by Markus Pargmann · 9 years ago
  42. 36e47be nbd: sock_shutdown, remove conditional lock by Markus Pargmann · 9 years ago
  43. 7e2893a nbd: Fix timeout detection by Markus Pargmann · 9 years ago
  44. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  45. 9dcd137 block: nbd: convert to blkdev_reread_part() by Ming Lei · 9 years ago
  46. 9dc6c80 nbd: stop using req->cmd by Christoph Hellwig · 9 years ago
  47. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 9 years ago
  48. de9ad6d nbd: Return error pointer directly by Markus Pargmann · 9 years ago
  49. dab5313 nbd: Return error code directly by Markus Pargmann · 9 years ago
  50. e018e75 nbd: Remove fixme that was already fixed by Markus Pargmann · 9 years ago
  51. d18509f nbd: Restructure debugging prints by Markus Pargmann · 9 years ago
  52. b9c495b nbd: Fix device bytesize type by Markus Pargmann · 9 years ago
  53. d06df60 nbd: Replace kthread_create with kthread_run by Markus Pargmann · 9 years ago
  54. 13e71d6 nbd: Remove kernel internal header by Markus Pargmann · 9 years ago
  55. ff6b809 nbd: fix possible memory leak by Sudip Mukherjee · 9 years ago
  56. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  57. 04cfac4 nbd: zero from and len fields in NBD_CMD_DISCONNECT. by Hani Benhabiles · 10 years ago
  58. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  59. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  60. e251157 switch nbd to sockfd_lookup/sockfd_put by Al Viro · 10 years ago
  61. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 11 years ago
  62. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 10 years ago
  63. c378f70 nbd: correct disconnect behavior by Paul Clements · 11 years ago
  64. 9532f14 nbd: remove bogus BUG_ON in NBD_CLEAR_QUE by Michal Belczyk · 11 years ago
  65. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  66. 078be02 nbd: increase default and max request sizes by Michal Belczyk · 11 years ago
  67. 398eb08 nbd: fix sparse warning by Alex Elder · 11 years ago
  68. a83e814 nbd: show read-only state in sysfs by Paolo Bonzini · 11 years ago
  69. 3a2d63f8 nbd: fsync and kill block device on shutdown by Paolo Bonzini · 11 years ago
  70. 75f187a nbd: support FLUSH requests by Alex Bligh · 11 years ago
  71. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  72. a336d29 nbd: handle discard requests by Paul Clements · 12 years ago
  73. 2f01250 nbd: add set flags ioctl by Paul Clements · 12 years ago
  74. fded4e0 nbd: clear waiting_queue on shutdown by Paul Clements · 12 years ago
  75. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  76. 7f338fe nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves by Mel Gorman · 12 years ago
  77. 01ff5db block/nbd: micro-optimization in nbd request completion by Chetan Loke · 12 years ago
  78. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  79. f450716 nbd: rename the nbd_device variable from lo to nbd by Wanlong Gao · 12 years ago
  80. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  81. 548ef6c nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes by Andrew Morton · 13 years ago
  82. 5eedf54 nbd: replace some printk with dev_warn() and dev_info() by WANG Cong · 13 years ago
  83. 7742ce4 nbd: lower the loglevel of an error message by WANG Cong · 13 years ago
  84. 7f1b90f nbd: replace printk KERN_ERR with dev_err() by WANG Cong · 13 years ago
  85. 1695b87 nbd: replace sysfs_create_file() with device_create_file() by WANG Cong · 13 years ago
  86. 25ac0c2 nbd: use task_pid_nr() to get current pid by WANG Cong · 13 years ago
  87. 5988ce2 nbd: adjust 'max_part' according to part_shift by Namhyung Kim · 13 years ago
  88. 3b27108 nbd: limit module parameters to a sane value by Namhyung Kim · 13 years ago
  89. 35fbf5b nbd: pass MSG_* flags to kernel_recvmsg() by Namhyung Kim · 13 years ago
  90. de1f016 nbd: remove module-level ioctl mutex by Soren Hansen · 13 years ago
  91. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  92. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  93. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  94. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  95. a253129 update email address by Pavel Machek · 14 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  97. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  98. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  99. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  100. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago