1. 93b27e7 blk: use non-rescuing bioset for q->bio_split. by NeilBrown · 7 years ago
  2. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 7 years ago
  3. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  4. af67c31 blk: remove bio_set arg from blk_queue_split() by NeilBrown · 7 years ago
  5. e4cdf1a blk-mq: remove __blk_mq_alloc_request by Christoph Hellwig · 7 years ago
  6. 5bbf4e5 blk-mq-sched: unify request prepare methods by Christoph Hellwig · 7 years ago
  7. 44e8c2b blk-mq: refactor blk_mq_sched_assign_ioc by Christoph Hellwig · 7 years ago
  8. 9f21073 bfq-iosched: fix NULL ioc check in bfq_get_rq_private by Christoph Hellwig · 7 years ago
  9. 037cebb blk-mq: streamline blk_mq_get_request by Christoph Hellwig · 7 years ago
  10. 6af5405 blk-mq: simplify blk_mq_free_request by Christoph Hellwig · 7 years ago
  11. 7b9e936 blk-mq-sched: unify request finished methods by Christoph Hellwig · 7 years ago
  12. ea511e3 blk-mq: remove blk_mq_sched_{get,put}_rq_priv by Christoph Hellwig · 7 years ago
  13. d2c0d38 blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c by Christoph Hellwig · 7 years ago
  14. 6e15cf2 blk-mq: mark blk_mq_rq_ctx_init static by Christoph Hellwig · 7 years ago
  15. b2ee7d4 loop: Add PF_LESS_THROTTLE to block/loop device thread. by NeilBrown · 7 years ago
  16. c27b2d6 Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/block by Jens Axboe · 7 years ago
  17. cc3f2e9 block: swim3: make of_device_ids const. by Arvind Yadav · 7 years ago
  18. a462b95 block: Dedicated error code fixups by Bart Van Assche · 8 years ago
  19. 6b8190d nvme: implement NS Optimal IO Boundary from 1.3 Spec by Scott Bauer · 8 years ago
  20. 8fa6112 nvme: don't hard code size of struct t10_pi_tuple by Sagi Grimberg · 8 years ago
  21. 39bdc59 nvme: no need to wait for the reset when keepalive fails by Christoph Hellwig · 8 years ago
  22. d86c4d8 nvme: move reset workqueue handling to common code by Christoph Hellwig · 8 years ago
  23. 0350815 nvme-pci: merge init_request methods by Christoph Hellwig · 8 years ago
  24. 62b83b1 nvme-loop: merge init_request methods by Christoph Hellwig · 8 years ago
  25. 76f983c nvme-fc: merge init_request methods by Christoph Hellwig · 8 years ago
  26. 385475e nvme-rdma: merge init_request and exit_request methods by Christoph Hellwig · 8 years ago
  27. ebe6d87 nvme: move protection information check into nvme_setup_rw by Christoph Hellwig · 8 years ago
  28. b3b1b0b nvme: mark shutdown_timeout static by Christoph Hellwig · 8 years ago
  29. bb472ba nvme-rdma: fix error code in nvme_rdma_create_ctrl() by Dan Carpenter · 8 years ago
  30. 97ddc36e nvmf: keep track of nvmet connect error status by Guan Junxiong · 8 years ago
  31. 435e809 nvme: add fields into identify controller data structure by Guan Junxiong · 8 years ago
  32. 1b63327 nvmet-fc: Remove a set-but-not-used variable by Bart Van Assche · 8 years ago
  33. f0425db nvme: use ctrl->device consistently for logging by Johannes Thumshirn · 8 years ago
  34. c61d788 nvmet: allow overriding the NVMe VS via configfs by Johannes Thumshirn · 8 years ago
  35. 430c7be nvmet: add uuid field to nvme_ns and populate via configfs by Johannes Thumshirn · 8 years ago
  36. 637dc0f nvmet: implement namespace identify descriptor list by Johannes Thumshirn · 8 years ago
  37. d934f98 nvme: provide UUID value to userspace by Johannes Thumshirn · 8 years ago
  38. 3b22ba2 nvme: get list of namespace descriptors by Johannes Thumshirn · 8 years ago
  39. 90985b8 nvme: rename uuid to nguid in nvme_ns by Johannes Thumshirn · 8 years ago
  40. af8b86e nvme: introduce NVMe Namespace Identification Descriptor structures by Johannes Thumshirn · 8 years ago
  41. 0add5e8 nvmet: use NVME_IDENTIFY_DATA_SIZE by Johannes Thumshirn · 8 years ago
  42. 0945e56 scatterlist: add sg_zero_buffer() helper by Johannes Thumshirn · 8 years ago
  43. d19d4c8 nvme-pci: remove redundant includes by Sagi Grimberg · 8 years ago
  44. b2a0eb1 nvme-pci: Remove watchdog timer by Keith Busch · 8 years ago
  45. 97f6ef6 nvme-pci: remap BAR0 to cover admin CQ doorbell for large stride by Xu Yu · 8 years ago
  46. fdf9dfa nvme: move nr_reconnects to nvme_ctrl by Sagi Grimberg · 8 years ago
  47. c669ccd nvme: queue ns scanning and async request from nvme_wq by Sagi Grimberg · 8 years ago
  48. 9a6327d nvme: Move transports to use nvme-core workqueue by Sagi Grimberg · 8 years ago
  49. c58bd1b nvme: Don't allow to reset a reconnecting controller by Sagi Grimberg · 8 years ago
  50. b282a88 nvme-rdma: Get rid of CONNECTED state by Sagi Grimberg · 8 years ago
  51. abf87d5 nvme-rdma: rework rdma connection establishment error path by Sagi Grimberg · 8 years ago
  52. ca6e95b nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical by Sagi Grimberg · 8 years ago
  53. c8295d1 nvme-rdma: Don't rearm the CQ when polling directly by Sagi Grimberg · 8 years ago
  54. dc5bc6a nvme-rdma: Make queue flags bit numbers and not shifts by Sagi Grimberg · 8 years ago
  55. 3dee63c nvme-rdma: get rid of unused ctrl lock by Sagi Grimberg · 8 years ago
  56. a29001c nvme-loop: get rid of unused controller lock by Sagi Grimberg · 8 years ago
  57. 87ad72a nvme-pci: implement host memory buffer support by Christoph Hellwig · 8 years ago
  58. 047385b dm: missing break in process_queued_bios() by Dan Carpenter · 8 years ago
  59. fe6d53c nvme: save hmpre and hmmin in struct nvme_ctrl by Christoph Hellwig · 8 years ago
  60. b85cf73 nvme.h: add dword 12 - 15 fields to struct nvme_features by Arnav Dawn · 8 years ago
  61. 39673e1 nvme.h: add struct nvme_host_mem_buf_desc and HMB flags by Christoph Hellwig · 8 years ago
  62. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  63. f06345a blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly() by Jens Axboe · 8 years ago
  64. a104c9f nvme-rdma: fix merge error by Christoph Hellwig · 8 years ago
  65. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  66. 32c1431 Linux 4.12-rc5 by Linus Torvalds · 8 years ago
  67. 3262764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  68. 6d53cef compiler, clang: properly override 'inline' for clang by Linus Torvalds · 8 years ago
  69. 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
  70. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. ef918d3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  76. 8f56821 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  77. 9d66af6 Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  78. 9d0eb46 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  79. 9bc1f09 KVM: async_pf: avoid async pf injection when in guest mode by Wanpeng Li · 8 years ago
  80. 4d801cc hexagon: Use raw_copy_to_user by Guenter Roeck · 8 years ago
  81. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  82. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  83. ac1a14a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 45b44f0 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 6b7ed45 Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. f701d86 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 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
  88. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 8 years ago
  89. 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
  90. c7a1aef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  91. 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
  92. 42211f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  93. 39e4edf Merge tag 'sound-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  94. 6107cc5 Merge tag 'drm-fixes-for-v4.12-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  95. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 8 years ago
  96. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 8 years ago
  97. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 8 years ago
  98. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 8 years ago
  99. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 8 years ago
  100. 414cf71 fix ufs_isblockset() by Al Viro · 8 years ago