aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
AgeCommit message (Expand)Author
2023-05-17afs: Fix updating of i_size with dv jump from serverMarc Dionne
2022-06-29afs: Fix dynamic root getattrDavid Howells
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2021-03-24afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2020-06-24afs: Fix EOF corruptionDavid Howells
2019-09-15afs dynroot: switch to simple_dir_operationsAl Viro
2019-06-20afs: Add some callback management tracepointsDavid Howells
2019-06-20afs: Fix setting of i_blocksDavid Howells
2019-06-20afs: Fix over zealous "vnode modified" warningsDavid Howells
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells
2019-05-16afs: Don't save callback version and type fieldsDavid Howells
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2019-05-07afs: Calculate i_blocks based on file sizeMarc Dionne
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells
2019-04-13afs: avoid deprecated get_seconds()Arnd Bergmann
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne
2018-11-29afs: Fix validation/callback interactionDavid Howells
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Better tracing of protocol errorsDavid Howells
2018-05-14afs: Fix whole-volume callback handlingDavid Howells
2018-05-14afs: Fix directory page lockingDavid Howells
2018-04-09afs: Trace protocol errorsDavid Howells
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells
2018-04-09afs: Fix directory handlingDavid Howells
2018-04-09afs: Keep track of invalid-before version for dentry coherencyDavid Howells
2018-04-09afs: Rearrange status mappingDavid Howells
2018-04-09afs: Make it possible to get the data version in readpageDavid Howells
2018-04-09afs: Init inode before accessing cacheDavid Howells
2018-04-09afs: Introduce a statistics proc fileDavid Howells
2018-04-09afs: Fix checker warningsDavid Howells
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04afs: Be more aggressive in retiring cached vnodesDavid Howells
2018-04-04afs: Invalidate cache on server data changeDavid Howells
2018-02-06afs: Support the AFS dynamic rootDavid Howells
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29afs: convert to new i_version APIJeff Layton
2018-01-02afs: Fix unlinkDavid Howells
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells
2017-11-13afs: Introduce a file-private data recordDavid Howells