1. e83d776 nvme: only use power of two io boundaries by Keith Busch · 4 years, 7 months ago
  2. 192f6c2 nvme: fix controller instance leak by Keith Busch · 4 years, 7 months ago
  3. 70e3798 nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()' by Christophe JAILLET · 4 years, 7 months ago
  4. 7cd49f7 nvme: Fix NULL dereference for pci nvme controllers by Sagi Grimberg · 4 years, 7 months ago
  5. 2362acb nvme-rdma: fix reset hang if controller died in the middle of a reset by Sagi Grimberg · 4 years, 8 months ago
  6. 0475a8d nvme-rdma: fix timeout handler by Sagi Grimberg · 4 years, 8 months ago
  7. 5110f40 nvme-rdma: serialize controller teardown sequences by Sagi Grimberg · 4 years, 7 months ago
  8. e5c01f4 nvme-tcp: fix reset hang if controller died in the middle of a reset by Sagi Grimberg · 4 years, 8 months ago
  9. 236187c nvme-tcp: fix timeout handler by Sagi Grimberg · 4 years, 8 months ago
  10. d4d6147 nvme-tcp: serialize controller teardown sequences by Sagi Grimberg · 4 years, 7 months ago
  11. 7cf0d7c nvme: have nvme_wait_freeze_timeout return if it timed out by Sagi Grimberg · 4 years, 8 months ago
  12. d7144f5 nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance by Sagi Grimberg · 4 years, 7 months ago
  13. a6ce7d7 nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu by Ziye Yang · 4 years, 7 months ago
  14. a433d72 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9 by Jens Axboe · 4 years, 7 months ago
  15. 6af10a3 md/raid5: make sure stripe_size as power of two by Yufen Yu · 4 years, 7 months ago
  16. 79e5dc5 loop: Set correct device size when using LOOP_CONFIGURE by Martijn Coenen · 4 years, 7 months ago
  17. acb19e1 nbd: restore default timeout when setting it to zero by Hou Pu · 4 years, 7 months ago
  18. 2d62e6b null_blk: fix passing of REQ_FUA flag in null_handle_rq by Hou Pu · 4 years, 7 months ago
  19. 0d3b6a8 nvmet: Disable keep-alive timer when kato is cleared to 0h by Amit Engel · 4 years, 7 months ago
  20. 5eac5f3 nvme: redirect commands on dying queue by Chao Leng · 4 years, 7 months ago
  21. 1e41f3b nvme: just check the status code type in nvme_is_path_error by Christoph Hellwig · 4 years, 7 months ago
  22. 5ddaabe nvme: refactor command completion by Christoph Hellwig · 4 years, 7 months ago
  23. 2eb81a3 nvme: rename and document nvme_end_request by Christoph Hellwig · 4 years, 7 months ago
  24. c41ad98 nvme: skip noiob for zoned devices by Keith Busch · 4 years, 7 months ago
  25. c61b82c nvme-pci: fix PRP pool size by Christoph Hellwig · 4 years, 7 months ago
  26. 7442ddc nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth by John Garry · 4 years, 7 months ago
  27. ecbcdf0 nvme: Use spin_lock_irq() when taking the ctrl->lock by Logan Gunthorpe · 4 years, 7 months ago
  28. 7ee51cf nvmet: call blk_mq_free_request() directly by Chaitanya Kulkarni · 4 years, 7 months ago
  29. a2138fd nvmet: fix oops in pt cmd execution by Chaitanya Kulkarni · 4 years, 7 months ago
  30. 4db69a3 nvmet: add ns tear down label for pt-cmd handling by Chaitanya Kulkarni · 4 years, 7 months ago
  31. e398863 nvme: multipath: round-robin: eliminate "fallback" variable by Martin Wilck · 4 years, 7 months ago
  32. 93eb038 nvme: multipath: round-robin: fix single non-optimized path case by Martin Wilck · 4 years, 7 months ago
  33. f34448cd nvme-fc: Fix wrong return value in __nvme_fc_init_request() by Tianjia Zhang · 4 years, 8 months ago
  34. 0ceeab9 nvmet-passthru: Reject commands with non-sgl flags set by Logan Gunthorpe · 4 years, 8 months ago
  35. 382fee1 nvmet: fix a memory leak by Sagi Grimberg · 4 years, 8 months ago
  36. 27029b4 blkcg: fix memleak for iolatency by Yufen Yu · 4 years, 7 months ago
  37. 0c8b9c3 MAINTAINERS: Add missing header files to BLOCK LAYER section by Geert Uytterhoeven · 4 years, 7 months ago
  38. e4b469c block: fix get_max_io_size() by Keith Busch · 4 years, 7 months ago
  39. db03f88 blk-mq: insert request not through ->queue_rq into sw/scheduler queue by Ming Lei · 4 years, 7 months ago
  40. 17bc103 block/rnbd: Ensure err is always initialized in process_rdma by Nathan Chancellor · 4 years, 7 months ago
  41. 2de791a bfq: fix blkio cgroup leakage v4 by Dmitry Monakhov · 4 years, 7 months ago
  42. d816651 block: Fix page_is_mergeable() for compound pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  43. af822aa block: virtio_blk: fix handling single range discard request by Ming Lei · 4 years, 7 months ago
  44. 943b40c block: respect queue limit of max discard segment by Ming Lei · 4 years, 7 months ago
  45. bcb21c8 block: loop: set discard granularity and alignment for block device backed loop by Ming Lei · 4 years, 7 months ago
  46. d7d8535 blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART by Ming Lei · 4 years, 7 months ago
  47. 03ef594 bsg-lib: convert comma to semicolon by Xu Wang · 4 years, 7 months ago
  48. 26bfeb2 block: blk-mq.c: fix @at_head kernel-doc warning by Randy Dunlap · 4 years, 7 months ago
  49. 9123e3a Linux 5.9-rc1 by Linus Torvalds · 4 years, 7 months ago
  50. 2cc3c4b Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  51. 6f6aea7 parisc: fix PMD pages allocation by restoring pmd_alloc_one() by Mike Rapoport · 4 years, 7 months ago
  52. 4b6c093 Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  53. d84835b1 Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  54. 5bbec3c Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh by Linus Torvalds · 4 years, 7 months ago
  55. f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 7 months ago
  56. d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 7 months ago
  57. 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 7 months ago
  58. 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  59. 1195d58 Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  60. 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  61. eb1319a Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  62. 410520d0 Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 7 months ago
  63. f6513bd Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  64. 37711e5 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 7 months ago
  65. 6ffdcde Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 7 months ago
  66. b07175d Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 4 years, 7 months ago
  67. 341323f Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  68. 1a5d9db Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 7 months ago
  69. 884e0d3 Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 7 months ago
  70. 18737f4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  71. fe0580a virtio: pci: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  72. 58184e9 ntb: intel: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  73. 5ca6ad7 rtl818x: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  74. 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 7 months ago
  75. f9e7ff9 sh: use generic strncpy() by Kuninori Morimoto · 4 years, 7 months ago
  76. a8e3943 sh: clkfwk: remove r8/r16/r32 by Kuninori Morimoto · 4 years, 7 months ago
  77. 7f897ac include/asm-generic/vmlinux.lds.h: align ro_after_init by Romain Naour · 4 years, 7 months ago
  78. c403f6a mm: annotate a data race in page_zonenum() by Qian Cai · 4 years, 7 months ago
  79. 7e0cc01 mm/swap.c: annotate data races for lru_rotate_pvecs by Qian Cai · 4 years, 7 months ago
  80. 9c1177b mm/rmap: annotate a data race at tlb_flush_batched by Qian Cai · 4 years, 7 months ago
  81. abe1de4 mm/mempool: fix a data race in mempool_free() by Qian Cai · 4 years, 7 months ago
  82. a1f4593 mm/list_lru: fix a data race in list_lru_count_one by Qian Cai · 4 years, 7 months ago
  83. e0e3f42 mm/memcontrol: fix a data race in scan count by Qian Cai · 4 years, 7 months ago
  84. 6e4bd50 mm/page_counter: fix various data races at memsw by Qian Cai · 4 years, 7 months ago
  85. a449bf5 mm/swapfile: fix and annotate various data races by Qian Cai · 4 years, 7 months ago
  86. e630bfa mm/filemap.c: fix a data race in filemap_fault() by Kirill A. Shutemov · 4 years, 7 months ago
  87. b96a3db mm/swap_state: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  88. 7b37e22 mm/page_io: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  89. 96bdd2b mm/frontswap: mark various intentional data races by Qian Cai · 4 years, 7 months ago
  90. 69d0b54 mm/kmemleak: silence KCSAN splats in checksum by Qian Cai · 4 years, 7 months ago
  91. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 7 months ago
  92. c734124 fs: autofs: delete repeated words in comments by Randy Dunlap · 4 years, 7 months ago
  93. ee6c400 mm: introduce offset_in_thp by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  94. 2be1d71 mm: add thp_head by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  95. 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  96. af3bbc1 mm: add thp_size by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  97. 6ffbb45 mm: add thp_order by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  98. 4190156 mm: move page-flags include to top of file by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  99. 1378a5e mm: store compound_nr as well as compound_order by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  100. 14a36a4 mailmap: add entry for Greg Kurz by Greg Kurz · 4 years, 7 months ago