summaryrefslogtreecommitdiffstats
path: root/fs/afs/fsclient.c
AgeCommit message (Expand)AuthorLines
2019-09-02afs: Use afs_extract_discard() rather than iov_iter_discard()David Howells-2/+2
2019-09-02afs: remove unused variable 'afs_zero_fid'YueHaibing-2/+0
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva-18/+33
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-06-20afs: Trace afs_server usageDavid Howells-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells-0/+2
2019-05-16afs: Don't save callback version and type fieldsDavid Howells-2/+2
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells-332/+133
2019-05-16afs: Always get the reply timeDavid Howells-9/+0
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells-12/+9
2019-05-16afs: Get rid of afs_call::reply[]David Howells-143/+144
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells-6/+1
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells-31/+26
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells-0/+19
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells-0/+1
2019-05-07Merge tag 'afs-next-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+239
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-12/+19
2019-05-07afs: implement acl settingJoe Gorse-4/+57
2019-05-07afs: Get an AFS3 ACL as an xattrDavid Howells-0/+122
2019-04-25afs: Provide mount-time configurable byte-range file locking emulationDavid Howells-1/+1
2019-04-25afs: Add more tracepointsDavid Howells-5/+5
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells-0/+4
2019-04-25afs: Split wait from afs_make_call()David Howells-28/+50
2019-04-08afs: Mark expected switch fall-throughsGustavo A. R. Silva-12/+19
2019-03-28afs: Fix StoreData op marshallingDavid Howells-3/+3
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells-10/+17
2018-10-24afs: Fix callback handlingDavid Howells-1/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells-18/+86
2018-10-24afs: Expand data structure fields to support YFSDavid Howells-4/+5
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells-5/+17
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells-11/+5
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells-12/+12
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells-187/+95
2018-10-24afs: Better tracing of protocol errorsDavid Howells-46/+71
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-44/+56
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-1/+1
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro-8/+20
2018-05-23afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells-42/+55
2018-05-14afs: Fix whole-volume callback handlingDavid Howells-1/+1
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells-8/+21
2018-04-09afs: Trace protocol errorsDavid Howells-33/+35
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells-13/+22
2018-04-09afs: Fix directory handlingDavid Howells-9/+15
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells-109/+161
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells-35/+48
2018-04-09afs: Dump bad status recordDavid Howells-0/+35
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells-6/+266
2018-01-29afs: convert to new i_version APIJeff Layton-1/+2