1. 1939183 nbd: Remove 'harderror' and propagate error properly by Markus Pargmann · 9 years ago
  2. 260bbce nbd: restructure sock_shutdown by Markus Pargmann · 9 years ago
  3. 36e47be nbd: sock_shutdown, remove conditional lock by Markus Pargmann · 9 years ago
  4. 7e2893a nbd: Fix timeout detection by Markus Pargmann · 9 years ago
  5. 4ce321f zram: fix pool name truncation by Sergey Senozhatsky · 9 years ago
  6. ebcbf16 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  8. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  9. 2761713 rbd: fix copyup completion race by Ilya Dryomov · 9 years ago
  10. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  11. e162b21 Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 9 years ago
  12. 53bc7dc xen-blkback: replace work_pending with work_busy in purge_persistent_gnt() by Bob Liu · 9 years ago
  13. 7b07675 xen-blkfront: don't add indirect pages to list when !feature_persistent by Bob Liu · 9 years ago
  14. d50babb xen-blkfront: introduce blkfront_gather_backend_features() by Bob Liu · 9 years ago
  15. 2197406 null_blk: fix use-after-free problem by Mike Krinkin · 9 years ago
  16. c45f5c9 nvme: Fixes u64 division which breaks i386 builds by Jon Derrick · 9 years ago
  17. 8ffaadf NVMe: Use CMB for the IO SQes if available by Jon Derrick · 9 years ago
  18. 498c439 NVMe: Unify SQ entry writing and doorbell ringing by Jon Derrick · 9 years ago
  19. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  20. 7bee607 NVMe: Reread partitions on metadata formats by Keith Busch · 9 years ago
  21. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  22. 1e512b0 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  23. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  24. 758dd7f NVMe: Fix irq freeing when queue_request_irq fails by Jon Derrick · 9 years ago
  25. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  26. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  27. 43baed3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  28. 5a60e87 rbd: use GFP_NOIO in rbd_obj_request_create() by Ilya Dryomov · 9 years ago
  29. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  30. e44ac58 drivers/block/nvme-core.c: fix build with gcc-4.4.4 by Andrew Morton · 9 years ago
  31. 6443af9 Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus by Jens Axboe · 9 years ago
  32. 3399a3f NVMe: Fix filesystem deadlock on removal by Keith Busch · 9 years ago
  33. de3eff2 NVMe: Failed controller initialization fixes by Keith Busch · 9 years ago
  34. ffe7704 NVMe: Unify controller probe and resume by Keith Busch · 9 years ago
  35. 17188bb NVMe: Don't use fake status on cancelled command by Keith Busch · 9 years ago
  36. 4af0e21 NVMe: Fix device cleanup on initialization failure by Keith Busch · 9 years ago
  37. d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  38. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  39. d93435c zram: check comp algorithm availability earlier by Sergey Senozhatsky · 9 years ago
  40. 4bbacd5 zram: cut trailing newline in algorithm name by Sergey Senozhatsky · 9 years ago
  41. 17162f4 zram: cosmetic zram_bvec_write() cleanup by Sergey Senozhatsky · 9 years ago
  42. 6566d1a zram: add dynamic device add/remove functionality by Sergey Senozhatsky · 9 years ago
  43. f405c44 zram: close race by open overriding by Sergey Senozhatsky · 9 years ago
  44. 92ff152 zram: return zram device_id from zram_add() by Sergey Senozhatsky · 9 years ago
  45. b31177f zram: trivial: correct flag operations comment by Sergey Senozhatsky · 9 years ago
  46. d12b63c zram: report every added and removed device by Sergey Senozhatsky · 9 years ago
  47. c3cdb40 zram: remove max_num_devices limitation by Sergey Senozhatsky · 9 years ago
  48. 522698d zram: reorganize code layout by Sergey Senozhatsky · 9 years ago
  49. 85508ec zram: use idr instead of `zram_devices' array by Sergey Senozhatsky · 9 years ago
  50. 3bca3ef zram: cosmetic ZRAM_ATTR_RO code formatting tweak by Sergey Senozhatsky · 9 years ago
  51. 9e65bf6 zram: remove obsolete ZRAM_DEBUG option by Marcin Jabrzyk · 9 years ago
  52. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  53. 6a398a3 Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  54. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  55. b558418 rbd: queue_depth map option by Ilya Dryomov · 9 years ago
  56. d147543 rbd: store rbd_options in rbd_device by Ilya Dryomov · 9 years ago
  57. 210c104 rbd: terminate rbd_opts_tokens with Opt_err by Ilya Dryomov · 9 years ago
  58. d3834fe rbd: bump queue_max_segments by Ilya Dryomov · 9 years ago
  59. 2894e1d rbd: timeout watch teardown on unmap with mount_timeout by Ilya Dryomov · 9 years ago
  60. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  61. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  62. 18da2c9 libnvdimm, pmem: move pmem to drivers/nvdimm/ by Dan Williams · 9 years ago
  63. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  64. 98f57c5 mtip32xx: Fix accessing freed memory by Selvan Mani · 9 years ago
  65. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  66. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  67. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  68. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. a9b54bb drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising by Bob Liu · 9 years ago
  70. 51ef72b block: nvme-scsi: Catch kcalloc failure by Axel Lin · 9 years ago
  71. 71feb36 NVMe: Fix IO for extended metadata formats by Keith Busch · 9 years ago
  72. e112af0 nvme: don't overwrite req->cmd_flags on sync cmd by Matias Bjørling · 9 years ago
  73. 6684fa1 block/xen-blkback: s/nr_pages/nr_segs/ by Julien Grall · 9 years ago
  74. ee4b717 block/xen-blkfront: Remove invalid comment by Julien Grall · 9 years ago
  75. db26a68 block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQS by Julien Grall · 9 years ago
  76. 2f17d71 mtip32xx: increase wait time for hba reset by Asai Thambi SP · 9 years ago
  77. 7578726 mtip32xx: fix minor number by Asai Thambi SP · 9 years ago
  78. 284eb9a mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() by Asai Thambi SP · 9 years ago
  79. 2132a54 mtip32xx: fix crash on surprise removal of the drive by Asai Thambi SP · 9 years ago
  80. 686d8e0 mtip32xx: Abort I/O during secure erase operation by Asai Thambi SP · 9 years ago
  81. ee04bed mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT by Asai Thambi SP · 9 years ago
  82. a7806fa mtip32xx: remove unused variable 'port->allocated' by Asai Thambi SP · 9 years ago
  83. 02b4826 mtip32xx: fix rmmod issue by Asai Thambi SP · 9 years ago
  84. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  85. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. b6f2098 block: pmem: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  87. d7ad41a zram: clear disk io accounting when reset zram device by Weijie Yang · 9 years ago
  88. de66720 block/ps3vram: Remove obsolete reference to MTD by Geert Uytterhoeven · 9 years ago
  89. e7bdd17 block/ps3vram: Fix sparse warnings by Geoff Levand · 9 years ago
  90. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  91. 957561e drivers/block/pmem: Map NVDIMM in Write-Through mode by Toshi Kani · 9 years ago
  92. 86839c5 xen/block: add multi-page ring support by Bob Liu · 9 years ago
  93. 8ab0144 driver: xen-blkfront: move talk_to_blkback to a more suitable place by Bob Liu · 9 years ago
  94. 69b91ed drivers: xen-blkback: delay pending_req allocation to connect_ring by Bob Liu · 9 years ago
  95. a5768aa NVMe: Automatic namespace rescan by Keith Busch · 9 years ago
  96. 36a7e99 NVMe: Memory barrier before queue_count is incremented by Jon Derrick · 9 years ago
  97. 4cc0652 NVMe: add sysfs and ioctl controller reset by Keith Busch · 9 years ago
  98. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  99. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  100. 8b70f45 null_blk: restart request processing on completion handler by Akinobu Mita · 9 years ago