summaryrefslogtreecommitdiffstats
path: root/fs/afs/fsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-141/+206
* afs: Add an address list conceptDavid Howells2017-11-131-61/+60Star
* afs: Overhaul permit cachingDavid Howells2017-11-131-3/+2Star
* afs: Overhaul the callback handlingDavid Howells2017-11-131-93/+97
* afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells2017-11-131-68/+68
* afs: Consolidate abort_to_error translatorsDavid Howells2017-11-131-18/+0Star
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-36/+0Star
* afs: Lay the groundwork for supporting network namespacesDavid Howells2017-11-131-19/+37
* afs: Populate and use client modification timeMarc Dionne2017-03-161-9/+9
* afs: Fix the maths in afs_fs_store_data()David Howells2017-03-161-1/+1
* afs: Make struct afs_read::remain 64-bitDavid Howells2017-03-161-4/+4
* afs: Fix AFS read bugDavid Howells2017-03-161-1/+1
* afs: Prevent callback expiry timer overflowTina Ruchandani2017-03-161-1/+1
* afs: Handle a short write to an AFS pageDavid Howells2017-03-161-1/+3
* afs: Handle better the server returning excess or short dataDavid Howells2017-03-161-14/+35
* afs: Kill afs_wait_modeDavid Howells2017-01-091-40/+40
* afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells2017-01-061-41/+76
* afs: unmapping the wrong bufferDan Carpenter2016-10-131-2/+2
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-021-86/+62Star
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-149/+72Star
* afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-4/+10
* afs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1