1. 9b10f6a block: remove bio_clone() and all references. by NeilBrown · 8 years ago
  2. 5a136fd bcache: use kmalloc to allocate bio in bch_data_verify() by NeilBrown · 8 years ago
  3. 4559fa5 xen-blkfront: remove bio splitting. by NeilBrown · 8 years ago
  4. b25d523 lightnvm/pblk-read: use bio_clone_fast() by NeilBrown · 8 years ago
  5. a1d9140 pktcdvd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 8 years ago
  6. 8cb0def drbd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 8 years ago
  7. f856dc3 rbd: use bio_clone_fast() instead of bio_clone() by NeilBrown · 8 years ago
  8. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 8 years ago
  9. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  10. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 8 years ago
  11. b2ee7d4 loop: Add PF_LESS_THROTTLE to block/loop device thread. by NeilBrown · 8 years ago
  12. c27b2d6 Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block by Jens Axboe · 8 years ago
  13. cc3f2e9 block: swim3: make of_device_ids const. by Arvind Yadav · 8 years ago
  14. 6b8190d nvme: implement NS Optimal IO Boundary from 1.3 Spec by Scott Bauer · 8 years ago
  15. 8fa6112 nvme: don't hard code size of struct t10_pi_tuple by Sagi Grimberg · 8 years ago
  16. 39bdc59 nvme: no need to wait for the reset when keepalive fails by Christoph Hellwig · 8 years ago
  17. d86c4d8 nvme: move reset workqueue handling to common code by Christoph Hellwig · 8 years ago
  18. 0350815 nvme-pci: merge init_request methods by Christoph Hellwig · 8 years ago
  19. 62b83b1 nvme-loop: merge init_request methods by Christoph Hellwig · 8 years ago
  20. 76f983c nvme-fc: merge init_request methods by Christoph Hellwig · 8 years ago
  21. 385475e nvme-rdma: merge init_request and exit_request methods by Christoph Hellwig · 8 years ago
  22. ebe6d87 nvme: move protection information check into nvme_setup_rw by Christoph Hellwig · 8 years ago
  23. b3b1b0b nvme: mark shutdown_timeout static by Christoph Hellwig · 8 years ago
  24. bb472ba nvme-rdma: fix error code in nvme_rdma_create_ctrl() by Dan Carpenter · 8 years ago
  25. 97ddc36e nvmf: keep track of nvmet connect error status by Guan Junxiong · 8 years ago
  26. 1b63327 nvmet-fc: Remove a set-but-not-used variable by Bart Van Assche · 8 years ago
  27. f0425db nvme: use ctrl->device consistently for logging by Johannes Thumshirn · 8 years ago
  28. c61d788 nvmet: allow overriding the NVMe VS via configfs by Johannes Thumshirn · 8 years ago
  29. 430c7be nvmet: add uuid field to nvme_ns and populate via configfs by Johannes Thumshirn · 8 years ago
  30. 637dc0f nvmet: implement namespace identify descriptor list by Johannes Thumshirn · 8 years ago
  31. d934f98 nvme: provide UUID value to userspace by Johannes Thumshirn · 8 years ago
  32. 3b22ba2 nvme: get list of namespace descriptors by Johannes Thumshirn · 8 years ago
  33. 90985b8 nvme: rename uuid to nguid in nvme_ns by Johannes Thumshirn · 8 years ago
  34. 0add5e8 nvmet: use NVME_IDENTIFY_DATA_SIZE by Johannes Thumshirn · 8 years ago
  35. d19d4c8 nvme-pci: remove redundant includes by Sagi Grimberg · 8 years ago
  36. b2a0eb1 nvme-pci: Remove watchdog timer by Keith Busch · 8 years ago
  37. 97f6ef6 nvme-pci: remap BAR0 to cover admin CQ doorbell for large stride by Xu Yu · 8 years ago
  38. fdf9dfa nvme: move nr_reconnects to nvme_ctrl by Sagi Grimberg · 8 years ago
  39. c669ccd nvme: queue ns scanning and async request from nvme_wq by Sagi Grimberg · 8 years ago
  40. 9a6327d nvme: Move transports to use nvme-core workqueue by Sagi Grimberg · 8 years ago
  41. c58bd1b nvme: Don't allow to reset a reconnecting controller by Sagi Grimberg · 8 years ago
  42. b282a88d nvme-rdma: Get rid of CONNECTED state by Sagi Grimberg · 8 years ago
  43. abf87d5 nvme-rdma: rework rdma connection establishment error path by Sagi Grimberg · 8 years ago
  44. ca6e95b nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical by Sagi Grimberg · 8 years ago
  45. c8295d1 nvme-rdma: Don't rearm the CQ when polling directly by Sagi Grimberg · 8 years ago
  46. dc5bc6a nvme-rdma: Make queue flags bit numbers and not shifts by Sagi Grimberg · 8 years ago
  47. 3dee63c nvme-rdma: get rid of unused ctrl lock by Sagi Grimberg · 8 years ago
  48. a29001c nvme-loop: get rid of unused controller lock by Sagi Grimberg · 8 years ago
  49. 87ad72a nvme-pci: implement host memory buffer support by Christoph Hellwig · 8 years ago
  50. 047385b dm: missing break in process_queued_bios() by Dan Carpenter · 8 years ago
  51. fe6d53c nvme: save hmpre and hmmin in struct nvme_ctrl by Christoph Hellwig · 8 years ago
  52. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  53. a104c9f nvme-rdma: fix merge error by Christoph Hellwig · 8 years ago
  54. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  55. 5ad9345 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  56. f986e31b Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  57. 9cd9cb0 Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  58. 21c9eb7 Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  59. 246baac Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  60. ef918d3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  61. 8f56821 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  62. 9376906 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 179145e Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  64. c7a1aef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  65. 2833b7e Merge tag 'md/4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  66. 42211f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  67. 6107cc5 Merge tag 'drm-fixes-for-v4.12-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  68. eb4125d Merge tag 'for-linus-4.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  69. a0897d5 Input: synaptics-rmi4 - register F03 port as pass-through serio by Dmitry Torokhov · 8 years ago
  70. a92f63c Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  71. 788a73f Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  72. b9d39d1 device-dax: fix 'dax' device filesystem inode destruction crash by Dan Williams · 8 years ago
  73. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  74. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  75. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  76. 1be5690 dm: change ->end_io calling convention by Christoph Hellwig · 8 years ago
  77. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 8 years ago
  78. 14ef1e4 dm mpath: merge do_end_io_bio into multipath_end_io_bio by Christoph Hellwig · 8 years ago
  79. 9966afa dm: fix REQ_RAHEAD handling by Christoph Hellwig · 8 years ago
  80. 10f64ec scsi/osd: don't save block errors into req_results by Christoph Hellwig · 8 years ago
  81. 4017415 nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd by Christoph Hellwig · 8 years ago
  82. 87085ff thermal: int340x_thermal: fix compile after the UUID API switch by Christoph Hellwig · 8 years ago
  83. dc88e34 nbd: set sk->sk_sndtimeo for our sockets by Josef Bacik · 8 years ago
  84. b040ad9 loop: fix error handling regression by Arnd Bergmann · 8 years ago
  85. f4c19ac thermal: int340x_thermal: Switch to use new generic UUID API by Andy Shevchenko · 8 years ago
  86. 792ef14 efi: Fix boot panic because of invalid BGRT image address by Dave Young · 8 years ago
  87. ed45509 cxl: Avoid double free_irq() for psl,slice interrupts by Vaibhav Jain · 8 years ago
  88. fc7a906 gpio: mvebu: fix gpio bank registration when pwm is used by Richard Genoud · 8 years ago
  89. c528eb2 gpio: mvebu: fix blink counter register selection by Richard Genoud · 8 years ago
  90. 6e88007 Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 8 years ago
  91. 3d76917 Merge tag 'drm-intel-fixes-2017-06-08' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  92. b62dba5 Merge tag 'drm-misc-fixes-2017-06-07' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 8 years ago
  93. 97f607f Merge branch 'mediatek-drm-fixes-4.12-rc1' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes by Dave Airlie · 8 years ago
  94. dd44c95 Merge tag 'imx-drm-fixes-2017-06-08' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 8 years ago
  95. 0d22df9 Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. fbd78af Merge branches 'intel_pstate' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  97. f2c6df7 loop: support 4k physical blocksize by Hannes Reinecke · 8 years ago
  98. 51001b7 loop: Remove unused 'bdev' argument from loop_set_capacity by Hannes Reinecke · 8 years ago
  99. 85d0331 Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 8 years ago
  100. ef6c4d7 drm/i915: fix warning for unused variable by Jani Nikula · 8 years ago