aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-4/+8
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells1-1/+4
2017-11-17afs: Fix file lockingDavid Howells1-7/+16
2017-11-13afs: Protect call->state changes against signalsDavid Howells1-9/+54
2017-11-13afs: Implement shared-writeable mmapDavid Howells1-0/+1
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-33/+18
2017-11-13afs: Introduce a file-private data recordDavid Howells1-0/+14
2017-11-13afs: Fix directory read/modify raceDavid Howells1-0/+1
2017-11-13afs: Trace the initiation and completion of client callsDavid Howells1-0/+1
2017-11-13afs: Make use of the YFS service upgrade to fully support IPv6David Howells1-2/+8
2017-11-13afs: Overhaul volume and server record caching and fileserver rotationDavid Howells1-218/+235
2017-11-13afs: Add an address list conceptDavid Howells1-37/+83
2017-11-13afs: Overhaul cell database managementDavid Howells1-15/+45
2017-11-13afs: Overhaul permit cachingDavid Howells1-12/+15
2017-11-13afs: Overhaul the callback handlingDavid Howells1-38/+55
2017-11-13afs: Rename struct afs_call server member to cm_serverDavid Howells1-1/+1
2017-11-13afs: Potentially return call->reply[0] from afs_make_call()David Howells1-1/+2
2017-11-13afs: Condense afs_call's reply{,2,3,4} into an arrayDavid Howells1-4/+1
2017-11-13afs: Consolidate abort_to_error translatorsDavid Howells1-3/+0
2017-11-13afs: Keep and pass sockaddr_rxrpc addresses rather than in_addrDavid Howells1-8/+7
2017-11-13afs: Update the cache index structureDavid Howells1-21/+0
2017-11-13afs: Push the net ns pointer to more placesDavid Howells1-3/+4
2017-11-13afs: Note the cell in the superblock info alsoDavid Howells1-2/+13
2017-11-13afs: Fix server reapingDavid Howells1-1/+4
2017-11-13afs: Lay the groundwork for supporting network namespacesDavid Howells1-41/+122
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells1-0/+1
2017-07-09afs: Add metadata xattrsDavid Howells1-0/+5
2017-06-05uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig1-1/+10
2017-04-20afs: Convert to separately allocated bdiJan Kara1-1/+0
2017-03-16afs: Make struct afs_read::remain 64-bitDavid Howells1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani1-2/+2
2017-03-16afs: Migrate vlocation fields to 64-bitTina Ruchandani1-3/+4
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells1-1/+0
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells1-0/+1
2017-03-16afs: Handle a short write to an AFS pageDavid Howells1-1/+1
2017-03-16afs: Kill struct afs_read::pg_offsetDavid Howells1-1/+0
2017-03-16afs: Deal with an empty callback arrayMarc Dionne1-1/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+1
2017-02-10afs: Use core kernel UUID generationArnd Bergmann1-6/+5
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells1-25/+2
2017-01-09afs: Refcount the afs_call structDavid Howells1-1/+8
2017-01-09afs: Kill afs_wait_modeDavid Howells1-50/+18
2017-01-09afs: Add some tracepointsDavid Howells1-9/+12
2017-01-06afs: Make afs_fs_fetch_data() take a list of pagesDavid Howells1-2/+19
2016-10-13afs: call->operation_ID sometimes used as __be32 sometimes as u32David Howells1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-24/+9
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-1/+4
2016-08-06rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells1-1/+13
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro1-1/+1
2014-05-23AFS: Pass an afs_call* to call->async_workfn() instead of a work_struct*David Howells1-1/+1