1. c183e17 Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 2 months ago
  2. f635237 dm writecache: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 3 months ago
  3. 6dcbb52 dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them by Christoph Hellwig · 3 years, 3 months ago
  4. 8ec4566 dm: update target status functions to support IMA measurement by Tushar Sugandhi · 3 years, 6 months ago
  5. e3a35d0 dm writecache: add event counters by Mikulas Patocka · 3 years, 6 months ago
  6. df699cc dm writecache: report invalid return from writecache_map helpers by Mikulas Patocka · 3 years, 6 months ago
  7. 15cb6f3 dm writecache: further writecache_map() cleanup by Mike Snitzer · 3 years, 6 months ago
  8. 4d020b3 dm writecache: factor out writecache_map_remap_origin() by Mike Snitzer · 3 years, 6 months ago
  9. cdd4d78 dm writecache: split up writecache_map() to improve code readability by Mike Snitzer · 3 years, 6 months ago
  10. 18a6234 dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq by Christoph Hellwig · 3 years, 6 months ago
  11. 5c0de3d dm writecache: make writeback pause configurable by Mikulas Patocka · 3 years, 7 months ago
  12. 95b88f4 dm writecache: pause writeback if cache full and origin being written directly by Mikulas Patocka · 3 years, 7 months ago
  13. 611c3e1 dm writecache: add optional "metadata_only" parameter by Mikulas Patocka · 3 years, 7 months ago
  14. 867de40 dm writecache: write at least 4k when committing by Mikulas Patocka · 3 years, 7 months ago
  15. ee55b92 dm writecache: flush origin device when writing and cache is full by Mikulas Patocka · 3 years, 7 months ago
  16. 293128b1 dm writecache: have ssd writeback wait if the kcopyd workqueue is busy by Mikulas Patocka · 3 years, 7 months ago
  17. 8c77f1c dm writecache: use list_move instead of list_del/list_add in writecache_writeback() by Baokun Li · 3 years, 7 months ago
  18. 991bd8d dm writecache: commit just one block, not a full page by Mikulas Patocka · 3 years, 7 months ago
  19. 620cbe4 dm writecache: remove unused gfp_t argument from wc_add_block() by Mikulas Patocka · 3 years, 7 months ago
  20. af4f6ca dm writecache: interrupt writeback if suspended by Mikulas Patocka · 3 years, 8 months ago
  21. ee50cc1 dm writecache: don't split bios when overwriting contiguous cache content by Mikulas Patocka · 3 years, 8 months ago
  22. c40819f dm writecache: fix flexible_array.cocci warnings by Julia Lawall · 4 years ago
  23. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  24. d9928ac dm writecache: use bdev_nr_sectors() instead of open-coded equivalent by Mike Snitzer · 4 years ago
  25. 4134455 dm writecache: fix writing beyond end of underlying device when shrinking by Mikulas Patocka · 4 years ago
  26. 054bee1 dm writecache: return the exact table values that were set by Mikulas Patocka · 4 years ago
  27. 21ec672 dm writecache: fix unnecessary NULL check warnings by Tian Tao · 4 years ago
  28. cb72848 dm writecache: fix performance degradation in ssd mode by Mikulas Patocka · 4 years ago
  29. 857c4c0 dm writecache: remove BUG() and fail gracefully instead by Mike Snitzer · 4 years, 2 months ago
  30. 67aa3ec dm writecache: fix the maximum number of arguments by Mikulas Patocka · 4 years, 2 months ago
  31. e5d41cb dm writecache: advance the number of arguments when reporting max_age by Mikulas Patocka · 4 years, 2 months ago
  32. ca1b669 Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  33. ec6347b x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() by Dan Williams · 4 years, 3 months ago
  34. f9e040e dm writecache: handle DAX to partitions on persistent memory correctly by Mikulas Patocka · 4 years, 5 months ago
  35. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  36. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  37. 382625d Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  38. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  39. 3e79f08 libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier by Aneesh Kumar K.V · 4 years, 7 months ago
  40. a466245 dm writecache: reject asynchronous pmem devices by Michal Suchanek · 4 years, 7 months ago
  41. ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
  42. d35bd76 dm writecache: add cond_resched to loop in persistent_memory_claim() by Mikulas Patocka · 4 years, 7 months ago
  43. a143e17 dm writecache: skip writecache_wait when using pmem mode by Huaisheng Ye · 4 years, 7 months ago
  44. 39495b1 dm writecache: correct uncommitted_block when discarding uncommitted entry by Huaisheng Ye · 4 years, 7 months ago
  45. 48338da dm writecache: improve performance on DDR persistent memory (Optane) by Mikulas Patocka · 4 years, 9 months ago
  46. 499c180 dm writecache: remove superfluous test in persistent_memory_claim by Mikulas Patocka · 4 years, 9 months ago
  47. 31b2212 dm writecache: fix data corruption when reloading the target by Mikulas Patocka · 4 years, 9 months ago
  48. 1edaa44 dm writecache: add cond_resched to avoid CPU hangs by Mikulas Patocka · 4 years, 10 months ago
  49. dc8a01a dm writecache: optimize superblock write by Mikulas Patocka · 5 years ago
  50. 3923d485 dm writecache: implement gradual cleanup by Mikulas Patocka · 5 years ago
  51. 93de44e dm writecache: implement the "cleaner" policy by Mikulas Patocka · 5 years ago
  52. d53f1fa dm writecache: do direct write if the cache is full by Mikulas Patocka · 5 years ago
  53. 636be42 dm: bump version of core and various targets by Mike Snitzer · 4 years, 11 months ago
  54. 41c526c dm writecache: verify watermark during resume by Mikulas Patocka · 5 years ago
  55. adc0daa dm: report suspended device during destroy by Mikulas Patocka · 5 years ago
  56. dcd1950 dm writecache: improve performance of large linear writes on SSDs by Mikulas Patocka · 5 years ago
  57. aa95092 dm writecache: fix incorrect flush sequence when doing SSD mode commit by Mikulas Patocka · 5 years ago
  58. c100532 dm writecache: handle REQ_FUA by Maged Mokhtar · 5 years ago
  59. 8dd8587 dm writecache: fix uninitialized variable warning by Mikulas Patocka · 5 years ago
  60. 6d19591 dm writecache: skip writecache_wait for pmem mode by Huaisheng Ye · 5 years ago
  61. 5229b48 dm writecache: optimize performance by sorting the blocks for writeback_all by Huaisheng Ye · 5 years ago
  62. 62421b3 dm writecache: add unlikely for getting two block with same LBA by Huaisheng Ye · 5 years ago
  63. 58912dbc dm writecache: remove unused member pointer in writeback_struct by Huaisheng Ye · 5 years ago
  64. f8011d3 dm writecache: avoid unnecessary lookups in writecache_find_entry() by Mikulas Patocka · 6 years ago
  65. 08a8e80 dm writecache: remove unused member page_offset in writeback_struct by Huaisheng Ye · 6 years ago
  66. 84420b1 dm writecache: add unlikely for returned value of rb_next/prev by Huaisheng Ye · 6 years ago
  67. 09f2d65 dm writecache: remove needless dereferences in __writecache_writeback_pmem() by Huaisheng Ye · 6 years ago
  68. f87e033 dm writecache: fix typo in name for writeback_wq by Huaisheng Ye · 6 years ago
  69. e8ea141 dm writecache: fix typo in error msg for creating writecache_flush_thread by Shenghui Wang · 6 years ago
  70. da4ad3a dm writecache: remove disabled code in memory_entry() by Mike Snitzer · 6 years ago
  71. 828bf6e Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  72. 1e1132e dm writecache: fix a crash due to reading past end of dirty_bitmap by Mikulas Patocka · 6 years ago
  73. f742267 md/dm-writecache: Don't request pointer dummy_addr when not required by Huaisheng Ye · 6 years ago
  74. 9ff07e7 dm writecache: report start_sector in status line by Mikulas Patocka · 6 years ago
  75. d284f82 dm writecache: support optional offset for start of device by Mikulas Patocka · 7 years ago
  76. 50a7d3b dm writecache: use 2-factor allocator arguments by Kees Cook · 7 years ago
  77. 48debaf dm: add writecache target by Mikulas Patocka · 7 years ago