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