aboutsummaryrefslogtreecommitdiff
path: root/lib/lru_cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22lru_cache: remove unused lc_private, lc_set, lc_index_ofGravatar Joel Colledge 1-44/+0
2022-11-22lru_cache: remove compiled out codeGravatar Christoph Böhmwalder 1-11/+0
2022-11-22lru_cache: use atomic operations when accessing lc->flags, alwaysGravatar Lars Ellenberg 1-2/+2
2022-07-17lib/lru_cache: fix error free handing in lc_createGravatar wuchi 1-2/+2
2021-04-16lib: remove "expecting prototype" kernel-doc warningsGravatar Randy Dunlap 1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 91Gravatar Thomas Gleixner 1-13/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidGravatar Roland Kammerer 1-3/+1
2015-04-15lru_cache: remove use of seq_printf return valueGravatar Joe Perches 1-4/+5
2014-07-10drbd: debugfs: add per volume oldest_requestsGravatar Lars Ellenberg 1-9/+12
2014-07-10drbd: silence -Wmissing-prototypes warningsGravatar Lars Ellenberg 1-1/+1
2013-03-22lru_cache: introduce lc_get_cumulative()Gravatar Lars Ellenberg 1-10/+46
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2011-10-14lru_cache: allow multiple changes per transactionGravatar Lars Ellenberg 1-76/+167
2011-10-14lru_cache: consolidate lc_get and lc_try_getGravatar Lars Ellenberg 1-59/+61
2011-10-14lru_cache.h: fix comments referring to ts_ instead of lc_Gravatar Lars Ellenberg 1-1/+1
2011-10-14drbd: use clear_bit_unlock() where appropriateGravatar Lars Ellenberg 1-6/+4
2011-05-25lru_cache: use correct type in sizeof for allocationGravatar Ilia Mirkin 1-1/+1
2009-10-01The DRBD driverGravatar Philipp Reisner 1-0/+560