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