summaryrefslogtreecommitdiff
path: root/drivers/md/dm-writecache.c
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01dm writecache: Make use of the helper macro kthread_run()Cai Huoqing
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-08-10dm writecache: add event countersMikulas Patocka
2021-08-10dm writecache: report invalid return from writecache_map helpersMikulas Patocka
2021-08-10dm writecache: further writecache_map() cleanupMike Snitzer
2021-08-10dm writecache: factor out writecache_map_remap_origin()Mike Snitzer
2021-08-10dm writecache: split up writecache_map() to improve code readabilityMike Snitzer
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka
2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka
2021-06-14dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li
2021-06-14dm writecache: commit just one block, not a full pageMikulas Patocka
2021-06-14dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka
2021-06-04dm writecache: interrupt writeback if suspendedMikulas Patocka
2021-06-04dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka
2021-03-26dm writecache: fix flexible_array.cocci warningsJulia Lawall
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-09dm writecache: use bdev_nr_sectors() instead of open-coded equivalentMike Snitzer
2021-02-09dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka
2021-02-08dm writecache: return the exact table values that were setMikulas Patocka
2021-02-03dm writecache: fix unnecessary NULL check warningsTian Tao
2021-02-03dm writecache: fix performance degradation in ssd modeMikulas Patocka
2020-12-01dm writecache: remove BUG() and fail gracefully insteadMike Snitzer
2020-11-17dm writecache: fix the maximum number of argumentsMikulas Patocka
2020-11-17dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V
2020-07-08dm writecache: reject asynchronous pmem devicesMichal Suchanek
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-19dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka
2020-06-17dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye
2020-05-15dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka
2020-05-15dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka
2020-03-24dm writecache: optimize superblock writeMikulas Patocka
2020-03-24dm writecache: implement gradual cleanupMikulas Patocka