aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-exception-store.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09dm snapshot: add new persistent store option to support overflowMike Snitzer1-3/+3
2012-07-27dm: replace simple_strtoulmajianpeng1-9/+4
2012-03-28dm exception store: fix init error pathAndrei Warkentin1-1/+1
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2010-08-12dm snapshot: test chunk size against both origin and snapshotMikulas Patocka1-1/+3
2009-12-10dm snapshot: move cow ref from exception store to snap coreMike Snitzer1-19/+11
2009-12-10dm exception store: free tmp_store on persistent flag errorJulia Lawall1-1/+2
2009-10-16dm snapshot: allow chunk size to be less than page sizeMikulas Patocka1-16/+0
2009-10-16dm snapshot: use unsigned integer chunk sizeMikulas Patocka1-9/+11
2009-10-16dm exception store: fix failed set_chunk_size error pathMikulas Patocka1-1/+1
2009-09-04dm snapshot: fix on disk chunk size validationMikulas Patocka1-0/+5
2009-09-04dm exception store: split set_chunk_sizeMikulas Patocka1-0/+8
2009-06-30dm exception store: really fix type lookupMilan Broz1-3/+6
2009-06-22dm exception store: fix exstore lookup to be case insensitiveJonathan Brassow1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-02dm snapshot: move ctr parsing to exception storeJonathan Brassow1-14/+95
2009-04-02dm exception store: move cow pointerJonathan Brassow1-1/+3
2009-04-02dm exception store: move chunk_fieldsJonathan Brassow1-0/+6
2009-04-02dm exception store: move dm_target pointerJonathan Brassow1-1/+2
2009-04-02dm exception store: introduce registryJonathan Brassow1-0/+162
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow1-1/+0
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon1-730/+19
2009-01-06dm snapshot: rename struct exception_storeJonathan Brassow1-14/+14
2009-01-06dm snapshot: separate out exception store interfaceJonathan Brassow1-0/+1
2008-10-21dm: remove dm header from targetsMikulas Patocka1-1/+0
2008-10-21dm exception store: fix misordered writesMikulas Patocka1-3/+8
2008-10-21dm exception store: refactor zero_areaAlasdair G Kergon1-34/+68
2008-10-10dm exception store: use chunk_t for_areasMikulas Patocka1-8/+10
2008-10-10dm exception store: introduce area_location functionMikulas Patocka1-2/+9
2008-04-25dm: move include filesAlasdair G Kergon1-2/+2
2008-04-25dm io: clean interfaceHeinz Mauelshagen1-2/+2
2008-04-25dm snapshot: fix chunksize sector conversionMikulas Patocka1-1/+1
2008-02-08dm snapshot: use uninitialized_varAndrew Morton1-1/+1
2007-07-18dm: fix memory leak in dm_create_persistent() when starting metadata update thread failsJesper Juhl1-0/+1
2007-07-12dm snapshot: permit invalid activationMilan Broz1-5/+6
2007-07-12dm snapshot: fix invalidation deadlockMilan Broz1-5/+43
2007-07-12dm: use kmem_cache macroAlasdair G Kergon1-8/+9
2007-05-09dm exception store: update dm io interfaceHeinz Mauelshagen1-25/+29
2006-10-03[PATCH] dm snapshot: fix metadata writing when suspendingMark McLoughlin1-10/+10
2006-10-03[PATCH] dm snapshot: make read and write exception functions voidMark McLoughlin1-24/+8
2006-10-03[PATCH] dm snapshot: allow zero chunk_sizeMark McLoughlin1-55/+69
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-0/+2
2006-06-26[PATCH] dm snapshot: unify chunk_sizeAlasdair G Kergon1-23/+42
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+648