index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
afs: Fix UAF when sending a message
David Howells
1
-1
/
+2
8 days
afs: Fix afs_fs_fetch_data() to subtract transferred from len
David Howells
1
-1
/
+1
8 days
afs: Fix afs_fs_fetch_data() to set call->async
David Howells
1
-0
/
+3
2026-08-03
afs: Fix afs_edit_dir_remove() to get, not find, block 0
David Howells
1
-1
/
+1
2026-07-24
afs: Fix unchecked-length string display in debug statement
David Howells
1
-1
/
+5
2026-07-24
afs: Fix the volume AFS_VOLUME_RM_TREE is set on
David Howells
1
-1
/
+1
2026-07-24
afs: Fix premature cell exposure through /afs
David Howells
2
-10
/
+18
2026-07-24
afs: Fix lack of locking around modifications of net->cells_dyn_ino
David Howells
2
-2
/
+8
2026-07-24
afs: Fix vllist leak
David Howells
1
-0
/
+2
2026-07-24
afs: Fix missing NULL pointer check in afs_break_some_callbacks()
David Howells
1
-1
/
+5
2026-07-24
afs: Fix callback service message parsers to pass through -EAGAIN
David Howells
1
-2
/
+0
2026-07-24
afs: Fix reinitialisation of the inode, in particular ->lock_work
David Howells
2
-1
/
+2
2026-07-24
afs: Fix misplaced inc of net->cells_outstanding
David Howells
1
-1
/
+1
2026-07-24
afs: Fix bulk lookup malfunction due to change in dir_emit() API
David Howells
1
-15
/
+25
2026-07-24
afs: Remove erroneous seq |= 1 in volume lookup loop
Li RongQing
1
-1
/
+0
2026-07-24
afs: use kvfree() to free memory allocated by kvcalloc()
Zilin Guan
1
-1
/
+1
2026-07-24
afs: Fix double netfs initialisation in afs_root_iget()
David Howells
1
-1
/
+0
2026-07-24
afs: Fix error code in afs_extract_vl_addrs()
Dan Carpenter
1
-1
/
+3
2026-07-24
afs: Fix uncancelled rxrpc OOB message handler
David Howells
2
-2
/
+6
2026-07-24
afs: Fix further netns teardown to cancel the preallocation charger
David Howells
1
-0
/
+5
2026-07-24
afs: handle CB.InitCallBackState3 requests without a server record
Nan Li
1
-0
/
+5
2026-07-24
afs: fix NULL pointer dereference in afs_get_tree()
Matvey Kovalev
1
-1
/
+2
2026-07-24
afs: Fix netns teardown to cancel the preallocation charger
David Howells
1
-2
/
+4
2026-06-01
netfs, afs: Fix write skipping in dir/link writepages
David Howells
1
-1
/
+10
2026-05-07
fs: afs: revert mmap_prepare() change
Lorenzo Stoakes (Oracle)
1
-6
/
+6
2026-03-19
rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()
Miaoqian Lin
1
-4
/
+4
2025-11-29
afs: Fix uninit var in afs_alloc_anon_key()
David Howells
1
-1
/
+2
2025-11-28
afs: Fix delayed allocation of a cell's anonymous key
David Howells
3
-43
/
+49
2025-10-29
afs: Fix dynamic lookup to fail on cell lookup failure
David Howells
7
-18
/
+86
2025-10-03
Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-6
/
+6
2025-10-03
Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-64
/
+473
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-5
/
+5
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2025-09-25
afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
David Howells
8
-64
/
+473
2025-09-25
afs: Fix potential null pointer dereference in afs_put_server
Zhen Ni
1
-1
/
+2
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-2
/
+2
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2
-3
/
+3
2025-09-16
afs_dir_search: constify qstr argument
Al Viro
2
-2
/
+2
2025-09-16
afs_edit_dir_{add,remove}(): constify qstr argument
Al Viro
2
-4
/
+4
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-2
/
+2
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-1
/
+2
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2025-07-23
afs: Set vllist to NULL if addr parsing fails
Edward Adam Davis
1
-0
/
+1
2025-07-23
afs: Fix check for NULL terminator
Leo Stone
1
-1
/
+1
2025-06-19
fs: convert most other generic_file_*mmap() users to .mmap_prepare()
Lorenzo Stoakes
1
-6
/
+6
2025-06-11
new helper: set_default_d_op()
Al Viro
1
-2
/
+2
2025-06-03
Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+5
2025-05-31
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+0
[next]