aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-02afs: Sort out symlink readingDavid Howells1-3/+3
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-10/+0
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells1-45/+43
2021-05-01afs: Fix speculative status fetchesDavid Howells1-2/+4
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+4
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells1-1/+1
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-03-08afs: Fix updating of i_mode due to 3rd party changeDavid Howells1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+4
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+8
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells1-9/+38
2020-06-16afs: Fix silly renameDavid Howells1-5/+17
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells1-3/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells1-2/+25
2020-06-15afs: Concoct ctimesDavid Howells1-11/+18
2020-06-15afs: Fix EOF corruptionDavid Howells1-1/+11
2020-06-09afs: Make afs_zap_data() staticDavid Howells1-1/+1
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-34/+25
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-237/+203
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-5/+5
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells1-2/+2
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