aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-writecache.c
AgeCommit message (Expand)Author
2022-08-25dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka
2021-07-28dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka
2021-07-28dm writecache: return the exact table values that were setMikulas Patocka
2020-12-11dm writecache: remove BUG() and fail gracefully insteadMike Snitzer
2020-12-11dm writecache: fix the maximum number of argumentsMikulas Patocka
2020-09-09dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-06-30dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-30dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-05-06dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-04-17dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-03-11dm writecache: verify watermark during resumeMikulas Patocka
2020-03-11dm: report suspended device during destroyMikulas Patocka
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka
2019-12-17dm writecache: handle REQ_FUAMaged Mokhtar
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-08-16dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka
2018-07-30md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye
2018-07-27dm writecache: report start_sector in status lineMikulas Patocka
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook
2018-06-08dm: add writecache targetMikulas Patocka