summaryrefslogtreecommitdiff
path: root/drivers/md/dm-log.c
AgeCommit message (Expand)Author
2023-04-11dm: remove unnecessary (void*) conversionsYu Zhe
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen
2023-02-14dm: avoid split of quoted strings where possibleHeinz Mauelshagen
2023-02-14dm: add missing empty linesHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: address indent/space issuesHeinz Mauelshagen
2023-02-14dm: address space issues relative to switch/while/for/...Heinz Mauelshagen
2023-02-14dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-07-14dm mirror log: Use the new blk_opf_t typeBart Van Assche
2022-07-14dm/core: Reduce the size of struct dm_io_requestBart Van Assche
2022-06-23dm mirror log: clear log bits up to BITS_PER_LONG boundaryMikulas Patocka
2022-06-16dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-08-24dm log: fix unitialized bio operation flagsHeinz Mauelshagen
2016-06-07dm: use bio op accessorsMike Christie
2012-07-30dm: use memweight()Akinobu Mita
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka
2011-08-02dm: use vzallocJoe Perches
2011-08-02dm log: clean up bit little endian bitopsAkinobu Mita
2011-08-02dm: suppress endian warningsAlasdair G Kergon
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-03-24dm: fix opening log and cow devices for read only tablesMilan Broz
2011-03-23dm: use little-endian bitopsAkinobu Mita
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka
2009-12-10dm log: use flush callback fnMikulas Patocka
2009-12-10dm log: add flush callback fnMikulas Patocka
2009-12-10dm log: introduce flush_failed variableMikulas Patocka
2009-12-10dm log: add flush_header functionMikulas Patocka
2009-12-10dm raid1: split touched state into twoMikulas Patocka
2009-06-22dm log: fix create_log_context to use logical_block_size of log deviceMike Snitzer
2009-06-22dm: use i_size_readMikulas Patocka
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-02dm log: remove struct dm_dirty_log_internalMike Snitzer
2009-04-02dm log: use standard kernel module refcountMike Snitzer
2009-01-06dm log: ensure log bitmap fits on log deviceMilan Broz
2009-01-06dm log: move region_size validationMilan Broz
2009-01-06dm log: avoid reinitialising io_req on every operationTakahiro Yasui
2009-01-06dm log: fix dm_io_client leak on error pathsTakahiro Yasui
2008-10-21dm: remove dm header from targetsMikulas Patocka
2008-07-21dm log: make dm_dirty_log init and exit staticAdrian Bunk
2008-04-25dm: move include filesAlasdair G Kergon