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.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
/
include
/
linux
/
fscache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscache: fix OOB Read in __fscache_acquire_volume
David Howells
2022-11-23
1
-1
/
+1
*
fscache: fix misdocumented parameter
Khalid Masum
2022-08-31
1
-2
/
+2
*
Merge tag 'docs-6.0' of git://git.lwn.net/linux
Linus Torvalds
2022-08-02
1
-1
/
+1
|
\
|
*
docs: filesystems: update netfs-api.rst reference
Mauro Carvalho Chehab
2022-07-07
1
-1
/
+1
*
|
fscache: Fix invalidation/lookup race
David Howells
2022-07-05
1
-0
/
+1
|
/
*
cachefiles: notify the user daemon when looking up cookie
Jeffle Xu
2022-05-18
1
-0
/
+1
*
fscache: Remove the cookie parameter from fscache_clear_page_bits()
Yue Hu
2022-04-08
1
-3
/
+1
*
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-31
1
-0
/
+14
|
\
|
*
fscache: export fscache_end_operation()
Jeffle Xu
2022-03-18
1
-0
/
+14
*
|
fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()
Matthew Wilcox (Oracle)
2022-03-15
1
-3
/
+5
|
/
*
fscache: Add a comment explaining how page-release optimisation works
David Howells
2022-01-21
1
-0
/
+5
*
nfs: Implement cache I/O by accessing the cache directly
David Howells
2022-01-10
1
-0
/
+28
*
fscache, cachefiles: Store the volume coherency data
David Howells
2022-01-07
1
-0
/
+2
*
fscache: Provide a function to resize a cookie
David Howells
2022-01-07
1
-0
/
+18
*
fscache: Provide a function to note the release of a page
David Howells
2022-01-07
1
-0
/
+16
*
vfs, fscache: Implement pinning of cache usage for writeback
David Howells
2022-01-07
1
-0
/
+41
*
fscache: Implement higher-level write I/O interface
David Howells
2022-01-07
1
-0
/
+63
*
fscache: Implement raw I/O interface
David Howells
2022-01-07
1
-0
/
+74
*
fscache: Provide a function to let the netfs update its coherency data
David Howells
2022-01-07
1
-0
/
+22
*
fscache: Provide a means to begin an operation
David Howells
2022-01-07
1
-0
/
+49
*
fscache: Implement cookie invalidation
David Howells
2022-01-07
1
-0
/
+31
*
fscache: Implement cookie user counting and resource pinning
David Howells
2022-01-07
1
-1
/
+81
*
fscache: Implement cookie registration
David Howells
2022-01-07
1
-0
/
+134
*
fscache: Implement volume registration
David Howells
2022-01-07
1
-0
/
+84
*
fscache: Introduce new driver
David Howells
2022-01-07
1
-1
/
+5
*
fscache: Remove the contents of the fscache driver, pending rewrite
David Howells
2022-01-07
1
-849
/
+2
*
fscache_cookie_enabled: check cookie is valid before accessing it
Dominique Martinet
2021-11-03
1
-1
/
+1
*
fscache: Use refcount_t for the cookie refcount instead of atomic_t
David Howells
2021-08-27
1
-1
/
+1
*
fscache: Procfile to display cookies
David Howells
2021-08-27
1
-0
/
+1
*
fscache: Add a cookie debug ID and use that in traces
David Howells
2021-08-27
1
-0
/
+1
*
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
2021-04-23
1
-0
/
+39
*
netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
David Howells
2021-04-23
1
-10
/
+1
*
docs: filesystems: caching/netfs-api.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
1
-21
/
+21
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
fscache: Maintain a catalogue of allocated cookies
David Howells
2018-04-06
1
-2
/
+6
*
fscache: Pass object size in rather than calling back for it
David Howells
2018-04-06
1
-16
/
+16
*
fscache: Attach the index key and aux data to the cookie
David Howells
2018-04-04
1
-45
/
+65
*
fscache: Fix the default for fscache_maybe_release_page()
David Howells
2018-01-02
1
-1
/
+1
*
fscache: remove unused ->now_uncached callback
Jan Kara
2017-09-06
1
-9
/
+0
*
FS-Cache: Provide the ability to enable/disable cookies
David Howells
2013-09-27
1
-14
/
+99
*
fscache: Netfs function for cleanup post readpages
Milosz Tanski
2013-09-06
1
-0
/
+22
*
FS-Cache: Add interface to check consistency of a cached object
David Howells
2013-09-06
1
-0
/
+20
*
FS-Cache: Provide proper invalidation
David Howells
2012-12-20
1
-0
/
+38
*
CacheFiles: Fix the marking of cached pages
David Howells
2012-12-20
1
-6
/
+6
*
FS-Cache: Add a helper to bulk uncache pages on an inode
David Howells
2011-07-07
1
-0
/
+21
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
fscache: fix missing kerneldoc annotation
Suresh Jayaraman
2010-07-11
1
-0
/
+1
*
fscache: fix a trivial typo in the comment
Suresh Jayaraman
2010-07-11
1
-1
/
+1
*
FS-Cache: Handle pages pending storage that get evicted under OOM conditions
David Howells
2009-11-19
1
-0
/
+27
*
FS-Cache: Implement data I/O part of netfs API
David Howells
2009-04-03
1
-5
/
+47
[next]