1. 0486737 dm mpath: add DM device name to Failing/Reinstating path log messages by Mike Snitzer · 4 years, 8 months ago
  2. 4c3f483 dm mpath: enhance queue_if_no_path debugging by Mike Snitzer · 4 years, 8 months ago
  3. 553ec94 dm mpath: restrict queue_if_no_path state machine by Mike Snitzer · 4 years, 8 months ago
  4. a862e4e dm mpath: simplify __must_push_back by Mike Snitzer · 4 years, 8 months ago
  5. 27d49ac dm zoned: check superblock location by Hannes Reinecke · 4 years, 8 months ago
  6. 2094045 dm zoned: prefer full zones for reclaim by Hannes Reinecke · 4 years, 8 months ago
  7. 69875d4 dm zoned: select reclaim zone based on device index by Hannes Reinecke · 4 years, 8 months ago
  8. 22c1ef6 dm zoned: allocate zone by device index by Hannes Reinecke · 4 years, 8 months ago
  9. 4dba128 dm zoned: support arbitrary number of devices by Hannes Reinecke · 4 years, 8 months ago
  10. bd82fda dm zoned: move random and sequential zones into struct dmz_dev by Hannes Reinecke · 4 years, 8 months ago
  11. f97809a dm zoned: per-device reclaim by Hannes Reinecke · 4 years, 8 months ago
  12. 1897981 dm zoned: add metadata pointer to struct dmz_dev by Hannes Reinecke · 4 years, 8 months ago
  13. 8f22272 dm zoned: add device pointer to struct dm_zone by Hannes Reinecke · 4 years, 8 months ago
  14. 5d2c74f dm zoned: allocate temporary superblock for tertiary devices by Hannes Reinecke · 4 years, 8 months ago
  15. a92fbc4 dm zoned: convert to xarray by Hannes Reinecke · 4 years, 8 months ago
  16. aec67b4 dm zoned: add a 'reserved' zone flag by Hannes Reinecke · 4 years, 8 months ago
  17. c3ff479 dm zoned: improve logging messages for reclaim by Hannes Reinecke · 4 years, 8 months ago
  18. 1565929 dm zoned: avoid unnecessary device recalulation for secondary superblock by Hannes Reinecke · 4 years, 8 months ago
  19. 35d0c96 dm zoned: add debugging message for reading superblocks by Hannes Reinecke · 4 years, 8 months ago
  20. 334b4fc dm ebs: use dm_bufio_forget_buffers by Mikulas Patocka · 4 years, 8 months ago
  21. 33a1806 dm bufio: introduce forget_buffer_locked by Mikulas Patocka · 4 years, 8 months ago
  22. 88f878e dm bufio: clean up rbtree block ordering by Mikulas Patocka · 4 years, 8 months ago
  23. 40e9c5a dm integrity: add status line documentation by Mikulas Patocka · 4 years, 8 months ago
  24. a1c979f dm bufio: delete unused and inefficient dm_bufio_discard_buffers by Mikulas Patocka · 4 years, 8 months ago
  25. b4756d4 dm zoned: remove leftover hunk for switching to sequential zones by Hannes Reinecke · 4 years, 8 months ago
  26. a16b7de dm zoned: terminate reclaim on congestion by Hannes Reinecke · 4 years, 8 months ago
  27. c5c7885 dm zoned: start reclaim with sequential zones by Hannes Reinecke · 4 years, 8 months ago
  28. 90a9b86 dm zoned: reclaim random zones when idle by Hannes Reinecke · 4 years, 8 months ago
  29. 34f5aff dm zoned: separate random and cache zones by Hannes Reinecke · 4 years, 8 months ago
  30. 489dc0f dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone by Hannes Reinecke · 4 years, 8 months ago
  31. 42c689f dm zoned: Avoid 64-bit division error in dmz_fixup_devices by Nathan Chancellor · 4 years, 8 months ago
  32. ac75b09f dm: use DMDEBUG macros now that they use pr_debug variants by Mike Snitzer · 4 years, 8 months ago
  33. 49de3b7 dm zoned: remove spurious newlines from debugging messages by Hannes Reinecke · 4 years, 8 months ago
  34. 74244b5 dm: use dynamic debug instead of compile-time config option by Hannes Reinecke · 4 years, 8 months ago
  35. b18ae8d dm: replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  36. bd5c403 dm zoned: metadata version 2 by Hannes Reinecke · 4 years, 8 months ago
  37. dc076c8 dm zoned: ignore metadata zone in dmz_alloc_zone() by Hannes Reinecke · 4 years, 8 months ago
  38. ae3c1f1 dm zoned: Reduce logging output on startup by Hannes Reinecke · 4 years, 8 months ago
  39. ca1a704 dm zoned: add metadata logging functions by Hannes Reinecke · 4 years, 8 months ago
  40. aa821c8 dm zoned: use dmz_zone_to_dev() when handling metadata I/O by Hannes Reinecke · 4 years, 8 months ago
  41. 52d6775 dm zoned: replace 'target' pointer in the bio context by Hannes Reinecke · 4 years, 8 months ago
  42. 6c805f7 dm zoned: remove 'dev' argument from reclaim by Hannes Reinecke · 4 years, 8 months ago
  43. d0e21ce dm zoned: Introduce dmz_dev_is_dying() and dmz_check_dev() by Hannes Reinecke · 4 years, 8 months ago
  44. 2234e73 dm zoned: introduce dmz_metadata_label() to format device name by Hannes Reinecke · 4 years, 8 months ago
  45. 3682056 dm zoned: move fields from struct dmz_dev to dmz_metadata by Hannes Reinecke · 4 years, 8 months ago
  46. bf28a3b dm zoned: store device in struct dmz_sb by Hannes Reinecke · 4 years, 8 months ago
  47. 735bd7e4 dm zoned: use array for superblock zones by Hannes Reinecke · 4 years, 8 months ago
  48. b712287 dm zoned: store zone id within the zone structure and kill dmz_id() by Hannes Reinecke · 4 years, 8 months ago
  49. 90b39d5 dm zoned: add 'message' callback by Hannes Reinecke · 4 years, 8 months ago
  50. bc3d571 dm zoned: add 'status' callback by Hannes Reinecke · 4 years, 8 months ago
  51. 2613eab dm mpath: add Historical Service Time Path Selector by Khazhismel Kumykov · 4 years, 9 months ago
  52. 087615bf dm mpath: pass IO start time to path selector by Gabriel Krisman Bertazi · 4 years, 9 months ago
  53. 48338da dm writecache: improve performance on DDR persistent memory (Optane) by Mikulas Patocka · 4 years, 9 months ago
  54. 499c180 dm writecache: remove superfluous test in persistent_memory_claim by Mikulas Patocka · 4 years, 9 months ago
  55. 9431cf6 dm persistent data: switch exit_ro_spine to return void by Zhiqiang Liu · 4 years, 9 months ago
  56. a86fe8b dm integrity: remove set but not used variables by YueHaibing · 4 years, 9 months ago
  57. a5089a9 dm ebs: pass discards down to underlying device by Heinz Mauelshagen · 4 years, 9 months ago
  58. 6fbeb00 dm bufio: implement discard by Mikulas Patocka · 5 years ago
  59. d3c7b35 dm: add emulated block size target by Heinz Mauelshagen · 4 years, 10 months ago
  60. 2361ae5 dm mpath: switch paths in dm_blk_ioctl() code path by Martin Wilck · 4 years, 9 months ago
  61. 27f5411 dm crypt: support using encrypted keys by Dmitry Baryshkov · 4 years, 9 months ago
  62. 2ef96a5 Linux 5.7-rc5 by Linus Torvalds · 4 years, 8 months ago
  63. c14cab2 Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  64. 8b00083 Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  65. bd2049f Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  66. 27d2dcb Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 8 months ago
  67. 0a85ed6 Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  68. e99332e gcc-10: mark more functions __init to avoid section mismatch warnings by Linus Torvalds · 4 years, 8 months ago
  69. 2e28f3b Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 8 months ago
  70. 1a263ae gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 8 months ago
  71. adc7192 gcc-10: disable 'restrict' warning for now by Linus Torvalds · 4 years, 8 months ago
  72. 5a76021 gcc-10: disable 'stringop-overflow' warning for now by Linus Torvalds · 4 years, 8 months ago
  73. 59c7c3c nvme: fix possible hang when ns scanning fails during error recovery by Sagi Grimberg · 4 years, 9 months ago
  74. a8de6639 nvme-pci: fix "slimmer CQ head update" by Alexey Dobriyan · 4 years, 8 months ago
  75. 6bd87ee bdi: add a ->dev_name field to struct backing_dev_info by Christoph Hellwig · 4 years, 9 months ago
  76. d51cfc5 bdi: use bdi_dev_name() to get device name by Yufen Yu · 4 years, 9 months ago
  77. 4472099 gcc-10: disable 'array-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  78. 5c45de2 gcc-10: disable 'zero-length-bounds' warning for now by Linus Torvalds · 4 years, 8 months ago
  79. 78a5255 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
  80. 1d3962a Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  81. d5eeab8 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 8 months ago
  82. eb24fdd Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 8 months ago
  83. 12ae44a ceph: demote quotarealm lookup warning to a debug message by Luis Henriques · 4 years, 9 months ago
  84. 4334f30 Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 8 months ago
  85. c61529f6 Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 8 months ago
  86. e7a1c73 Merge tag 'staging-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 4 years, 8 months ago
  87. cbd0e48 Merge tag 'tty-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 8 months ago
  88. 0a0b96b Merge tag 'usb-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 8 months ago
  89. 775a8e0 Merge tag 'drm-fixes-2020-05-08' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 8 months ago
  90. af38553 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  91. fb3637a iommu/virtio: Reverse arguments to list_add by Julia Lawall · 4 years, 9 months ago
  92. a9fe6f18 Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 8 months ago
  93. c61b0b9 Merge tag 'amd-drm-fixes-5.7-2020-05-06' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 8 months ago
  94. 79dede7 Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 8 months ago
  95. 14f6914 mm: limit boost_watermark on small zones by Henry Willard · 4 years, 8 months ago
  96. 8d58f22 ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST by Kees Cook · 4 years, 8 months ago
  97. 17e3452 mm/vmscan: remove unnecessary argument description of isolate_lru_pages() by Qiwu Chen · 4 years, 8 months ago
  98. 412895f epoll: atomically remove wait entry on wake up by Roman Penyaev · 4 years, 8 months ago
  99. 474328c kselftests: introduce new epoll60 testcase for catching lost wakeups by Roman Penyaev · 4 years, 8 months ago
  100. 28307d9 percpu: make pcpu_alloc() aware of current gfp context by Filipe Manana · 4 years, 8 months ago