aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/dm-space-map-metadata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure1-1/+2
2017-02-16dm space map metadata: constify dm_space_map structuresBhumika Goyal1-2/+2
2016-12-08dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2015-12-14dm space map metadata: remove unused variable in brb_pop()Mike Snitzer1-3/+0
2015-12-09dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber1-10/+22
2015-06-17dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber1-15/+35
2014-12-02dm space map metadata: fix sm_bootstrap_get_count()Joe Thornber1-1/+3
2014-12-01dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter1-1/+3
2014-03-07dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber1-21/+92
2014-02-27dm thin: allow metadata space larger than supported to go unusedMike Snitzer1-0/+2
2014-01-21dm space map metadata: fix bug in resizing of thin metadataJoe Thornber1-4/+14
2014-01-07dm space map metadata: fix extending the space mapJoe Thornber1-5/+13
2014-01-07dm space map metadata: limit errors in sm_metadata_new_blockMike Snitzer1-2/+2
2013-12-10dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer1-2/+6
2013-05-10dm persistent metadata: add space map threshold callbackJoe Thornber1-1/+76
2013-05-10dm persistent data: add threshold callback to space mapJoe Thornber1-2/+4
2013-05-10dm persistent data: support space map resizingJoe Thornber1-6/+32
2013-05-10dm persistent data: fix error message typosJoe Thornber1-4/+4
2012-12-21dm persistent data: improve improve space map block alloc failure messageJoe Thornber1-1/+1
2011-10-31dm: add persistent data libraryJoe Thornber1-0/+596