index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
afs
/
cell.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-01
afs: Fix premature cell exposure through /afs
David Howells
1
-10
/
+17
2026-07-01
afs: Fix lack of locking around modifications of net->cells_dyn_ino
David Howells
1
-1
/
+7
2026-07-01
afs: Fix vllist leak
David Howells
1
-0
/
+2
2026-07-01
afs: Fix misplaced inc of net->cells_outstanding
David Howells
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-28
afs: Fix delayed allocation of a cell's anonymous key
David Howells
1
-35
/
+8
2025-10-29
afs: Fix dynamic lookup to fail on cell lookup failure
David Howells
1
-12
/
+66
2025-07-23
afs: Set vllist to NULL if addr parsing fails
Edward Adam Davis
1
-0
/
+1
2025-03-10
afs: Simplify cell record handling
David Howells
1
-240
/
+162
2025-03-10
afs: Fix afs_server ref accounting
David Howells
1
-1
/
+2
2025-03-10
afs: Drop the net parameter from afs_unuse_cell()
David Howells
1
-6
/
+6
2025-03-10
afs: Make afs_lookup_cell() take a trace note
David Howells
1
-5
/
+8
2025-03-10
afs: Change dynroot to create contents on demand
David Howells
1
-2
/
+7
2025-03-10
afs: Fix afs_atcell_get_link() to handle RCU pathwalk
David Howells
1
-5
/
+6
2025-01-10
afs: Add rootcell checks
David Howells
1
-0
/
+8
2025-01-10
afs: Make /afs/.<cell> as well as /afs/<cell> mountpoints
David Howells
1
-5
/
+8
2024-01-01
afs: Overhaul invalidation handling to better support RO volumes
David Howells
1
-2
/
+0
2024-01-01
afs: Apply server breaks to mmap'd files in the call processor
David Howells
1
-1
/
+1
2024-01-01
afs: Defer volume record destruction to a workqueue
David Howells
1
-1
/
+1
2024-01-01
afs: Make it possible to find the volumes that are using a server
David Howells
1
-0
/
+1
2023-12-21
afs: Fix overwriting of result of DNS query
David Howells
1
-2
/
+4
2022-08-02
afs: Use refcount_t rather than atomic_t
David Howells
1
-32
/
+29
2022-01-07
afs: Convert afs to use the new fscache API
David Howells
1
-12
/
+0
2021-09-13
afs: Fix mmap coherency vs 3rd-party changes
David Howells
1
-0
/
+2
2020-10-27
afs: Fix tracing deref-before-check
David Howells
1
-1
/
+2
2020-10-16
afs: Add tracing for cell refcount and active user count
David Howells
1
-29
/
+70
2020-10-16
afs: Fix cell removal
David Howells
1
-6
/
+10
2020-10-16
afs: Fix cell purging with aliases
David Howells
1
-0
/
+3
2020-10-16
afs: Fix cell refcounting by splitting the usage counter
David Howells
1
-46
/
+103
2020-10-16
afs: Fix rapid cell addition/removal by not using RCU on cells tree
David Howells
1
-71
/
+56
2020-06-27
afs: Fix storage of cell names
David Howells
1
-0
/
+9
2020-06-04
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
1
-2
/
+5
2020-06-04
afs: Add a tracepoint to track the lifetime of the afs_volume struct
David Howells
1
-1
/
+1
2020-06-04
afs: Detect cell aliases 1 - Cells with root volumes
David Howells
1
-0
/
+3
2020-01-26
afs: Fix characters allowed into cell names
David Howells
1
-1
/
+10
2019-08-22
afs: Fix leak in afs_lookup_cell_rcu()
David Howells
1
-0
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-16
afs: Fix cell DNS lookup
David Howells
1
-65
/
+102
2019-05-15
afs: Fix afs_cell records to always have a VL server list record
David Howells
1
-8
/
+11
2019-05-15
afs: Fix missing lock when replacing VL server list
David Howells
1
-3
/
+2
2019-02-25
afs: Fix manually set volume location server list
David Howells
1
-0
/
+1
2018-10-24
afs: Fix TTL on VL server and address lists
David Howells
1
-4
/
+22
2018-10-24
afs: Implement VL server rotation
David Howells
1
-18
/
+19
2018-10-12
afs: Fix cell proc list
David Howells
1
-2
/
+15
2018-06-15
afs: Display manually added cells in dynamic root mount
David Howells
1
-4
/
+8
2018-05-23
afs: Implement network namespacing
David Howells
1
-2
/
+2
2018-05-23
afs: Mark afs_net::ws_cell as __rcu and set using rcu functions
David Howells
1
-4
/
+4
2018-04-09
afs: Implement @cell substitution handling
David Howells
1
-0
/
+2
2018-04-09
afs: Don't over-increment the cell usage count when pinning it
David Howells
1
-2
/
+2
[next]