summaryrefslogtreecommitdiffstats
path: root/fs/afs/fsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-051-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/+11
* 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/+60
* afs: Overhaul permit cachingDavid Howells2017-11-131-3/+2
* 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/+0
* afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells2017-11-131-36/+0
* 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-011-86/+62
* rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-061-149/+72
* 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
* AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells2011-06-161-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* AFS: implement file lockingDavid Howells2007-07-161-1/+154
* AFS: implement statfsDavid Howells2007-05-111-0/+298
* AFS: write support fixesDavid Howells2007-05-101-6/+211
* AFS: implement basic file write supportDavid Howells2007-05-091-13/+319
* AFS: AFS fixupsDavid Howells2007-05-091-17/+20
* [AFS/AF_RXRPC]: Miscellaneous fixes.David Howells2007-05-031-1/+2
* [AFS]: Fix u64 printing in debug logging.David S. Miller2007-04-261-1/+2
* [AFS]: Add "directory write" support.David Howells2007-04-261-51/+574