summaryrefslogtreecommitdiff
path: root/fs/afs/inode.c
AgeCommit message (Expand)Author
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-03-18afs: Maintain netfs_i_context::remote_i_sizeDavid Howells
2022-03-18netfs: Add a netfs inode contextDavid Howells
2022-01-07afs: Skip truncation on the server of data we haven't written yetDavid Howells
2022-01-07afs: Copy local writes to the cache when writing to the serverDavid Howells
2022-01-07afs: Convert afs to use the new fscache APIDavid Howells
2021-11-02afs: Sort out symlink readingDavid Howells
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-03-08afs: Fix updating of i_mode due to 3rd party changeDavid Howells
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-15afs: Fix truncation issues and mmap writeback sizeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-15afs: Fix EOF corruptionDavid Howells
2020-06-09afs: Make afs_zap_data() staticDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Remove the error argument from afs_protocol_error()David Howells
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-10-18fs: afs: Use pr_warn instead of pr_warningKefeng Wang
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