index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fscache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscache: Fix the volume collision wait condition
David Howells
2022-01-21
1
-2
/
+2
*
fscache: Add a tracepoint for cookie use/unuse
David Howells
2022-01-11
1
-4
/
+25
*
nfs: Implement cache I/O by accessing the cache directly
David Howells
2022-01-10
1
-0
/
+8
*
fscache, cachefiles: Display stat of culling events
David Howells
2022-01-07
1
-2
/
+5
*
fscache, cachefiles: Display stats of no-space events
David Howells
2022-01-07
1
-0
/
+8
*
fscache, cachefiles: Store the volume coherency data
David Howells
2022-01-07
1
-2
/
+12
*
fscache: Provide a function to resize a cookie
David Howells
2022-01-07
3
-2
/
+35
*
vfs, fscache: Implement pinning of cache usage for writeback
David Howells
2022-01-07
1
-0
/
+38
*
fscache: Implement higher-level write I/O interface
David Howells
2022-01-07
1
-0
/
+104
*
fscache: Provide read/write stat counters for the cache
David Howells
2022-01-07
1
-0
/
+9
*
fscache: Count data storage objects in a cache
David Howells
2022-01-07
1
-0
/
+2
*
fscache: Provide a means to begin an operation
David Howells
2022-01-07
3
-0
/
+163
*
fscache: Implement cookie invalidation
David Howells
2022-01-07
3
-1
/
+94
*
fscache: Implement cookie user counting and resource pinning
David Howells
2022-01-07
3
-1
/
+234
*
fscache: Implement simple cookie state machine
David Howells
2022-01-07
1
-42
/
+271
*
fscache: Add a function for a cache backend to note an I/O error
David Howells
2022-01-07
1
-0
/
+20
*
fscache: Provide and use cache methods to lookup/create/free a volume
David Howells
2022-01-07
1
-3
/
+86
*
fscache: Implement functions add/remove a cache
David Howells
2022-01-07
1
-0
/
+70
*
fscache: Implement cookie-level access helpers
David Howells
2022-01-07
3
-0
/
+102
*
fscache: Implement volume-level access helpers
David Howells
2022-01-07
3
-0
/
+88
*
fscache: Implement cache-level access helpers
David Howells
2022-01-07
3
-0
/
+66
*
fscache: Implement cookie registration
David Howells
2022-01-07
6
-1
/
+564
*
fscache: Implement volume registration
David Howells
2022-01-07
5
-1
/
+372
*
fscache: Implement cache registration
David Howells
2022-01-07
4
-0
/
+312
*
fscache: Implement a hash function
David Howells
2022-01-07
2
-0
/
+42
*
fscache: Introduce new driver
David Howells
2022-01-07
6
-0
/
+363
*
fscache: Remove the contents of the fscache driver, pending rewrite
David Howells
2022-01-07
14
-5879
/
+0
*
fscache, cachefiles: Disable configuration
David Howells
2022-01-07
1
-0
/
+3
*
fscache: Remove an unused static variable
David Howells
2021-10-04
1
-1
/
+0
*
fscache: Fix some kerneldoc warnings shown up by W=1
David Howells
2021-10-04
2
-0
/
+4
*
fscache: Use refcount_t for the cookie refcount instead of atomic_t
David Howells
2021-08-27
4
-20
/
+32
*
fscache: Fix fscache_cookie_put() to not deref after dec
David Howells
2021-08-27
3
-6
/
+8
*
fscache: Fix cookie key hashing
David Howells
2021-08-27
3
-13
/
+42
*
fscache: Change %p in format strings to something else
David Howells
2021-08-27
3
-14
/
+11
*
fscache: Remove the object list procfile
David Howells
2021-08-27
7
-440
/
+0
*
fscache, cachefiles: Remove the histogram stuff
David Howells
2021-08-27
8
-156
/
+0
*
fscache: Procfile to display cookies
David Howells
2021-08-27
3
-0
/
+111
*
fscache: Add a cookie debug ID and use that in traces
David Howells
2021-08-27
3
-16
/
+28
*
fscache: Select netfs stats if fscache stats are enabled
David Howells
2021-08-25
1
-0
/
+1
*
fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
David Howells
2021-04-23
6
-1
/
+124
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-04
1
-2
/
+1
|
\
|
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-2
/
+1
*
|
docs: filesystems: caching/backend-api.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
2
-5
/
+5
*
|
docs: filesystems: caching/operations.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
1
-1
/
+1
*
|
docs: filesystems: caching/netfs-api.txt: convert it to ReST
Mauro Carvalho Chehab
2020-05-05
1
-1
/
+1
*
|
docs: filesystems: convert caching/fscache.txt to ReST format
Mauro Carvalho Chehab
2020-05-05
1
-4
/
+4
*
|
docs: filesystems: convert caching/object.txt to ReST
Mauro Carvalho Chehab
2020-05-05
1
-1
/
+1
|
/
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
3
-7
/
+8
*
Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-11
1
-1
/
+1
*
Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
[next]