summaryrefslogtreecommitdiffstats
path: root/fs/afs
AgeCommit message (Expand)Author
2018-12-17afs: Fix validation/callback interactionDavid Howells
2018-11-27afs: Handle EIO from delivery functionDavid Howells
2018-10-15afs: Fix clearance of replyDavid Howells
2018-10-12afs: Fix afs_server struct leakDavid Howells
2018-10-12afs: Fix cell proc listDavid 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
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro
2018-05-23afs: Implement network namespacingDavid Howells
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells
2018-05-23afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells
2018-05-18afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells
2018-05-18afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells
2018-05-18afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells
2018-05-18afs: Move /proc management functions to the end of the fileDavid Howells
2018-05-16afs: Fix mounting of backup volumesMarc Dionne
2018-05-16afs: Fix directory permissions checkDavid Howells
2018-05-16afs: simplify procfs codeChristoph Hellwig
2018-05-14afs: Fix the non-encryption of callsDavid Howells
2018-05-14afs: Fix CB.CallBack handlingDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix afs_find_server search loopMarc Dionne
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells
2018-05-14afs: Fix refcounting in callback registrationDavid Howells