aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap-persistent.c
AgeCommit message (Expand)Author
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: add argument identifier namesHeinz Mauelshagen
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm: fix trailing statementsHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry
2022-07-14dm-snap: Combine request operation type and flagsBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-04-19dm: replace dm_vcalloc()Matthew Wilcox (Oracle)
2020-09-29dm snap persistent: simplify area_io()Qinglang Miao
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka
2017-05-31dm: make flush bios explicitly syncJan Kara
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-06-07dm: use bio op accessorsMike Christie
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka
2015-11-04Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-10-31dm: convert ffs to __ffsMikulas Patocka
2015-10-13dm snapshot persistent: fix missing cleanup in persistent_ctr error pathSudip Mukherjee
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer
2015-08-12dm: remove unlikely() before IS_ERR()viresh kumar
2015-02-09dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring
2014-03-03dm snapshot: fix metadata corruptionMikulas Patocka
2014-01-14dm snapshot: use dm-bufio prefetchMikulas Patocka
2014-01-14dm snapshot: use dm-bufioMikulas Patocka
2014-01-14dm snapshot: prepare for switch to using dm-bufioMikulas Patocka
2014-01-07dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu
2013-10-16dm snapshot: fix data corruptionMikulas Patocka
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker
2011-08-02dm snapshot: style cleanupsJonathan Brassow
2011-08-02dm: use vzallocJoe Perches
2011-08-02dm: suppress endian warningsAlasdair G Kergon
2011-08-02dm snapshot: flush disk cache when mergingMikulas Patocka
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-08-12dm snapshot: persistent use define for disk header chunk sizeTomohiro Kusumi
2010-02-16dm snapshot: persistent annotate work_queue as on stackMike Snitzer