index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cachefiles
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cachefiles: make on-demand request distribution fairer
Xin Yin
2022-08-31
1
-0
/
+1
*
cachefiles: implement on-demand read
Jeffle Xu
2022-05-18
1
-0
/
+9
*
cachefiles: notify the user daemon when withdrawing cookie
Jeffle Xu
2022-05-18
1
-0
/
+5
*
cachefiles: unbind cachefiles gracefully in on-demand mode
Jeffle Xu
2022-05-18
1
-0
/
+3
*
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
2022-05-18
1
-0
/
+51
*
cachefiles: extract write routine
Jeffle Xu
2022-05-18
1
-0
/
+10
*
cachefiles: Calculate the blockshift in terms of bytes, not pages
David Howells
2022-01-21
1
-1
/
+1
*
fscache, cachefiles: Display stats of no-space events
David Howells
2022-01-07
1
-2
/
+9
*
fscache, cachefiles: Store the volume coherency data
David Howells
2022-01-07
1
-0
/
+2
*
cachefiles: Implement begin and end I/O operation
David Howells
2022-01-07
1
-0
/
+18
*
cachefiles: Implement backing file wrangling
David Howells
2022-01-07
1
-0
/
+9
*
cachefiles: Implement culling daemon commands
David Howells
2022-01-07
1
-0
/
+11
*
cachefiles: Mark a backing file in use with an inode flag
David Howells
2022-01-07
1
-0
/
+2
*
cachefiles: Implement metadata/coherency data storage in xattrs
David Howells
2022-01-07
1
-0
/
+21
*
cachefiles: Implement key to filename encoding
David Howells
2022-01-07
1
-0
/
+5
*
cachefiles: Implement object lifecycle funcs
David Howells
2022-01-07
1
-2
/
+33
*
cachefiles: Implement volume support
David Howells
2022-01-07
1
-0
/
+20
*
cachefiles: Implement cache registration and withdrawal
David Howells
2022-01-07
1
-0
/
+9
*
cachefiles: Implement a function to get/create a directory in the cache
David Howells
2022-01-07
1
-0
/
+9
*
cachefiles: Provide a function to check how much space there is
David Howells
2022-01-07
1
-0
/
+7
*
cachefiles: Register a miscdev and parse commands over it
David Howells
2022-01-07
1
-0
/
+14
*
cachefiles: Add security derivation
David Howells
2022-01-07
1
-0
/
+20
*
cachefiles: Add cache error reporting macro
David Howells
2022-01-07
1
-0
/
+11
*
cachefiles: Add a couple of tracepoints for logging errors
David Howells
2022-01-07
1
-0
/
+1
*
cachefiles: Add some error injection support
David Howells
2022-01-07
1
-1
/
+41
*
cachefiles: Define structs
David Howells
2022-01-07
1
-0
/
+46
*
cachefiles: Introduce rewritten driver
David Howells
2022-01-07
1
-0
/
+115
*
cachefiles: Delete the cachefiles driver pending rewrite
David Howells
2022-01-07
1
-350
/
+0
*
fscache, cachefiles: Remove the histogram stuff
David Howells
2021-08-27
1
-25
/
+0
*
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
2021-04-23
1
-0
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
1
-5
/
+1
*
fscache: Add tracepoints
David Howells
2018-04-04
1
-0
/
+2
*
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
2017-06-20
1
-1
/
+1
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]
David Howells
2016-09-27
1
-1
/
+2
*
CacheFiles: Provide read-and-reset release counters for cachefilesd
David Howells
2016-02-01
1
-0
/
+4
*
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-1
/
+1
*
FS-Cache: Count culled objects and objects rejected due to lack of space
David Howells
2015-02-24
1
-1
/
+0
*
fs/cachefiles: add missing \n to kerror conversions
Fabian Frederick
2014-09-26
1
-1
/
+1
*
fs/cachefiles: replace kerror by pr_err
Fabian Frederick
2014-06-06
1
-6
/
+12
*
FS/CACHEFILES: convert printk to pr_foo()
Fabian Frederick
2014-06-06
1
-11
/
+11
*
CacheFiles: Implement interface to check cache consistency
David Howells
2013-09-06
1
-0
/
+1
*
CacheFiles: Downgrade the requirements passed to the allocator
David Howells
2012-12-20
1
-0
/
+2
*
Add a dummy printk function for the maintenance of unused printks
David Howells
2010-08-12
1
-10
/
+3
*
CacheFiles: Fix occasional EIO on call to vfs_unlink()
David Howells
2010-05-11
1
-0
/
+1
*
CacheFiles: Fixup renamed filenames in comments in internal.h
David Howells
2009-05-27
1
-9
/
+9
*
CacheFiles: A cache that backs onto a mounted filesystem
David Howells
2009-04-03
1
-0
/
+360