index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
Age
Commit message (
Expand
)
Author
6 days
netfs: Replace wb_lock with a bit lock for asynchronicity
David Howells
6 days
afs: Fix unchecked-length string display in debug statement
David Howells
6 days
afs: Fix the volume AFS_VOLUME_RM_TREE is set on
David Howells
6 days
afs: Fix premature cell exposure through /afs
David Howells
6 days
afs: Fix lack of locking around modifications of net->cells_dyn_ino
David Howells
6 days
afs: Fix vllist leak
David Howells
6 days
afs: Fix leak of ungot volume
David Howells
6 days
afs: Fix missing NULL pointer check in afs_break_some_callbacks()
David Howells
6 days
afs: Use scoped_seqlock_read() rather than manually doing seqlock stuff
David Howells
6 days
afs: Fix callback service message parsers to pass through -EAGAIN
David Howells
6 days
afs: Fix reinitialisation of the inode, in particular ->lock_work
David Howells
6 days
afs: Fix misplaced inc of net->cells_outstanding
David Howells
6 days
afs: Fix bulk lookup malfunction due to change in dir_emit() API
David Howells
6 days
afs: check for duplicate servers in VL server list
Yuto Ohnuki
6 days
afs: Remove erroneous seq |= 1 in volume lookup loop
Li RongQing
6 days
afs: use kvfree() to free memory allocated by kvcalloc()
Zilin Guan
6 days
afs: Fix directory inode initialisation order
David Howells
6 days
afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpoints
David Howells
6 days
afs: Fix double netfs initialisation in afs_root_iget()
David Howells
6 days
afs: fix NULL pointer dereference in afs_get_tree()
Matvey Kovalev
6 days
afs: Fix error code in afs_extract_vl_addrs()
Dan Carpenter
6 days
afs: handle CB.InitCallBackState3 requests without a server record
Nan Li
12 days
afs: Fix uncancelled rxrpc OOB message handler
David Howells
12 days
afs: Fix further netns teardown to cancel the preallocation charger
David Howells
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-06-12
afs: Fix netns teardown to cancel the preallocation charger
David Howells
2026-06-05
VFS: use wait_var_event for waiting in d_alloc_parallel()
NeilBrown
2026-05-12
afs: Fix the locking used by afs_get_link()
David Howells
2026-05-12
netfs, afs: Fix write skipping in dir/link writepages
David Howells
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-05
fs: afs: restore mmap_prepare implementation
Lorenzo Stoakes (Oracle)
2026-04-05
fs: afs: revert mmap_prepare() change
Lorenzo Stoakes (Oracle)
2026-04-05
fs: remove unncessary pagevec.h includes
Tal Zussman
2026-04-05
mm: remove stray references to struct pagevec
Tal Zussman
2026-03-06
rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()
Miaoqian Lin
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-11-28
afs: Fix uninit var in afs_alloc_anon_key()
David Howells
2025-11-28
afs: Fix delayed allocation of a cell's anonymous key
David Howells
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-29
afs: Fix dynamic lookup to fail on cell lookup failure
David Howells
[next]