summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix life checkDavid Howells2018-11-151-1/+10
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-2416-349/+1047
* afs: Fix callback handlingDavid Howells2018-10-244-8/+12
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-246-10/+5Star
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-245-0/+127
* afs: Implement YFS support in the fs clientDavid Howells2018-10-248-27/+2443
* afs: Expand data structure fields to support YFSDavid Howells2018-10-242-21/+23
* afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells2018-10-241-1/+10
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-245-8/+28
* afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells2018-10-241-11/+5Star
* afs: Implement the YFS cache manager serviceDavid Howells2018-10-243-1/+174
* afs: Remove callback details from afs_callback_break structDavid Howells2018-10-243-19/+8Star
* afs: Commit the status on a new file/dir/symlinkDavid Howells2018-10-241-0/+1
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-2416-79/+84
* afs: Don't invoke the server to read data beyond EOFDavid Howells2018-10-241-0/+11
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-247-16/+33
* afs: Handle EIO from delivery functionDavid Howells2018-10-241-1/+4
* afs: Fix TTL on VL server and address listsDavid Howells2018-10-242-7/+33
* afs: Implement VL server rotationDavid Howells2018-10-2411-218/+905
* afs: Improve FS server rotation error handlingDavid Howells2018-10-243-45/+55
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-245-298/+225Star
* afs: Better tracing of protocol errorsDavid Howells2018-10-246-62/+100
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-8/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+0Star
|\
| * afs: Fix clearance of replyDavid Howells2018-10-152-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-136-10/+24
|\|
| * afs: Fix afs_server struct leakDavid Howells2018-10-121-0/+2
| * afs: Fix cell proc listDavid Howells2018-10-125-10/+22
* | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-041-14/+15
* | afs: Sort address lists so that they are in logical ascending orderDavid Howells2018-10-041-27/+24Star
* | afs: Always build address lists using the helper functionsDavid Howells2018-10-041-17/+15Star
* | afs: Do better max capacity handling on address listsDavid Howells2018-10-042-11/+16
|/
* afs: Fix cell specification to permit an empty address listDavid Howells2018-09-081-8/+7Star
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-242-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-11/+17
|\
| * rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-11/+17
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-08-142-58/+12Star
|\ \
| * | afs_try_auto_mntpt(): return NULL instead of ERR_PTR(-ENOENT)Al Viro2018-08-052-13/+2Star
| * | afs_lookup(): switch to d_splice_alias()Al Viro2018-08-051-35/+12Star
| * | afs: switch dynroot lookups to d_splice_alias()Al Viro2018-08-051-15/+3Star
| |/
* / atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
|/
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-1614-633/+716
|\
| * afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-153-20/+107
| * afs: Display manually added cells in dynamic root mountDavid Howells2018-06-155-27/+170
| * afs: Enable IPv6 DNS lookupsDavid Howells2018-06-152-2/+2
| * afs: Show all of a server's addresses in /proc/fs/afs/serversDavid Howells2018-06-151-2/+8
| * afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-152-2/+10
| * Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-0316-167/+222
| |\
| * | afs: Implement network namespacingDavid Howells2018-05-238-295/+173Star
| * | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-233-6/+6