summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Fix callback handlingDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells
2018-10-24afs: Expand data structure fields to support YFSDavid Howells
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Handle EIO from delivery functionDavid Howells
2018-10-24afs: Fix TTL on VL server and address listsDavid Howells
2018-10-24afs: Implement VL server rotationDavid Howells
2018-10-24afs: Improve FS server rotation error handlingDavid Howells
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells
2018-10-24afs: Better tracing of protocol errorsDavid Howells
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-10-12afs: Fix cell proc listDavid Howells
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells
2018-10-04afs: Sort address lists so that they are in logical ascending orderDavid Howells
2018-10-04afs: Always build address lists using the helper functionsDavid Howells
2018-10-04afs: Do better max capacity handling on address listsDavid Howells
2018-09-07afs: Fix cell specification to permit an empty address listDavid Howells
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-08-05afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro
2018-08-05afs_lookup(): switch to d_splice_alias()Al Viro
2018-08-05afs: switch dynroot lookups to d_splice_alias()Al Viro
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells
2018-06-15afs: Enable IPv6 DNS lookupsDavid Howells
2018-06-15afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds