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
/
fs
/
afs
/
callback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
1
-1
/
+1
*
afs: Try to avoid taking RCU read lock when checking vnode validity
David Howells
2021-09-13
1
-0
/
+2
*
afs: Fix mmap coherency vs 3rd-party changes
David Howells
2021-09-13
1
-2
/
+40
*
afs: Fix the by-UUID server tree to allow servers with the same UUID
David Howells
2020-06-04
1
-2
/
+8
*
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
2020-06-04
1
-243
/
+43
*
afs: Build an abstraction around an "operation" concept
David Howells
2020-06-04
1
-6
/
+1
*
afs: Make callback processing more efficient.
David Howells
2020-05-31
1
-55
/
+95
*
vfs, afs, ext4: Make the inode hash table RCU searchable
David Howells
2020-05-31
1
-3
/
+9
*
afs: Fix possible assert with callbacks from yfs servers
Marc Dionne
2019-11-22
1
-1
/
+0
*
afs: Trace afs_server usage
David Howells
2019-06-20
1
-2
/
+2
*
afs: Add some callback management tracepoints
David Howells
2019-06-20
1
-4
/
+12
*
afs: Fix uninitialised spinlock afs_volume::cb_break_lock
David Howells
2019-06-20
1
-2
/
+2
*
afs: Make vnode->cb_interest RCU safe
David Howells
2019-05-16
1
-9
/
+12
*
afs: Fix lock-wait/callback-break double locking
David Howells
2019-05-16
1
-7
/
+1
*
afs: Fix in-progess ops to ignore server-level callback invalidation
David Howells
2019-04-13
1
-2
/
+1
*
afs: Implement YFS support in the fs client
David Howells
2018-10-24
1
-3
/
+6
*
afs: Remove callback details from afs_callback_break struct
David Howells
2018-10-24
1
-6
/
+2
*
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
2018-10-24
1
-1
/
+1
*
afs: Optimise callback breaking by not repeating volume lookup
David Howells
2018-06-15
1
-17
/
+93
*
afs: Fix whole-volume callback handling
David Howells
2018-05-14
1
-7
/
+21
*
afs: Fix refcounting in callback registration
David Howells
2018-05-14
1
-16
/
+40
*
afs: Do better accretion of small writes on newly created content
David Howells
2018-04-09
1
-0
/
+1
*
afs: Prospectively look up extra files when doing a single lookup
David Howells
2018-04-09
1
-4
/
+4
*
afs: Fix checker warnings
David Howells
2018-04-09
1
-20
/
+0
*
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
2017-11-13
1
-10
/
+10
*
afs: Overhaul the callback handling
David Howells
2017-11-13
1
-348
/
+136
*
afs: Lay the groundwork for supporting network namespaces
David Howells
2017-11-13
1
-22
/
+2
*
afs: Migrate vlocation fields to 64-bit
Tina Ruchandani
2017-03-16
1
-3
/
+4
*
afs: Kill afs_wait_mode
David Howells
2017-01-09
1
-1
/
+1
*
fs/afs/callback: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-09-04
1
-2
/
+2
*
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
2012-08-13
1
-3
/
+1
*
Fix various old email addresses for dwmw2
David Woodhouse
2008-06-06
1
-1
/
+1
*
fs/afs/: possible cleanups
Adrian Bunk
2007-10-17
1
-0
/
+2
*
AFS: implement file locking
David Howells
2007-07-16
1
-0
/
+3
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
1
-0
/
+1
*
AFS: AFS fixups
David Howells
2007-05-09
1
-6
/
+3
*
[AFS]: Fix use of __exit functions from __init path
David Howells
2007-05-03
1
-1
/
+1
*
[AFS]: Add "directory write" support.
David Howells
2007-04-26
1
-4
/
+32
*
[AFS]: Add security support.
David Howells
2007-04-26
1
-1
/
+4
*
[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
David Howells
2007-04-26
1
-96
/
+373
*
[AFS]: Clean up the AFS sources
David Howells
2007-04-26
1
-6
/
+3
*
fs/afs/callback.c should #include "cmservice.h"
Adrian Bunk
2005-11-08
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+168