aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-writecache.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2024-02-20dm io: Support IO priorityHongyu Jin1-4/+4
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka1-4/+4
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li1-13/+1
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-9/+1
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen1-3/+3
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen1-8/+8
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen1-4/+3
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-8/+27
2023-02-14dm: fix trailing statementsHeinz Mauelshagen1-4/+8
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen1-2/+2
2023-02-14dm: address indent/space issuesHeinz Mauelshagen1-1/+1
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen1-4/+7
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-40/+40
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-1/+1
2022-08-11Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2022-08-09dm writecache: fix smatch warning about invalid return from writecache_mapMikulas Patocka1-1/+2
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+25
2022-07-14dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka1-1/+1
2022-07-14dm writecache: count number of blocks written, not number of write biosMikulas Patocka1-3/+9
2022-07-14dm writecache: count number of blocks read, not number of read biosMikulas Patocka1-0/+1
2022-07-14dm writecache: return void from functionsMikulas Patocka1-13/+13
2022-07-14dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka1-1/+1
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-8/+4
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu1-3/+4
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-3/+4
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig1-1/+1
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2021-11-01dm writecache: Make use of the helper macro kthread_run()Cai Huoqing1-4/+2
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+3
2021-08-10dm writecache: add event countersMikulas Patocka1-3/+53
2021-08-10dm writecache: report invalid return from writecache_map helpersMikulas Patocka1-1/+4
2021-08-10dm writecache: further writecache_map() cleanupMike Snitzer1-32/+43
2021-08-10dm writecache: factor out writecache_map_remap_origin()Mike Snitzer1-15/+15
2021-08-10dm writecache: split up writecache_map() to improve code readabilityMike Snitzer1-151/+187
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig1-3/+2
2021-06-28dm writecache: make writeback pause configurableMikulas Patocka1-8/+40
2021-06-25dm writecache: pause writeback if cache full and origin being written directlyMikulas Patocka1-1/+20
2021-06-25dm writecache: add optional "metadata_only" parameterMikulas Patocka1-4/+12
2021-06-21dm writecache: write at least 4k when committingMikulas Patocka1-1/+5
2021-06-16dm writecache: flush origin device when writing and cache is fullMikulas Patocka1-2/+6
2021-06-15dm writecache: have ssd writeback wait if the kcopyd workqueue is busyMikulas Patocka1-0/+5
2021-06-14dm writecache: use list_move instead of list_del/list_add in writecache_write...Baokun Li1-6/+3
2021-06-14dm writecache: commit just one block, not a full pageMikulas Patocka1-5/+1
2021-06-14dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka1-3/+3
2021-06-04dm writecache: interrupt writeback if suspendedMikulas Patocka1-2/+3
2021-06-04dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka1-8/+30
2021-03-26dm writecache: fix flexible_array.cocci warningsJulia Lawall1-1/+1
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-02-09dm writecache: use bdev_nr_sectors() instead of open-coded equivalentMike Snitzer1-1/+1
2021-02-09dm writecache: fix writing beyond end of underlying device when shrinkingMikulas Patocka1-0/+18
2021-02-08dm writecache: return the exact table values that were setMikulas Patocka1-24/+30
2021-02-03dm writecache: fix unnecessary NULL check warningsTian Tao1-4/+2
2021-02-03dm writecache: fix performance degradation in ssd modeMikulas Patocka1-1/+1
2020-12-01dm writecache: remove BUG() and fail gracefully insteadMike Snitzer1-1/+1
2020-11-17dm writecache: fix the maximum number of argumentsMikulas Patocka1-1/+1
2020-11-17dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka1-0/+2
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+9
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-6/+9
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka1-2/+10
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-16libnvdimm/nvdimm/flush: Allow architecture to override the flush barrierAneesh Kumar K.V1-1/+1
2020-07-08dm writecache: reject asynchronous pmem devicesMichal Suchanek1-0/+6
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-06-19dm writecache: add cond_resched to loop in persistent_memory_claim()Mikulas Patocka1-0/+2
2020-06-17dm writecache: skip writecache_wait when using pmem modeHuaisheng Ye1-2/+4
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
2020-05-15dm writecache: improve performance on DDR persistent memory (Optane)Mikulas Patocka1-1/+37
2020-05-15dm writecache: remove superfluous test in persistent_memory_claimMikulas Patocka1-4/+0
2020-04-16dm writecache: fix data corruption when reloading the targetMikulas Patocka1-15/+37
2020-03-27dm writecache: add cond_resched to avoid CPU hangsMikulas Patocka1-1/+5
2020-03-24dm writecache: optimize superblock writeMikulas Patocka1-2/+32
2020-03-24dm writecache: implement gradual cleanupMikulas Patocka1-1/+36
2020-03-24dm writecache: implement the "cleaner" policyMikulas Patocka1-5/+43
2020-03-24dm writecache: do direct write if the cache is fullMikulas Patocka1-0/+13
2020-03-03dm: bump version of core and various targetsMike Snitzer1-1/+1
2020-02-27dm writecache: verify watermark during resumeMikulas Patocka1-2/+10
2020-02-27dm: report suspended device during destroyMikulas Patocka1-1/+1
2020-01-16dm writecache: improve performance of large linear writes on SSDsMikulas Patocka1-4/+25
2020-01-14dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka1-21/+21
2019-11-05dm writecache: handle REQ_FUAMaged Mokhtar1-1/+2
2019-11-05dm writecache: fix uninitialized variable warningMikulas Patocka1-1/+1
2019-09-05dm writecache: skip writecache_wait for pmem modeHuaisheng Ye1-1/+2
2019-08-26dm writecache: optimize performance by sorting the blocks for writeback_allHuaisheng Ye1-3/+16
2019-08-26dm writecache: add unlikely for getting two block with same LBAHuaisheng Ye1-2/+2
2019-08-26dm writecache: remove unused member pointer in writeback_structHuaisheng Ye1-1/+0
2019-04-26dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka1-6/+5
2019-04-26dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye1-2/+0
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye1-2/+2
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye1-6/+6
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye1-1/+1
2018-12-18dm writecache: fix typo in error msg for creating writecache_flush_threadShenghui Wang1-1/+1
2018-10-22dm writecache: remove disabled code in memory_entry()Mike Snitzer1-4/+1
2018-08-25Merge 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