aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/fsclient.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells1-10/+17
2018-10-24afs: Fix callback handlingDavid Howells1-1/+1
2018-10-24afs: Implement YFS support in the fs clientDavid Howells1-18/+86
2018-10-24afs: Expand data structure fields to support YFSDavid Howells1-4/+5
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells1-5/+17
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells1-11/+5
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells1-12/+12
2018-10-24afs: Set up the iov_iter before calling afs_extract_data()David Howells1-187/+95
2018-10-24afs: Better tracing of protocol errorsDavid Howells1-46/+71
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-44/+56
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-06-02Merge tag 'afs-fixes-20180514' into afs-procAl Viro1-8/+20
2018-05-23afs: Fix a Sparse warning in xdr_decode_AFSFetchStatus()David Howells1-42/+55
2018-05-14afs: Fix whole-volume callback handlingDavid Howells1-1/+1
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-04-09afs: Trace protocol errorsDavid Howells1-33/+35
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-13/+22
2018-04-09afs: Fix directory handlingDavid Howells1-9/+15
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells1-0/+1
2018-04-09afs: Rearrange status mappingDavid Howells1-109/+161
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells1-35/+48
2018-04-09afs: Dump bad status recordDavid Howells1-0/+35
2018-04-09afs: Prospectively look up extra files when doing a single lookupDavid Howells1-6/+266
2018-01-29afs: convert to new i_version APIJeff Layton1-1/+2
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-13/+11
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-12/+63
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-141/+206
2017-11-13afs: Add an address list conceptDavid Howells1-61/+60
2017-11-13afs: Overhaul permit cachingDavid Howells1-3/+2
2017-11-13afs: Overhaul the callback handlingDavid Howells1-93/+97
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-68/+68
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-18/+0
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-36/+0
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-19/+37
2017-03-16afs: Populate and use client modification timeMarc Dionne1-9/+9
2017-03-16afs: Fix the maths in afs_fs_store_data()David Howells1-1/+1
2017-03-16afs: Make struct afs_read::remain 64-bitDavid Howells1-4/+4
2017-03-16afs: Fix AFS read bugDavid Howells1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani1-1/+1
2017-03-16afs: Handle a short write to an AFS pageDavid Howells1-1/+3
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells1-14/+35
2017-01-09afs: Kill afs_wait_modeDavid Howells1-40/+40
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-41/+76
2016-10-13afs: unmapping the wrong bufferDan Carpenter1-2/+2
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-86/+62
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-149/+72
2013-02-13afs: Support interacting with multiple user namespacesEric W. Biederman1-4/+10
2012-03-20afs: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-06-16AFS: Use i_generation not i_version for the vnode uniquifierDavid Howells1-1/+2