1. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
  2. de9ad6d nbd: Return error pointer directly by Markus Pargmann · 10 years ago
  3. dab5313 nbd: Return error code directly by Markus Pargmann · 10 years ago
  4. e018e75 nbd: Remove fixme that was already fixed by Markus Pargmann · 10 years ago
  5. d18509f nbd: Restructure debugging prints by Markus Pargmann · 10 years ago
  6. b9c495b nbd: Fix device bytesize type by Markus Pargmann · 10 years ago
  7. d06df60 nbd: Replace kthread_create with kthread_run by Markus Pargmann · 10 years ago
  8. 13e71d6 nbd: Remove kernel internal header by Markus Pargmann · 10 years ago
  9. ff6b809 nbd: fix possible memory leak by Sudip Mukherjee · 10 years ago
  10. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  11. 04cfac4 nbd: zero from and len fields in NBD_CMD_DISCONNECT. by Hani Benhabiles · 11 years ago
  12. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 11 years ago
  13. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 11 years ago
  14. e251157 switch nbd to sockfd_lookup/sockfd_put by Al Viro · 11 years ago
  15. 4550dd6 block: Immutable bio vecs by Kent Overstreet · 12 years ago
  16. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  17. c378f70 nbd: correct disconnect behavior by Paul Clements · 12 years ago
  18. 9532f14 nbd: remove bogus BUG_ON in NBD_CLEAR_QUE by Michal Belczyk · 12 years ago
  19. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 12 years ago
  20. 078be02 nbd: increase default and max request sizes by Michal Belczyk · 12 years ago
  21. 398eb08 nbd: fix sparse warning by Alex Elder · 12 years ago
  22. a83e814 nbd: show read-only state in sysfs by Paolo Bonzini · 12 years ago
  23. 3a2d63f8 nbd: fsync and kill block device on shutdown by Paolo Bonzini · 12 years ago
  24. 75f187a nbd: support FLUSH requests by Alex Bligh · 12 years ago
  25. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  26. a336d29 nbd: handle discard requests by Paul Clements · 12 years ago
  27. 2f01250 nbd: add set flags ioctl by Paul Clements · 12 years ago
  28. fded4e0 nbd: clear waiting_queue on shutdown by Paul Clements · 12 years ago
  29. eff0d13 Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  30. 7f338fe nbd: set SOCK_MEMALLOC for access to PFMEMALLOC reserves by Mel Gorman · 13 years ago
  31. 01ff5db block/nbd: micro-optimization in nbd request completion by Chetan Loke · 13 years ago
  32. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  33. f450716 nbd: rename the nbd_device variable from lo to nbd by Wanlong Gao · 13 years ago
  34. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  35. 548ef6c nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes by Andrew Morton · 14 years ago
  36. 5eedf54 nbd: replace some printk with dev_warn() and dev_info() by WANG Cong · 14 years ago
  37. 7742ce4 nbd: lower the loglevel of an error message by WANG Cong · 14 years ago
  38. 7f1b90f nbd: replace printk KERN_ERR with dev_err() by WANG Cong · 14 years ago
  39. 1695b87 nbd: replace sysfs_create_file() with device_create_file() by WANG Cong · 14 years ago
  40. 25ac0c2 nbd: use task_pid_nr() to get current pid by WANG Cong · 14 years ago
  41. 5988ce2 nbd: adjust 'max_part' according to part_shift by Namhyung Kim · 14 years ago
  42. 3b27108 nbd: limit module parameters to a sane value by Namhyung Kim · 14 years ago
  43. 35fbf5b nbd: pass MSG_* flags to kernel_recvmsg() by Namhyung Kim · 14 years ago
  44. de1f016 nbd: remove module-level ioctl mutex by Soren Hansen · 14 years ago
  45. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  46. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  47. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 15 years ago
  48. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 15 years ago
  49. a253129 update email address by Pavel Machek · 15 years ago
  50. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  51. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  52. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 16 years ago
  53. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 16 years ago
  54. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 16 years ago
  55. 53d6979 nbd: don't clear rq->sector and nr_sectors unnecessarily by Tejun Heo · 16 years ago
  56. 15746fc nbd: trivial cleanups by Pavel Machek · 16 years ago
  57. 1a2ad21 nbd: add locking to nbd_ioctl by Pavel Machek · 16 years ago
  58. 4d48a54 nbd: fix I/O hang on disconnected nbds by Paul Clements · 16 years ago
  59. c91192d nbd: do not allow two clients at the same time by Pavel Machek · 16 years ago
  60. 31dcfab nbd: tell the block layer that it is not a rotational device by Jens Axboe · 16 years ago
  61. b374d18 block: get rid of elevator_t typedef by Jens Axboe · 16 years ago
  62. a8cdc30 [PATCH] switch nbd by Al Viro · 17 years ago
  63. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  64. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  65. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 17 years ago
  66. f3944d6 nbd: fix memory leak of nbd_dev array by Sven Wegener · 17 years ago
  67. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  68. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 17 years ago
  69. d71a6d7 NBD: add partition support by Laurent Vivier · 17 years ago
  70. 48cf606 NBD: allow nbd to be used locally by Laurent Vivier · 17 years ago
  71. 4f54eec block: use blk_rq_init() to initialize the request by FUJITA Tomonori · 17 years ago
  72. ffc41cf nbd: prevent sock_xmit from attempting to use a NULL socket by Mike Snitzer · 17 years ago
  73. 48f15b9 NBD: make nbd default to deadline I/O scheduler by Paul Clements · 17 years ago
  74. 20a8143 NBD: remove limit on max number of nbd devices by Paul Clements · 17 years ago
  75. 097c94a blk_end_request: changing nbd (take 4) by Kiyoshi Ueda · 17 years ago
  76. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 18 years ago
  77. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  78. d489202 remove unused return within void return function by Denis Cheng · 17 years ago
  79. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  80. 7fdfd40 NBD: allow hung network I/O to be cancelled by Paul Clements · 17 years ago
  81. 4b86a87 NBD: set uninitialized devices to size 0 by Paul Clements · 17 years ago
  82. 0cbc591b nbd: change a parameter's type to remove a memcpy call by Denis Cheng · 17 years ago
  83. d2c9740 nbd: use list_for_each_entry_safe to make it more consolidated and readable by Denis Cheng · 17 years ago
  84. 6c92e69 Fixup rq_for_each_segment() indentation by Jens Axboe · 18 years ago
  85. 5705f70 Introduce rq_for_each_segment replacing rq_for_each_bio by NeilBrown · 17 years ago
  86. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 18 years ago
  87. be0ef95 nbd.c: sock_xmit: cleanup signal related code by Oleg Nesterov · 18 years ago
  88. e654bc4 [PATCH] fix request->cmd == INT cases by Boaz Harrosh · 18 years ago
  89. 8496304 nbd: check the return value of sysfs_create_file by WANG Cong · 18 years ago
  90. 1750604 [PATCH] struct path: convert nbd by Josef Sipek · 18 years ago
  91. 6b39bb6 [PATCH] nbd: show nbd client pid in sysfs by Paul Clements · 18 years ago
  92. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 19 years ago
  93. f0df33b [PATCH] nbd: Abort request on data reception failure by Michal Feix · 19 years ago
  94. e4b57e0 [PATCH] nbd: Check magic before doing anything else by Michal Feix · 19 years ago
  95. 9c7a416 [PATCH] drivers/block/nbd.c compile fix by Ingo van Lil · 19 years ago
  96. ce7b0f46 [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed by Greg Kroah-Hartman · 20 years ago
  97. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 20 years ago
  98. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  99. 95dc112 [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree by Greg Kroah-Hartman · 20 years ago
  100. dbf492d [PATCH] nbd: kill obsolete changelog, add GPL by Pavel Machek · 19 years ago