aboutsummaryrefslogtreecommitdiffstats
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-16dm 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-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-06-07dm: use bio op accessorsMike Christie1-2/+3
2012-07-30dm: 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-25Merge 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-23dm: 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-10dm raid1: report flush errors separately in statusMikulas Patocka1-4/+12
2009-12-10dm log: use flush callback fnMikulas Patocka1-2/+15
2009-12-10dm log: add flush callback fnMikulas Patocka1-2/+4
2009-12-10dm log: introduce flush_failed variableMikulas Patocka1-1/+4
2009-12-10dm log: add flush_header functionMikulas Patocka1-1/+22
2009-12-10dm 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-22block: 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
2008-07-21dm log: make dm_dirty_log init and exit staticAdrian Bunk1-2/+2
2008-04-25dm: move include filesAlasdair G Kergon1-2/+2
2008-04-25dm log: make module use tracking internalJonathan Brassow1-29/+94
2008-04-25dm log: move register functionsAlasdair G Kergon1-26/+26
2008-04-25dm log: clean interfaceHeinz Mauelshagen1-44/+45
2008-04-25dm io: clean interfaceHeinz Mauelshagen1-1/+1
2008-04-25dm log: move dirty region log code into separate moduleHeinz Mauelshagen1-1/+8
2008-04-25dm log: generalise name in messagesHeinz Mauelshagen1-7/+8
2008-02-08dm log: auto load modulesJonathan Brassow1-1/+50
2007-10-20dm log: split suspendJonathan Brassow1-1/+1
2007-05-09dm log: fix resume failed log deviceJonathan Brassow1-1/+8
2007-05-09dm log: update dm io interfaceHeinz Mauelshagen1-7/+24
2007-05-09dm log: report fault statusJonathan E Brassow1-3/+4
2007-05-09dm log: fault detectionJonathan E Brassow1-3/+27
2006-12-08[PATCH] dm: raid1: reset sync_search on resumeJonathan E Brassow1-0/+9
2006-12-08[PATCH] dm: log: rename complete_resync_workJonathan E Brassow1-6/+9
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-0/+2
2006-06-26[PATCH] dm mirror log: sync_count fixAlasdair G Kergon1-1/+5
2006-06-26[PATCH] dm mirror log: bitset_size fixAlasdair G Kergon1-2/+2
2006-06-26[PATCH] dm mirror log: refactor contextAlasdair G Kergon1-50/+63
2006-06-26[PATCH] dm mirror log: sector size fixKevin Corry1-49/+19
2006-02-02[PATCH] device-mapper log bitset: fix big endian find_next_zero_bitStefan Bader1-1/+2
2006-02-01[PATCH] device-mapper log bitset: fix endianPatrick Caulfield1-34/+11
2006-01-06[PATCH] make dm-mirror not issue invalid resync requestsDarrick J. Wong1-1/+1
2005-11-22[PATCH] device-mapper: mirror log bitset fixAlasdair G Kergon1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+711