summaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/dm-space-map-metadata.c
Commit message (Expand)AuthorAgeFilesLines
* dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2015-12-141-3/+0
* dm space map metadata: fix ref counting bug when bootstrapping a new space mapJoe Thornber2015-12-091-10/+22
* dm space map metadata: fix occasional leak of a metadata block on resizeJoe Thornber2015-06-171-15/+35
* dm space map metadata: fix sm_bootstrap_get_count()Joe Thornber2014-12-021-1/+3
* dm space map metadata: fix sm_bootstrap_get_nr_blocks()Dan Carpenter2014-12-011-1/+3
* dm space map metadata: fix refcount decrement below 0 which caused corruptionJoe Thornber2014-03-071-21/+92
* dm thin: allow metadata space larger than supported to go unusedMike Snitzer2014-02-271-0/+2
* dm space map metadata: fix bug in resizing of thin metadataJoe Thornber2014-01-211-4/+14
* dm space map metadata: fix extending the space mapJoe Thornber2014-01-071-5/+13
* dm space map metadata: limit errors in sm_metadata_new_blockMike Snitzer2014-01-071-2/+2
* dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer2013-12-101-2/+6
* dm persistent metadata: add space map threshold callbackJoe Thornber2013-05-101-1/+76
* dm persistent data: add threshold callback to space mapJoe Thornber2013-05-101-2/+4
* dm persistent data: support space map resizingJoe Thornber2013-05-101-6/+32
* dm persistent data: fix error message typosJoe Thornber2013-05-101-4/+4
* dm persistent data: improve improve space map block alloc failure messageJoe Thornber2012-12-211-1/+1
* dm: add persistent data libraryJoe Thornber2011-10-311-0/+596