#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm ache.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/md/dm-writecache.c
AgeCommit message (Expand)Author
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer
2024-02-20dm io: Support IO priorityHongyu Jin
2024-01-30dm writecache: allow allocations larger than 2GiBMikulas Patocka
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen
2023-02-14dm: remove unnecessary braces from single statement blocksHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: fix undue/missing spacesHeinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: avoid assignment in if conditionsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-08-11Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-09dm writecache: fix smatch warning about invalid return from writecache_mapMikulas Patocka
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-14dm writecache: count number of blocks discarded, not number of discard biosMikulas Patocka
2022-07-14dm writecache: count number of blocks written, not number of write biosMikulas Patocka
2022-07-14dm writecache: count number of blocks read, not number of read biosMikulas Patocka
2022-07-14dm writecache: return void from functionsMikulas Patocka
2022-07-14dm writecache: set a default MAX_WRITEBACK_JOBSMikulas Patocka
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
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