1. 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
  2. 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
  3. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  4. d93435c zram: check comp algorithm availability earlier by Sergey Senozhatsky · 9 years ago
  5. 4bbacd5 zram: cut trailing newline in algorithm name by Sergey Senozhatsky · 9 years ago
  6. 17162f4 zram: cosmetic zram_bvec_write() cleanup by Sergey Senozhatsky · 9 years ago
  7. 6566d1a zram: add dynamic device add/remove functionality by Sergey Senozhatsky · 9 years ago
  8. f405c44 zram: close race by open overriding by Sergey Senozhatsky · 9 years ago
  9. 92ff152 zram: return zram device_id from zram_add() by Sergey Senozhatsky · 9 years ago
  10. b31177f zram: trivial: correct flag operations comment by Sergey Senozhatsky · 9 years ago
  11. d12b63c zram: report every added and removed device by Sergey Senozhatsky · 9 years ago
  12. c3cdb40 zram: remove max_num_devices limitation by Sergey Senozhatsky · 9 years ago
  13. 522698d zram: reorganize code layout by Sergey Senozhatsky · 9 years ago
  14. 85508ec zram: use idr instead of `zram_devices' array by Sergey Senozhatsky · 9 years ago
  15. 3bca3ef zram: cosmetic ZRAM_ATTR_RO code formatting tweak by Sergey Senozhatsky · 9 years ago
  16. 9e65bf6 zram: remove obsolete ZRAM_DEBUG option by Marcin Jabrzyk · 9 years ago
  17. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  18. 6a398a3 Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  19. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  20. 18da2c9 libnvdimm, pmem: move pmem to drivers/nvdimm/ by Dan Williams · 9 years ago
  21. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  22. 98f57c5 mtip32xx: Fix accessing freed memory by Selvan Mani · 9 years ago
  23. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  24. 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
  25. 51ef72b block: nvme-scsi: Catch kcalloc failure by Axel Lin · 9 years ago
  26. 71feb36 NVMe: Fix IO for extended metadata formats by Keith Busch · 9 years ago
  27. e112af0 nvme: don't overwrite req->cmd_flags on sync cmd by Matias Bjørling · 9 years ago
  28. 2f17d71 mtip32xx: increase wait time for hba reset by Asai Thambi SP · 10 years ago
  29. 7578726 mtip32xx: fix minor number by Asai Thambi SP · 10 years ago
  30. 284eb9a mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll() by Asai Thambi SP · 10 years ago
  31. 2132a54 mtip32xx: fix crash on surprise removal of the drive by Asai Thambi SP · 10 years ago
  32. 686d8e0 mtip32xx: Abort I/O during secure erase operation by Asai Thambi SP · 10 years ago
  33. ee04bed mtip32xx: fix incorrectly setting MTIP_DDF_SEC_LOCK_BIT by Asai Thambi SP · 10 years ago
  34. a7806fa mtip32xx: remove unused variable 'port->allocated' by Asai Thambi SP · 10 years ago
  35. 02b4826 mtip32xx: fix rmmod issue by Asai Thambi SP · 10 years ago
  36. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  37. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  38. b6f2098 block: pmem: Add dependency on HAS_IOMEM by Richard Weinberger · 10 years ago
  39. d7ad41a zram: clear disk io accounting when reset zram device by Weijie Yang · 9 years ago
  40. de66720 block/ps3vram: Remove obsolete reference to MTD by Geert Uytterhoeven · 9 years ago
  41. e7bdd17 block/ps3vram: Fix sparse warnings by Geoff Levand · 9 years ago
  42. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  43. 957561e drivers/block/pmem: Map NVDIMM in Write-Through mode by Toshi Kani · 9 years ago
  44. a5768aa NVMe: Automatic namespace rescan by Keith Busch · 9 years ago
  45. 36a7e99 NVMe: Memory barrier before queue_count is incremented by Jon Derrick · 9 years ago
  46. 4cc0652 NVMe: add sysfs and ioctl controller reset by Keith Busch · 9 years ago
  47. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  48. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 10 years ago
  49. 8b70f45 null_blk: restart request processing on completion handler by Akinobu Mita · 9 years ago
  50. 419c21a null_blk: prevent timer handler running on a different CPU where started by Akinobu Mita · 9 years ago
  51. 4248322 NVMe: Remove hctx reliance for multi-namespace by Keith Busch · 9 years ago
  52. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 10 years ago
  53. 9f4ba6b paride: use new parport device model by Sudip Mukherjee · 10 years ago
  54. b9ea9dc cciss: correct the non-resettable board list by Tomas Henzl · 10 years ago
  55. c854c38 cciss: remove duplicate entries from board_type struct by Tomas Henzl · 10 years ago
  56. 75619bf NVMe: End sync requests immediately on failure by Keith Busch · 9 years ago
  57. f4ff414 NVMe: Use requested sync command timeout by Keith Busch · 9 years ago
  58. fec558b NVMe: fix type warning on 32-bit by Arnd Bergmann · 10 years ago
  59. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  60. a0a931d NVMe: Fix obtaining command result by Keith Busch · 10 years ago
  61. d29ec82 nvme: submit internal commands through the block layer by Christoph Hellwig · 10 years ago
  62. 772ce43 nvme: fail SCSI read/write command with unsupported protection bit by Christoph Hellwig · 10 years ago
  63. 9085176 nvme: report the DPOFUA in MODE_SENSE by Christoph Hellwig · 10 years ago
  64. cbbb7a2 nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code by Christoph Hellwig · 10 years ago
  65. 3726897 nvme: first round at deobsfucating the SCSI translation code by Christoph Hellwig · 10 years ago
  66. e61b0a8 nvme: fix scsi translation error handling by Christoph Hellwig · 10 years ago
  67. b90c48d nvme: split nvme_trans_send_fw_cmd by Christoph Hellwig · 10 years ago
  68. e75ec75 nvme: store a struct device pointer in struct nvme_dev by Christoph Hellwig · 10 years ago
  69. f705f83 nvme: consolidate synchronous command submission helpers by Christoph Hellwig · 10 years ago
  70. 6a92700 loop: remove (now) unused 'out' label by Jens Axboe · 10 years ago
  71. 9dcd137 block: nbd: convert to blkdev_reread_part() by Ming Lei · 10 years ago
  72. 06f0e9e block: loop: fix another reread part failure by Ming Lei · 10 years ago
  73. f893366 block: loop: don't hold lo_ctl_mutex in lo_open by Ming Lei · 10 years ago
  74. cddcd72 nvme: disable irqs in nvme_freeze_queues by Christoph Hellwig · 10 years ago
  75. 8a0ee3b cciss: correct the non-resettable board list by Tomas Henzl · 10 years ago
  76. 5aea328 cciss: remove duplicate entries from board_type struct by Tomas Henzl · 10 years ago
  77. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. 3fd61b2 nvme: fix kernel memory corruption with short INQUIRY buffers by Christoph Hellwig · 10 years ago
  79. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  80. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  81. 0e1dc42 Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  82. 99ebbd3 revert "zram: move compact_store() to sysfs functions area" by Andrew Morton · 10 years ago
  83. 4d4e41a block: loop: avoiding too many pending per work I/O by Ming Lei · 10 years ago
  84. f4aa4c7 block: loop: convert to per-device workqueue by Ming Lei · 10 years ago
  85. 9dc6c80 nbd: stop using req->cmd by Christoph Hellwig · 10 years ago
  86. 4f8c951 block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV by Christoph Hellwig · 10 years ago
  87. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 10 years ago
  88. 6cd18e7 block: destroy bdi before blockdev is unregistered. by NeilBrown · 10 years ago
  89. b44166c xen/grant: introduce func gnttab_unmap_refs_sync() by Bob Liu · 10 years ago
  90. 325d73b xen/blkback: safely unmap purge persistent grants by Bob Liu · 10 years ago
  91. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  92. 9283b42 NVMe: Fix VPD B0 max sectors translation by Keith Busch · 10 years ago
  93. 1204c46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  94. f77303b rbd: rbd_wq comment is obsolete by Ilya Dryomov · 10 years ago
  95. d8a2c89 rbd: mark block queue as non-rotational by Ilya Dryomov · 10 years ago
  96. 1fe4802 rbd: be more informative on -ENOENT failures by Ilya Dryomov · 10 years ago
  97. 34a984f Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  99. a39ef1a Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  100. 7d69cff Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago