summaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Add some callback management tracepointsDavid Howells2019-06-201-7/+10
* afs: Fix setting of i_blocksDavid Howells2019-06-201-7/+12
* afs: Fix over zealous "vnode modified" warningsDavid Howells2019-06-201-5/+7
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-22/+29
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-4/+14
* afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells2019-05-161-1/+13
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-31/+50
* afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-161-13/+24
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-7/+1Star
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-53/+233
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2Star
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-2/+2
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-151-0/+1
* afs: Calculate i_blocks based on file sizeMarc Dionne2019-05-071-1/+5
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-4/+31
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+2
* afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1Star
* afs: Fix key refcounting in file locking codeDavid Howells2019-01-171-0/+2
* afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne2019-01-171-1/+0Star
* afs: Fix validation/callback interactionDavid Howells2018-11-301-6/+12
* afs: Calc callback expiry in op reply deliveryDavid Howells2018-10-241-2/+2
* afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells2018-10-241-14/+17
* afs: Better tracing of protocol errorsDavid Howells2018-10-241-1/+1
* afs: Fix whole-volume callback handlingDavid Howells2018-05-141-5/+8
* afs: Fix directory page lockingDavid Howells2018-05-141-3/+3
* afs: Trace protocol errorsDavid Howells2018-04-091-1/+1
* afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-091-2/+5
* afs: Fix directory handlingDavid Howells2018-04-091-16/+10Star
* afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-091-0/+1
* afs: Rearrange status mappingDavid Howells2018-04-091-16/+7Star
* afs: Make it possible to get the data version in readpageDavid Howells2018-04-091-4/+4
* afs: Init inode before accessing cacheDavid Howells2018-04-091-5/+2Star
* afs: Introduce a statistics proc fileDavid Howells2018-04-091-0/+3
* afs: Fix checker warningsDavid Howells2018-04-091-1/+1
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-1/+1
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-9/+37
* afs: Be more aggressive in retiring cached vnodesDavid Howells2018-04-041-2/+3
* afs: Invalidate cache on server data changeDavid Howells2018-04-041-0/+4
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-18/+30
* Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-2/+3
|\
| * afs: convert to new i_version APIJeff Layton2018-01-291-2/+3
* | afs: Fix unlinkDavid Howells2018-01-021-0/+4
|/
* afs: Get rid of the afs_writeback recordDavid Howells2017-11-131-4/+7
* afs: Introduce a file-private data recordDavid Howells2017-11-131-1/+1
* afs: Overhaul volume and server record caching and fileserver rotationDavid Howells2017-11-131-4/+46
* afs: Overhaul permit cachingDavid Howells2017-11-131-10/+3Star
* afs: Overhaul the callback handlingDavid Howells2017-11-131-49/+60
* afs: Push the net ns pointer to more placesDavid Howells2017-11-131-1/+1
* afs: Add metadata xattrsDavid Howells2017-07-091-1/+6
* afs: Populate and use client modification timeMarc Dionne2017-03-161-1/+1