aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap-persistent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-31dm: make flush bios explicitly syncJan Kara1-1/+2
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-06-07dm: use bio op accessorsMike Christie1-11/+13
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka1-1/+4
2015-11-04Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+1
2015-10-31dm: convert ffs to __ffsMikulas Patocka1-1/+1
2015-10-13dm snapshot persistent: fix missing cleanup in persistent_ctr error pathSudip Mukherjee1-3/+12
2015-10-09dm snapshot: add new persistent store option to support overflowMike Snitzer1-3/+14
2015-08-12dm: remove unlikely() before IS_ERR()viresh kumar1-1/+1
2015-02-09dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring1-10/+4
2014-03-03dm snapshot: fix metadata corruptionMikulas Patocka1-0/+3
2014-01-14dm snapshot: use dm-bufio prefetchMikulas Patocka1-1/+24
2014-01-14dm snapshot: use dm-bufioMikulas Patocka1-7/+32
2014-01-14dm snapshot: prepare for switch to using dm-bufioMikulas Patocka1-12/+14
2014-01-07dm snapshot: call destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu1-0/+1
2013-10-16dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka1-1/+1
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-08-02dm snapshot: style cleanupsJonathan Brassow1-2/+2
2011-08-02dm: use vzallocJoe Perches1-2/+1
2011-08-02dm: suppress endian warningsAlasdair G Kergon1-33/+38
2011-08-02dm snapshot: flush disk cache when mergingMikulas Patocka1-1/+1
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka1-12/+1
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo1-2/+2
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo1-1/+1
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton1-1/+1
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-1/+1
2010-08-12dm snapshot: persistent use define for disk header chunk sizeTomohiro Kusumi1-3/+3
2010-02-16dm snapshot: persistent annotate work_queue as on stackMike Snitzer1-1/+1
2009-12-10dm exception store: add merge specific methodsMikulas Patocka1-2/+112
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer1-6/+6
2009-12-10dm snapshot: add allocated metadata to snapshot statusMike Snitzer1-6/+17
2009-12-10dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow1-2/+2
2009-12-10dm snapshot: avoid else clause in persistent_read_metadataJon Brassow1-25/+21
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka1-8/+8
2009-09-04dm snapshot: fix on disk chunk size validationMikulas Patocka1-8/+14
2009-09-04dm snapshot: fix header corruption race on invalidationMikulas Patocka1-10/+34
2009-09-04dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka1-19/+7
2009-06-22dm snapshot: use barrier when writing exception storeMikulas Patocka1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-02dm snapshot: persistent fix dtr cleanupJonathan Brassow1-5/+15
2009-04-02dm snapshot: move status to exception storeJonathan Brassow1-4/+12
2009-04-02dm snapshot: remove dm_snap header useJonathan Brassow1-29/+27
2009-04-02dm exception store: move cow pointerJonathan Brassow1-5/+5
2009-04-02dm exception store: move chunk_fieldsJonathan Brassow1-23/+24
2009-04-02dm exception store: introduce registryJonathan Brassow1-10/+57
2009-04-02dm exception store: separate type from instanceJonathan Brassow1-6/+7
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow1-16/+26
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon1-0/+694