summaryrefslogtreecommitdiff
path: root/drivers/md/dm-snap-persistent.c
Commit message (Expand)AuthorAgeFilesLines
* dm: remove unnecessary (void*) conversionsYu Zhe2023-04-111-1/+1
* dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-141-4/+2
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+3
* dm: add argument identifier namesHeinz Mauelshagen2023-02-141-1/+1
* dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen2023-02-141-1/+1
* dm: fix trailing statementsHeinz Mauelshagen2023-02-141-9/+11
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-2/+4
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-4/+4
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\
| * dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry2022-07-281-1/+1
* | dm-snap: Combine request operation type and flagsBart Van Assche2022-07-141-12/+12
* | dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-141-2/+1
|/
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+4
* dm: replace dm_vcalloc()Matthew Wilcox (Oracle)2021-04-191-3/+3
* dm snap persistent: simplify area_io()Qinglang Miao2020-09-291-9/+2
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
|/
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-1/+1
* dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka2018-04-031-1/+1
* dm: make flush bios explicitly syncJan Kara2017-05-311-1/+2
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
* dm: use bio op accessorsMike Christie2016-06-071-11/+13
* dm snapshot: fix hung bios when copy error occursMikulas Patocka2016-01-081-1/+4
* Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-11-041-1/+1
|\
| * dm: convert ffs to __ffsMikulas Patocka2015-10-311-1/+1
* | dm snapshot persistent: fix missing cleanup in persistent_ctr error pathSudip Mukherjee2015-10-131-3/+12
* | dm snapshot: add new persistent store option to support overflowMike Snitzer2015-10-091-3/+14
|/
* dm: remove unlikely() before IS_ERR()viresh kumar2015-08-121-1/+1
* dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring2015-02-091-10/+4
* dm snapshot: fix metadata corruptionMikulas Patocka2014-03-031-0/+3
* dm snapshot: use dm-bufio prefetchMikulas Patocka2014-01-141-1/+24
* dm snapshot: use dm-bufioMikulas Patocka2014-01-141-7/+32
* dm snapshot: prepare for switch to using dm-bufioMikulas Patocka2014-01-141-12/+14
* dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-071-0/+1
* dm snapshot: fix data corruptionMikulas Patocka2013-10-161-6/+12
* dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-201-1/+1
* md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* dm snapshot: style cleanupsJonathan Brassow2011-08-021-2/+2
* dm: use vzallocJoe Perches2011-08-021-2/+1
* dm: suppress endian warningsAlasdair G Kergon2011-08-021-33/+38
* dm snapshot: flush disk cache when mergingMikulas Patocka2011-08-021-1/+1
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-12/+1
* dm snapshot: persistent make metadata_wq multithreadedTejun Heo2011-01-131-2/+2
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-131-1/+1
* workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-261-1/+1
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-1/+1
* dm snapshot: persistent use define for disk header chunk sizeTomohiro Kusumi2010-08-121-3/+3
* dm snapshot: persistent annotate work_queue as on stackMike Snitzer2010-02-161-1/+1