Age | Commit message (Expand) | Author |
2023-04-11 | dm: remove unnecessary (void*) conversions | Yu Zhe |
2023-02-14 | dm: avoid split of quoted strings where possible | Heinz Mauelshagen |
2023-02-14 | dm: add missing empty lines | Heinz Mauelshagen |
2023-02-14 | dm: add argument identifier names | Heinz Mauelshagen |
2023-02-14 | dm: avoid spaces before function arguments or in favour of tabs | Heinz Mauelshagen |
2023-02-14 | dm: fix trailing statements | Heinz Mauelshagen |
2023-02-14 | dm: correct block comments format. | Heinz Mauelshagen |
2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen |
2023-02-14 | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen |
2022-08-06 | Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-07-28 | dm bufio: Add flags argument to dm_bufio_client_create | Nathan Huckleberry |
2022-07-14 | dm-snap: Combine request operation type and flags | Bart Van Assche |
2022-07-14 | dm/core: Reduce the size of struct dm_io_request | Bart Van Assche |
2021-08-10 | dm: update target status functions to support IMA measurement | Tushar Sugandhi |
2021-04-19 | dm: replace dm_vcalloc() | Matthew Wilcox (Oracle) |
2020-09-29 | dm snap persistent: simplify area_io() | Qinglang Miao |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-01 | block: rename generic_make_request to submit_bio_noacct | Christoph Hellwig |
2020-01-15 | block: fix an integer overflow in logical block size | Mikulas Patocka |
2018-04-03 | dm bufio: move dm-bufio.h to include/linux/ | Mikulas Patocka |
2017-05-31 | dm: make flush bios explicitly sync | Jan Kara |
2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig |
2016-06-07 | dm: use bio op accessors | Mike Christie |
2016-01-08 | dm snapshot: fix hung bios when copy error occurs | Mikulas Patocka |
2015-11-04 | Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2015-10-31 | dm: convert ffs to __ffs | Mikulas Patocka |
2015-10-13 | dm snapshot persistent: fix missing cleanup in persistent_ctr error path | Sudip Mukherjee |
2015-10-09 | dm snapshot: add new persistent store option to support overflow | Mike Snitzer |
2015-08-12 | dm: remove unlikely() before IS_ERR() | viresh kumar |
2015-02-09 | dm snapshot: remove unnecessary NULL checks before vfree() calls | Markus Elfring |
2014-03-03 | dm snapshot: fix metadata corruption | Mikulas Patocka |
2014-01-14 | dm snapshot: use dm-bufio prefetch | Mikulas Patocka |
2014-01-14 | dm snapshot: use dm-bufio | Mikulas Patocka |
2014-01-14 | dm snapshot: prepare for switch to using dm-bufio | Mikulas Patocka |
2014-01-07 | dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() | Chuansheng Liu |
2013-10-16 | dm snapshot: fix data corruption | Mikulas Patocka |
2013-09-20 | dm snapshot: workaround for a false positive lockdep warning | Mikulas Patocka |
2011-10-31 | md: Add in export.h for files using EXPORT_SYMBOL | Paul Gortmaker |
2011-08-02 | dm snapshot: style cleanups | Jonathan Brassow |
2011-08-02 | dm: use vzalloc | Joe Perches |
2011-08-02 | dm: suppress endian warnings | Alasdair G Kergon |
2011-08-02 | dm snapshot: flush disk cache when merging | Mikulas Patocka |
2011-05-29 | dm io: use fixed initial mempool size | Mikulas Patocka |
2011-01-13 | dm snapshot: persistent make metadata_wq multithreaded | Tejun Heo |
2011-01-13 | dm: convert workqueues to alloc_ordered | Tejun Heo |
2010-10-26 | workqueues: s/ON_STACK/ONSTACK/ | Andrew Morton |
2010-09-10 | dm: implement REQ_FLUSH/FUA support for bio-based dm | Tejun Heo |
2010-08-12 | dm snapshot: persistent use define for disk header chunk size | Tomohiro Kusumi |
2010-02-16 | dm snapshot: persistent annotate work_queue as on stack | Mike Snitzer |