aboutsummaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 1-2/+3
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 2-2/+2
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 8-122/+148
2018-11-29afs: Use d_instantiate() rather than d_add() and don't d_drop()Gravatar David Howells 1-3/+1
2018-11-29afs: Fix missing net error handlingGravatar David Howells 6-113/+135
2018-11-29afs: Fix validation/callback interactionGravatar David Howells 1-6/+12
2018-11-15rxrpc: Fix life checkGravatar David Howells 1-1/+10
2018-10-24afs: Probe multiple fileservers simultaneouslyGravatar David Howells 16-349/+1047
2018-10-24afs: Fix callback handlingGravatar David Howells 4-8/+12
2018-10-24afs: Eliminate the address pointer from the address list cursorGravatar David Howells 6-10/+5
2018-10-24afs: Allow dumping of server cursor on operation failureGravatar David Howells 5-0/+127
2018-10-24afs: Implement YFS support in the fs clientGravatar David Howells 8-27/+2443
2018-10-24afs: Expand data structure fields to support YFSGravatar David Howells 2-21/+23
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itGravatar David Howells 1-1/+10
2018-10-24afs: Calc callback expiry in op reply deliveryGravatar David Howells 5-8/+28
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeGravatar David Howells 1-11/+5
2018-10-24afs: Implement the YFS cache manager serviceGravatar David Howells 3-1/+174
2018-10-24afs: Remove callback details from afs_callback_break structGravatar David Howells 3-19/+8
2018-10-24afs: Commit the status on a new file/dir/symlinkGravatar David Howells 1-0/+1
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSGravatar David Howells 16-79/+84
2018-10-24afs: Don't invoke the server to read data beyond EOFGravatar David Howells 1-0/+11
2018-10-24afs: Add a couple of tracepoints to log I/O errorsGravatar David Howells 7-16/+33
2018-10-24afs: Handle EIO from delivery functionGravatar David Howells 1-1/+4
2018-10-24afs: Fix TTL on VL server and address listsGravatar David Howells 2-7/+33
2018-10-24afs: Implement VL server rotationGravatar David Howells 11-218/+905
2018-10-24afs: Improve FS server rotation error handlingGravatar David Howells 3-45/+55
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()Gravatar David Howells 5-298/+225
2018-10-24afs: Better tracing of protocol errorsGravatar David Howells 6-62/+100
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-8/+7
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+0
2018-10-15afs: Fix clearance of replyGravatar David Howells 2-4/+0
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-10/+24
2018-10-12afs: Fix afs_server struct leakGravatar David Howells 1-0/+2
2018-10-12afs: Fix cell proc listGravatar David Howells 5-10/+22
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6Gravatar David Howells 1-14/+15
2018-10-04afs: Sort address lists so that they are in logical ascending orderGravatar David Howells 1-27/+24
2018-10-04afs: Always build address lists using the helper functionsGravatar David Howells 1-17/+15
2018-10-04afs: Do better max capacity handling on address listsGravatar David Howells 2-11/+16
2018-09-07afs: Fix cell specification to permit an empty address listGravatar David Howells 1-8/+7
2018-08-23fs/afs: use new return type vm_fault_tGravatar Souptick Joarder 2-2/+3
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-11/+17
2018-08-13Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-58/+12
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Gravatar Al Viro 2-13/+2
2018-08-05afs_lookup(): switch to d_splice_alias()Gravatar Al Viro 1-35/+12
2018-08-05afs: switch dynroot lookups to d_splice_alias()Gravatar Al Viro 1-15/+3
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerGravatar David Howells 1-11/+17
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-1/+1
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 14-633/+716
2018-06-15afs: Optimise callback breaking by not repeating volume lookupGravatar David Howells 3-20/+107
2018-06-15afs: Display manually added cells in dynamic root mountGravatar David Howells 5-27/+170