aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap-persistent.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+1
* dm: suppress endian warningsAlasdair G Kergon2014-04-041-33/+38
* dm snapshot: flush disk cache when mergingMikulas Patocka2011-08-041-1/+1
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-12/+1
* dm snapshot: persistent make metadata_wq multithreadedTejun Heo2011-01-131-2/+2
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-131-1/+1
* workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-261-1/+1
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-101-1/+1
* dm snapshot: persistent use define for disk header chunk sizeTomohiro Kusumi2010-08-121-3/+3
* dm snapshot: persistent annotate work_queue as on stackMike Snitzer2010-02-161-1/+1
* dm exception store: add merge specific methodsMikulas Patocka2009-12-101-2/+112
* dm snapshot: move cow ref from exception store to snap coreMike Snitzer2009-12-101-6/+6
* dm snapshot: add allocated metadata to snapshot statusMike Snitzer2009-12-101-6/+17
* dm snapshot: rename dm_snap_exception to dm_exceptionJon Brassow2009-12-101-2/+2
* dm snapshot: avoid else clause in persistent_read_metadataJon Brassow2009-12-101-25/+21
* dm snapshot: use unsigned integer chunk sizeMikulas Patocka2009-10-161-8/+8
* dm snapshot: fix on disk chunk size validationMikulas Patocka2009-09-041-8/+14
* dm snapshot: fix header corruption race on invalidationMikulas Patocka2009-09-041-10/+34
* dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka2009-09-041-19/+7
* dm snapshot: use barrier when writing exception storeMikulas Patocka2009-06-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* dm snapshot: persistent fix dtr cleanupJonathan Brassow2009-04-021-5/+15
* dm snapshot: move status to exception storeJonathan Brassow2009-04-021-4/+12
* dm snapshot: remove dm_snap header useJonathan Brassow2009-04-021-29/+27
* dm exception store: move cow pointerJonathan Brassow2009-04-021-5/+5
* dm exception store: move chunk_fieldsJonathan Brassow2009-04-021-23/+24
* dm exception store: introduce registryJonathan Brassow2009-04-021-10/+57
* dm exception store: separate type from instanceJonathan Brassow2009-04-021-6/+7
* dm snapshot: extend exception store functionsJonathan Brassow2009-01-061-16/+26
* dm snapshot: split out exception store implementationsAlasdair G Kergon2009-01-061-0/+694