Age | Commit message (Expand) | Author | Files | Lines |
2023-04-11 | dm: remove unnecessary (void*) conversions | Yu Zhe | 1 | -12/+12 |
2023-02-14 | dm log: avoid multiple line dereference | Heinz Mauelshagen | 1 | -2/+1 |
2023-02-14 | dm log: avoid trailing semicolon in macro | Heinz Mauelshagen | 1 | -1/+1 |
2023-02-14 | dm: avoid split of quoted strings where possible | Heinz Mauelshagen | 1 | -2/+1 |
2023-02-14 | dm: add missing empty lines | Heinz Mauelshagen | 1 | -0/+6 |
2023-02-14 | dm: correct block comments format. | Heinz Mauelshagen | 1 | -8/+16 |
2023-02-14 | dm: address indent/space issues | Heinz Mauelshagen | 1 | -4/+4 |
2023-02-14 | dm: address space issues relative to switch/while/for/... | Heinz Mauelshagen | 1 | -2/+2 |
2023-02-14 | dm: enclose complex macros into parentheses where possible | Heinz Mauelshagen | 1 | -2/+4 |
2023-02-14 | dm: change "unsigned" to "unsigned int" | Heinz Mauelshagen | 1 | -5/+5 |
2023-02-14 | dm: add missing SPDX-License-Indentifiers | Heinz Mauelshagen | 1 | -0/+1 |
2022-07-14 | dm mirror log: Use the new blk_opf_t type | Bart Van Assche | 1 | -1/+1 |
2022-07-14 | dm/core: Reduce the size of struct dm_io_request | Bart Van Assche | 1 | -4/+2 |
2022-06-23 | dm mirror log: clear log bits up to BITS_PER_LONG boundary | Mikulas Patocka | 1 | -1/+1 |
2022-06-17 | dm mirror log: round up region bitmap size to BITS_PER_LONG | Mikulas Patocka | 1 | -2/+1 |
2021-10-18 | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them | Christoph Hellwig | 1 | -1/+1 |
2021-08-10 | dm: update target status functions to support IMA measurement | Tushar Sugandhi | 1 | -0/+10 |
2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -1/+1 |
2016-08-25 | dm log: fix unitialized bio operation flags | Heinz Mauelshagen | 1 | -5/+6 |
2016-06-07 | dm: use bio op accessors | Mike Christie | 1 | -2/+3 |
2012-07-31 | dm: use memweight() | Akinobu Mita | 1 | -11/+2 |
2012-03-28 | dm: reject trailing characters in sccanf input | Mikulas Patocka | 1 | -1/+2 |
2011-08-02 | dm: use vzalloc | Joe Perches | 1 | -2/+1 |
2011-08-02 | dm log: clean up bit little endian bitops | Akinobu Mita | 1 | -5/+4 |
2011-08-02 | dm: suppress endian warnings | Alasdair G Kergon | 1 | -7/+13 |
2011-05-29 | dm io: use fixed initial mempool size | Mikulas Patocka | 1 | -2/+1 |
2011-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 1 | -1/+1 |
2011-03-24 | dm: fix opening log and cow devices for read only tables | Milan Broz | 1 | -1/+1 |
2011-03-24 | dm: use little-endian bitops | Akinobu Mita | 1 | -4/+4 |
2011-01-13 | dm log: use PTR_ERR value instead of ENOMEM | Dan Carpenter | 1 | -1/+1 |
2010-09-10 | dm: implement REQ_FLUSH/FUA support for bio-based dm | Tejun Heo | 1 | -1/+1 |
2010-03-06 | dm table: remove unused dm_get_device range parameters | Nikanth Karthikesan | 1 | -2/+1 |
2009-12-11 | dm raid1: report flush errors separately in status | Mikulas Patocka | 1 | -4/+12 |
2009-12-11 | dm log: use flush callback fn | Mikulas Patocka | 1 | -2/+15 |
2009-12-11 | dm log: add flush callback fn | Mikulas Patocka | 1 | -2/+4 |
2009-12-11 | dm log: introduce flush_failed variable | Mikulas Patocka | 1 | -1/+4 |
2009-12-11 | dm log: add flush_header function | Mikulas Patocka | 1 | -1/+22 |
2009-12-11 | dm raid1: split touched state into two | Mikulas Patocka | 1 | -7/+11 |
2009-06-22 | dm log: fix create_log_context to use logical_block_size of log device | Mike Snitzer | 1 | -3/+4 |
2009-06-22 | dm: use i_size_read | Mikulas Patocka | 1 | -1/+1 |
2009-05-23 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 1 | -1/+2 |
2009-04-02 | dm log: remove struct dm_dirty_log_internal | Mike Snitzer | 1 | -44/+14 |
2009-04-02 | dm log: use standard kernel module refcount | Mike Snitzer | 1 | -16/+3 |
2009-01-06 | dm log: ensure log bitmap fits on log device | Milan Broz | 1 | -0/+8 |
2009-01-06 | dm log: move region_size validation | Milan Broz | 1 | -2/+14 |
2009-01-06 | dm log: avoid reinitialising io_req on every operation | Takahiro Yasui | 1 | -10/+7 |
2009-01-06 | dm log: fix dm_io_client leak on error paths | Takahiro Yasui | 1 | -0/+5 |
2008-10-21 | dm: remove dm header from targets | Mikulas Patocka | 1 | -1/+1 |
2008-07-21 | dm log: make dm_dirty_log init and exit static | Adrian Bunk | 1 | -2/+2 |
2008-04-25 | dm: move include files | Alasdair G Kergon | 1 | -2/+2 |