summaryrefslogtreecommitdiff
path: root/fs/fscache/main.c
AgeCommit message (Expand)Author
2023-12-24netfs, fscache: Move fs/fscache/* into fs/netfs/David Howells
2022-01-07fscache: Implement cookie-level access helpersDavid Howells
2022-01-07fscache: Implement volume-level access helpersDavid Howells
2022-01-07fscache: Implement cache-level access helpersDavid Howells
2022-01-07fscache: Implement cookie registrationDavid Howells
2022-01-07fscache: Implement a hash functionDavid Howells
2022-01-07fscache: Introduce new driverDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2021-08-27fscache: Fix cookie key hashingDavid Howells
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2014-08-06fs/fscache: make ctl_table staticFabian Frederick
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-06fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2010-07-24fscache: fix build on !CONFIG_SYSCTLTejun Heo
2010-07-22fscache: drop references to slow-workTejun Heo
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells
2009-04-03FS-Cache: Bit waiting helpersDavid Howells
2009-04-03FS-Cache: Provide a slab for cookie allocationDavid Howells
2009-04-03FS-Cache: Add cache managementDavid Howells
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells
2009-04-03FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells