index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
rotate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
afs: Fix offline and busy message emission
David Howells
2024-01-01
1
-10
/
+21
*
afs: Fix fileserver rotation
David Howells
2024-01-01
1
-48
/
+130
*
afs: Overhaul invalidation handling to better support RO volumes
David Howells
2024-01-01
1
-5
/
+19
*
afs: Parse the VolSync record in the reply of a number of RPC ops
David Howells
2024-01-01
1
-1
/
+3
*
afs: Don't leave DONTUSE/NEWREPSITE servers out of server list
David Howells
2024-01-01
1
-1
/
+3
*
afs: Keep a record of the current fileserver endpoint state
David Howells
2024-01-01
1
-34
/
+46
*
afs: Add some more info to /proc/net/afs/servers
David Howells
2024-01-01
1
-0
/
+2
*
afs: Fold the afs_addr_cursor struct in
David Howells
2023-12-24
1
-27
/
+44
*
afs: Rename some fields
David Howells
2023-12-24
1
-18
/
+18
*
afs: Add a tracepoint for struct afs_addr_list
David Howells
2023-12-24
1
-2
/
+2
*
afs: Simplify error handling
David Howells
2023-12-24
1
-28
/
+30
*
afs: Wrap most op->error accesses with inline funcs
David Howells
2023-12-24
1
-24
/
+31
*
afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
David Howells
2023-12-24
1
-5
/
+6
*
afs: Handle the VIO and UAEIO aborts explicitly
David Howells
2023-12-24
1
-0
/
+7
*
afs: Rename addr_list::failed to probe_failed
David Howells
2023-12-24
1
-1
/
+1
*
afs: Don't skip server addresses for which we didn't get an RTT reading
David Howells
2023-12-24
1
-1
/
+1
*
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
1
-3
/
+3
*
afs: Turn the afs_addr_list address array into an array of structs
David Howells
2023-12-24
1
-1
/
+1
*
afs: Add comments on abort handling
David Howells
2023-12-24
1
-11
/
+90
*
afs: Adjust ACK interpretation to try and cope with NAT
David Howells
2022-05-22
1
-0
/
+4
*
afs: Try to avoid taking RCU read lock when checking vnode validity
David Howells
2021-09-13
1
-0
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
afs: Adjust the fileserver rotation algorithm to reprobe/retry more quickly
David Howells
2020-06-04
1
-2
/
+27
*
afs: Don't use probe running state to make decisions outside probe code
David Howells
2020-06-04
1
-1
/
+2
*
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
2020-06-04
1
-108
/
+20
*
afs: Detect cell aliases 1 - Cells with root volumes
David Howells
2020-06-04
1
-3
/
+5
*
afs: Build an abstraction around an "operation" concept
David Howells
2020-06-04
1
-94
/
+34
*
afs: Rename struct afs_fs_cursor to afs_operation
David Howells
2020-05-31
1
-146
/
+146
*
afs: Actively poll fileservers to maintain NAT or firewall openings
David Howells
2020-05-31
1
-5
/
+2
*
afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
David Howells
2020-04-24
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
1
-5
/
+1
*
afs: Make vnode->cb_interest RCU safe
David Howells
2019-05-16
1
-6
/
+12
*
afs: Make some RPC operations non-interruptible
David Howells
2019-05-16
1
-9
/
+18
*
afs: Fix "kAFS: AFS vnode with undefined type 0"
David Howells
2019-05-16
1
-0
/
+2
*
afs: Fix missing net error handling
David Howells
2018-11-30
1
-40
/
+13
*
afs: Probe multiple fileservers simultaneously
David Howells
2018-10-24
1
-60
/
+114
*
afs: Allow dumping of server cursor on operation failure
David Howells
2018-10-24
1
-0
/
+57
*
afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
David Howells
2018-10-24
1
-1
/
+1
*
afs: Improve FS server rotation error handling
David Howells
2018-10-24
1
-42
/
+53
*
rxrpc: Fix handling of call quietly cancelled out on server
David Howells
2018-06-04
1
-0
/
+4
*
afs: Fix VNOVOL handling in address rotation
David Howells
2018-05-14
1
-2
/
+2
*
afs: Fix server rotation's handling of fileserver probe failure
David Howells
2018-05-14
1
-2
/
+10
*
afs: Fix refcounting in callback registration
David Howells
2018-05-14
1
-2
/
+2
*
afs: Fix checker warnings
David Howells
2018-04-09
1
-1
/
+1
*
afs: Rearrange afs_select_fileserver() a little
David Howells
2018-02-06
1
-22
/
+20
*
afs: Remove unused code
David Howells
2018-02-06
1
-235
/
+0
*
afs: Need to clear responded flag in addr cursor
David Howells
2018-02-06
1
-6
/
+2
*
afs: Fix missing cursor clearance
David Howells
2018-02-06
1
-6
/
+6
*
afs: Fix file locking
David Howells
2017-11-17
1
-14
/
+56
*
afs: Overhaul volume and server record caching and fileserver rotation
David Howells
2017-11-13
1
-0
/
+461
[next]