summaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells2019-05-151-1/+1
* afs: Implement YFS ACL settingDavid Howells2019-05-071-0/+1
* afs: Get YFS ACLs and information through xattrsDavid Howells2019-05-071-0/+13
* afs: implement acl settingJoe Gorse2019-05-071-0/+1
* afs: Get an AFS3 ACL as an xattrDavid Howells2019-05-071-0/+7
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-1/+2
* afs: Provide mount-time configurable byte-range file locking emulationDavid Howells2019-04-251-0/+14
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+10
* afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2019-04-251-0/+1
* afs: Calculate lock extend timer from set/extend reply receptionDavid Howells2019-04-251-0/+2
* afs: Split wait from afs_make_call()David Howells2019-04-251-5/+7
* afs: Fix in-progess ops to ignore server-level callback invalidationDavid Howells2019-04-131-3/+1
* afs: Use fs_context to pass parameters over automountDavid Howells2019-02-281-1/+0
* afs: Add fs_context supportDavid Howells2019-02-281-4/+4
* afs: Fix missing net error handlingDavid Howells2018-11-291-0/+9
* afs: Probe multiple fileservers simultaneouslyDavid Howells2018-10-241-19/+79
* afs: Fix callback handlingDavid Howells2018-10-241-3/+6
* afs: Eliminate the address pointer from the address list cursorDavid Howells2018-10-241-1/+0
* afs: Allow dumping of server cursor on operation failureDavid Howells2018-10-241-0/+3
* afs: Implement YFS support in the fs clientDavid Howells2018-10-241-1/+34
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-0/+2
* afs: Add a couple of tracepoints to log I/O errorsDavid Howells2018-10-241-0/+11
* afs: Implement VL server rotationDavid Howells2018-10-241-13/+101
* afs: Improve FS server rotation error handlingDavid Howells2018-10-241-0/+1
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2018-10-241-4/+52
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-2/+2
|\
| * afs: Fix cell proc listDavid Howells2018-10-121-2/+2
* | afs: Do better max capacity handling on address listsDavid Howells2018-10-041-3/+5
|/
* fs/afs: use new return type vm_fault_tSouptick Joarder2018-08-231-1/+2
* afs: Optimise callback breaking by not repeating volume lookupDavid Howells2018-06-151-2/+13
* afs: Display manually added cells in dynamic root mountDavid Howells2018-06-151-1/+6
* afs: Handle CONFIG_PROC_FS=nDavid Howells2018-06-151-0/+8
* Merge tag 'afs-fixes-20180514' into afs-procAl Viro2018-06-021-3/+22
|\
| * afs: Fix whole-volume callback handlingDavid Howells2018-05-141-0/+15
| * afs: Fix refcounting in callback registrationDavid Howells2018-05-141-2/+5
| * afs: Fix giving up callbacks on server destructionDavid Howells2018-05-141-0/+1
| * afs: Fix directory page lockingDavid Howells2018-05-141-1/+1
* | afs: Implement network namespacingDavid Howells2018-05-231-19/+24
* | afs: Mark afs_net::ws_cell as __rcu and set using rcu functionsDavid Howells2018-05-231-1/+1
|/
* afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-091-1/+1
* afs: Add stats for data transfer operationsDavid Howells2018-04-091-0/+4
* afs: Trace protocol errorsDavid Howells2018-04-091-0/+1
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-5/+14
* afs: Fix directory handlingDavid Howells2018-04-091-5/+8
* afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-091-2/+10
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-091-0/+1
* afs: Rearrange status mappingDavid Howells2018-04-091-0/+6
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-091-3/+5
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-1/+14