summaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/dm-space-map-metadata.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add missing empty linesHeinz Mauelshagen2023-02-141-0/+3
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-10/+10
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber2021-06-041-45/+51
* dm space maps: don't reset space map allocation cursor when committingJoe Thornber2021-06-041-1/+8
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-01-141-1/+4
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
* dm space map metadata: use ARRAY_SIZEJérémy Lefaure2017-11-101-1/+2
* dm space map metadata: constify dm_space_map structuresBhumika Goyal2017-02-161-2/+2
* dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
* 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