summaryrefslogtreecommitdiff
path: root/drivers/md/dm-log.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2024-02-20dm io: Support IO priorityHongyu Jin1-2/+2
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe1-12/+12
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen1-2/+1
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen1-1/+1
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen1-2/+1
2023-02-14dm: add missing empty linesHeinz Mauelshagen1-0/+6
2023-02-14dm: correct block comments format.Heinz Mauelshagen1-8/+16
2023-02-14dm: address indent/space issuesHeinz Mauelshagen1-4/+4
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen1-2/+2
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen1-2/+4
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-5/+5
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2022-07-14dm mirror log: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche1-4/+2
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka1-1/+1
2022-06-17dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka1-2/+1
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+10
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-08-25dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-06-07dm: use bio op accessorsMike Christie1-2/+3
2012-07-31dm: use memweight()Akinobu Mita1-11/+2
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2011-08-02dm: use vzallocJoe Perches1-2/+1
2011-08-02dm log: clean up bit little endian bitopsAkinobu Mita1-5/+4
2011-08-02dm: suppress endian warningsAlasdair G Kergon1-7/+13
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka1-2/+1
2011-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-1/+1
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz1-1/+1
2011-03-24dm: use little-endian bitopsAkinobu Mita1-4/+4
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter1-1/+1
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-1/+1
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan1-2/+1
2009-12-11dm raid1: report flush errors separately in statusMikulas Patocka1-4/+12
2009-12-11dm log: use flush callback fnMikulas Patocka1-2/+15
2009-12-11dm log: add flush callback fnMikulas Patocka1-2/+4
2009-12-11dm log: introduce flush_failed variableMikulas Patocka1-1/+4
2009-12-11dm log: add flush_header functionMikulas Patocka1-1/+22
2009-12-11dm raid1: split touched state into twoMikulas Patocka1-7/+11
2009-06-22dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer1-3/+4
2009-06-22dm: use i_size_readMikulas Patocka1-1/+1
2009-05-23block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+2
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer1-44/+14
2009-04-02dm log: use standard kernel module refcountMike Snitzer1-16/+3
2009-01-06dm log: ensure log bitmap fits on log deviceMilan Broz1-0/+8
2009-01-06dm log: move region_size validationMilan Broz1-2/+14
2009-01-06dm log: avoid reinitialising io_req on every operationTakahiro Yasui1-10/+7
2009-01-06dm log: fix dm_io_client leak on error pathsTakahiro Yasui1-0/+5
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+1