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