index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
/
internal.h
Age
Commit message (
Expand
)
Author
2022-01-21
cachefiles: Calculate the blockshift in terms of bytes, not pages
David Howells
2022-01-07
fscache, cachefiles: Display stats of no-space events
David Howells
2022-01-07
fscache, cachefiles: Store the volume coherency data
David Howells
2022-01-07
cachefiles: Implement begin and end I/O operation
David Howells
2022-01-07
cachefiles: Implement backing file wrangling
David Howells
2022-01-07
cachefiles: Implement culling daemon commands
David Howells
2022-01-07
cachefiles: Mark a backing file in use with an inode flag
David Howells
2022-01-07
cachefiles: Implement metadata/coherency data storage in xattrs
David Howells
2022-01-07
cachefiles: Implement key to filename encoding
David Howells
2022-01-07
cachefiles: Implement object lifecycle funcs
David Howells
2022-01-07
cachefiles: Implement volume support
David Howells
2022-01-07
cachefiles: Implement cache registration and withdrawal
David Howells
2022-01-07
cachefiles: Implement a function to get/create a directory in the cache
David Howells
2022-01-07
cachefiles: Provide a function to check how much space there is
David Howells
2022-01-07
cachefiles: Register a miscdev and parse commands over it
David Howells
2022-01-07
cachefiles: Add security derivation
David Howells
2022-01-07
cachefiles: Add cache error reporting macro
David Howells
2022-01-07
cachefiles: Add a couple of tracepoints for logging errors
David Howells
2022-01-07
cachefiles: Add some error injection support
David Howells
2022-01-07
cachefiles: Define structs
David Howells
2022-01-07
cachefiles: Introduce rewritten driver
David Howells
2022-01-07
cachefiles: Delete the cachefiles driver pending rewrite
David Howells
2021-08-27
fscache, cachefiles: Remove the histogram stuff
David Howells
2021-04-23
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2018-04-04
fscache: Add tracepoints
David Howells
2017-06-20
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2016-09-27
cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
David Howells
2016-02-01
CacheFiles: Provide read-and-reset release counters for cachefilesd
David Howells
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-02-24
FS-Cache: Count culled objects and objects rejected due to lack of space
David Howells
2014-09-26
fs/cachefiles: add missing \n to kerror conversions
Fabian Frederick
2014-06-06
fs/cachefiles: replace kerror by pr_err
Fabian Frederick
2014-06-06
FS/CACHEFILES: convert printk to pr_foo()
Fabian Frederick
2013-09-06
CacheFiles: Implement interface to check cache consistency
David Howells
2012-12-20
CacheFiles: Downgrade the requirements passed to the allocator
David Howells
2010-08-12
Add a dummy printk function for the maintenance of unused printks
David Howells
2010-05-11
CacheFiles: Fix occasional EIO on call to vfs_unlink()
David Howells
2009-05-27
CacheFiles: Fixup renamed filenames in comments in internal.h
David Howells
2009-04-03
CacheFiles: A cache that backs onto a mounted filesystem
David Howells