aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lru_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer1-3/+1
2015-04-15lru_cache: remove use of seq_printf return valueJoe Perches1-4/+5
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg1-9/+12
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg1-1/+1
2013-03-22lru_cache: introduce lc_get_cumulative()Lars Ellenberg1-10/+46
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg1-76/+167
2011-10-14lru_cache: consolidate lc_get and lc_try_getLars Ellenberg1-59/+61
2011-10-14lru_cache.h: fix comments referring to ts_ instead of lc_Lars Ellenberg1-1/+1
2011-10-14drbd: use clear_bit_unlock() where appropriateLars Ellenberg1-6/+4
2011-05-25lru_cache: use correct type in sizeof for allocationIlia Mirkin1-1/+1
2009-10-01The DRBD driverPhilipp Reisner1-0/+560