index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
afs: Fix ignored callbacks over ipv4
Marc Dionne
2024-02-20
1
-9
/
+5
*
afs: Apply server breaks to mmap'd files in the call processor
David Howells
2024-01-01
1
-2
/
+0
*
afs: Make it possible to find the volumes that are using a server
David Howells
2024-01-01
1
-0
/
+1
*
afs: Keep a record of the current fileserver endpoint state
David Howells
2024-01-01
1
-23
/
+46
*
afs: Fold the afs_addr_cursor struct in
David Howells
2023-12-24
1
-5
/
+1
*
afs: Use peer + service_id as call address
David Howells
2023-12-24
1
-0
/
+1
*
afs: Add a tracepoint for struct afs_addr_list
David Howells
2023-12-24
1
-4
/
+5
*
afs: Simplify error handling
David Howells
2023-12-24
1
-1
/
+0
*
afs: Wrap most op->error accesses with inline funcs
David Howells
2023-12-24
1
-3
/
+3
*
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
2023-12-24
1
-34
/
+7
*
afs: Turn the afs_addr_list address array into an array of structs
David Howells
2023-12-24
1
-2
/
+2
*
afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
Oleg Nesterov
2023-12-24
1
-3
/
+4
*
afs: Fix server->active leak in afs_put_server
Marc Dionne
2022-11-30
1
-1
/
+1
*
afs: Fix access after dec in put functions
David Howells
2022-08-02
1
-9
/
+13
*
afs: Use refcount_t rather than atomic_t
David Howells
2022-08-02
1
-17
/
+23
*
afs: Fix mmap coherency vs 3rd-party changes
David Howells
2021-09-13
1
-0
/
+2
*
afs: Don't assert on unpurgeable server records
David Howells
2020-10-16
1
-1
/
+6
*
afs: Fix hang on rmmod due to outstanding timer
David Howells
2020-06-20
1
-1
/
+2
*
afs: Don't use probe running state to make decisions outside probe code
David Howells
2020-06-04
1
-0
/
+1
*
afs: Fix the by-UUID server tree to allow servers with the same UUID
David Howells
2020-06-04
1
-8
/
+48
*
afs: Reorganise volume and server trees to be rooted on the cell
David Howells
2020-06-04
1
-6
/
+7
*
afs: Build an abstraction around an "operation" concept
David Howells
2020-06-04
1
-16
/
+21
*
afs: Rename struct afs_fs_cursor to afs_operation
David Howells
2020-05-31
1
-4
/
+4
*
afs: Make callback processing more efficient.
David Howells
2020-05-31
1
-2
/
+2
*
afs: Actively poll fileservers to maintain NAT or firewall openings
David Howells
2020-05-31
1
-11
/
+8
*
afs: Split the usage count on struct afs_server
David Howells
2020-05-31
1
-51
/
+100
*
afs: Use the serverUnique field in the UVLDB record to reduce rpc ops
David Howells
2020-05-31
1
-12
/
+14
*
afs: Make record checking use TASK_UNINTERRUPTIBLE when appropriate
David Howells
2020-04-24
1
-5
/
+2
*
afs: Fix afs_find_server lookups for ipv4 peers
Marc Dionne
2019-12-09
1
-13
/
+8
*
afs: Remove set but not used variable 'ret'
zhengbin
2019-11-21
1
-2
/
+1
*
Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-07-11
1
-7
/
+32
|
\
|
*
afs: Trace afs_server usage
David Howells
2019-06-20
1
-7
/
+32
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
afs: Make some RPC operations non-interruptible
David Howells
2019-05-16
1
-0
/
+11
*
afs: Fix error propagation from server record check/update
David Howells
2019-05-16
1
-3
/
+3
*
afs: Fix in-progess ops to ignore server-level callback invalidation
David Howells
2019-04-13
1
-1
/
+0
*
afs: Probe multiple fileservers simultaneously
David Howells
2018-10-24
1
-102
/
+7
*
afs: Eliminate the address pointer from the address list cursor
David Howells
2018-10-24
1
-2
/
+0
*
afs: Implement YFS support in the fs client
David Howells
2018-10-24
1
-0
/
+8
*
afs: Add a couple of tracepoints to log I/O errors
David Howells
2018-10-24
1
-1
/
+1
*
afs: Implement VL server rotation
David Howells
2018-10-24
1
-30
/
+12
*
afs: Fix clearance of reply
David Howells
2018-10-15
1
-2
/
+0
*
afs: Fix afs_server struct leak
David Howells
2018-10-12
1
-0
/
+2
*
afs: Optimise callback breaking by not repeating volume lookup
David Howells
2018-06-15
1
-1
/
+1
*
afs: Fix afs_find_server search loop
Marc Dionne
2018-05-14
1
-13
/
+0
*
afs: Fix giving up callbacks on server destruction
David Howells
2018-05-14
1
-3
/
+5
*
afs: Fix server record deletion
David Howells
2018-04-20
1
-1
/
+8
*
afs: Fix checker warnings
David Howells
2018-04-09
1
-6
/
+8
*
sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...
Peter Zijlstra
2018-03-20
1
-3
/
+3
*
afs: Make use of the YFS service upgrade to fully support IPv6
David Howells
2017-11-13
1
-1
/
+4
[next]