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