summaryrefslogtreecommitdiffstats
path: root/COPYING-LGPL3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-13mds: use const get_request_countPatrick Donnelly2-9/+10
So it can be used from a const dump method. Make the elist mutable instead. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13mds: use session_info_t socket inst for addrPatrick Donnelly3-7/+6
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13mds: refactor session lookupPatrick Donnelly1-10/+13
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13mds: add explicit trim flagPatrick Donnelly3-8/+27
So that the intent of the caller is clear to trim due to the cache being too full. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13mds: alphabetize tracked config keysPatrick Donnelly2-27/+24
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13common: provide method to get half-lifePatrick Donnelly2-1/+4
Print the half-life in Formatter output as it is human understandable and the value used when configuring the counters. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-13common: correct variable namePatrick Donnelly1-2/+2
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-12cls/hello: disable write returning data clobbering demoSage Weil1-2/+4
Signed-off-by: Sage Weil <sage@redhat.com>