aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells1-1/+0
2019-02-28afs: Add fs_context supportDavid Howells1-4/+4
2018-11-29afs: Fix missing net error handlingDavid Howells1-0/+9
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-19/+79
2018-10-24afs: Fix callback handlingDavid Howells1-3/+6
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells1-1/+0
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells1-0/+3
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-1/+34
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-0/+2
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells1-0/+11
2018-10-24afs: Implement VL server rotationDavid Howells1-13/+101
2018-10-24afs: Improve FS server rotation error handlingDavid Howells1-0/+1
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-4/+52
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-12afs: Fix cell proc listDavid Howells1-2/+2
2018-10-04afs: Do better max capacity handling on address listsDavid Howells1-3/+5
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder1-1/+2
2018-06-15afs: Optimise callback breaking by not repeating volume lookupDavid Howells1-2/+13
2018-06-15afs: Display manually added cells in dynamic root mountDavid Howells1-1/+6
2018-06-15afs: Handle CONFIG_PROC_FS=nDavid Howells1-0/+8
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-3/+22
2018-05-23afs: Implement network namespacingDavid Howells1-19/+24
2018-05-23afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells1-1/+1
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-0/+15
2018-05-14afs: Fix refcounting in callback registrationDavid Howells1-2/+5
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells1-0/+1
2018-05-14afs: Fix directory page lockingDavid Howells1-1/+1
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells1-1/+1
2018-04-09afs: Add stats for data transfer operationsDavid Howells1-0/+4
2018-04-09afs: Trace protocol errorsDavid Howells1-0/+1
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-5/+14
2018-04-09afs: Fix directory handlingDavid Howells1-5/+8
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells1-2/+10
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells1-0/+6
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-3/+5
2018-04-09afs: Introduce a statistics proc fileDavid Howells1-1/+14
2018-04-09afs: Implement @sys substitution handlingDavid Howells1-0/+16
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-1/+9
2018-04-09afs: Fix checker warningsDavid Howells1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-0/+7
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells1-0/+1
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-4/+8
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells1-1/+4
2017-11-17afs: Fix file lockingDavid Howells1-7/+16
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-9/+54
2017-11-13afs: Implement shared-writeable mmapDavid Howells1-0/+1
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-33/+18
2017-11-13afs: Introduce a file-private data recordDavid Howells1-0/+14