summaryrefslogtreecommitdiff
path: root/fs/afs/internal.h
AgeCommit message (Expand)Author
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells
2019-02-28afs: Add fs_context supportDavid Howells
2018-11-29afs: Fix missing net error handlingDavid Howells
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: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12afs: Fix cell proc listDavid Howells
2018-10-04afs: Do better max capacity handling on address listsDavid Howells
2018-08-23fs/afs: use new return type vm_fault_tSouptick Joarder
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: Handle CONFIG_PROC_FS=nDavid Howells
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-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix refcounting in callback registrationDavid Howells
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells
2018-05-14afs: Fix directory page lockingDavid Howells
2018-04-09afs: Do better accretion of small writes on newly created contentDavid Howells
2018-04-09afs: Add stats for data transfer operationsDavid Howells
2018-04-09afs: Trace protocol errorsDavid Howells
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells
2018-04-09afs: Fix directory handlingDavid Howells
2018-04-09afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells
2018-04-09afs: Rearrange status mappingDavid Howells
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells
2018-04-09afs: Introduce a statistics proc fileDavid Howells
2018-04-09afs: Implement @sys substitution handlingDavid Howells
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells
2018-04-09afs: Fix checker warningsDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells
2017-11-17afs: Fix file lockingDavid Howells
2017-11-13afs: Protect call->state changes against signalsDavid Howells
2017-11-13afs: Implement shared-writeable mmapDavid Howells
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells