summaryrefslogtreecommitdiff
path: root/drivers/md/dm-log.c
Commit message (Expand)AuthorAgeFilesLines
* dm: remove unnecessary (void*) conversionsYu Zhe2023-04-111-12/+12
* dm log: avoid multiple line dereferenceHeinz Mauelshagen2023-02-141-2/+1
* dm log: avoid trailing semicolon in macroHeinz Mauelshagen2023-02-141-1/+1
* dm: avoid split of quoted strings where possibleHeinz Mauelshagen2023-02-141-2/+1
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+6
* dm: correct block comments format.Heinz Mauelshagen2023-02-141-8/+16
* dm: address indent/space issuesHeinz Mauelshagen2023-02-141-4/+4
* dm: address space issues relative to switch/while/for/...Heinz Mauelshagen2023-02-141-2/+2
* dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen2023-02-141-2/+4
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-5/+5
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm mirror log: Use the new blk_opf_t typeBart Van Assche2022-07-141-1/+1
* dm/core: Reduce the size of struct dm_io_requestBart Van Assche2022-07-141-4/+2
* dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka2022-06-231-1/+1
* dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka2022-06-161-2/+1
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-1/+1
* dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+10
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* dm log: fix unitialized bio operation flagsHeinz Mauelshagen2016-08-241-5/+6
* dm: use bio op accessorsMike Christie2016-06-071-2/+3
* dm: use memweight()Akinobu Mita2012-07-301-11/+2
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-1/+2
* dm: use vzallocJoe Perches2011-08-021-2/+1
* dm log: clean up bit little endian bitopsAkinobu Mita2011-08-021-5/+4
* dm: suppress endian warningsAlasdair G Kergon2011-08-021-7/+13
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-03-251-1/+1
|\
| * dm: fix opening log and cow devices for read only tablesMilan Broz2011-03-241-1/+1
* | dm: use little-endian bitopsAkinobu Mita2011-03-231-4/+4
|/
* dm log: use PTR_ERR value instead of ENOMEMDan Carpenter2011-01-131-1/+1
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-1/+1
* dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-2/+1
* dm raid1: report flush errors separately in statusMikulas Patocka2009-12-101-4/+12
* dm log: use flush callback fnMikulas Patocka2009-12-101-2/+15
* dm log: add flush callback fnMikulas Patocka2009-12-101-2/+4
* dm log: introduce flush_failed variableMikulas Patocka2009-12-101-1/+4
* dm log: add flush_header functionMikulas Patocka2009-12-101-1/+22
* dm raid1: split touched state into twoMikulas Patocka2009-12-101-7/+11
* dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer2009-06-221-3/+4
* dm: use i_size_readMikulas Patocka2009-06-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+2
* dm log: remove struct dm_dirty_log_internalMike Snitzer2009-04-021-44/+14
* dm log: use standard kernel module refcountMike Snitzer2009-04-021-16/+3
* dm log: ensure log bitmap fits on log deviceMilan Broz2009-01-061-0/+8
* dm log: move region_size validationMilan Broz2009-01-061-2/+14
* dm log: avoid reinitialising io_req on every operationTakahiro Yasui2009-01-061-10/+7
* dm log: fix dm_io_client leak on error pathsTakahiro Yasui2009-01-061-0/+5
* dm: remove dm header from targetsMikulas Patocka2008-10-211-1/+1
* dm log: make dm_dirty_log init and exit staticAdrian Bunk2008-07-211-2/+2
* dm: move include filesAlasdair G Kergon2008-04-251-2/+2