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