summaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-181-0/+1
* netfs: Add a netfs inode contextDavid Howells2022-03-181-11/+20
* afs: Skip truncation on the server of data we haven't written yetDavid Howells2022-01-071-10/+35
* afs: Copy local writes to the cache when writing to the serverDavid Howells2022-01-071-3/+5
* afs: Convert afs to use the new fscache APIDavid Howells2022-01-071-25/+25
* afs: Sort out symlink readingDavid Howells2021-11-021-3/+3
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-131-10/+0
* afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-131-45/+43
* afs: Fix speculative status fetchesDavid Howells2021-05-011-2/+4
* Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-271-3/+4
|\
| * afs: Print the operation debug_id when logging an unexpected data versionDavid Howells2021-04-231-2/+3
| * afs: Disable use of the fscache I/O routinesDavid Howells2021-04-231-1/+1
* | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-3/+3
|\ \ | |/ |/|
| * afs: Fix updating of i_mode due to 3rd party changeDavid Howells2021-03-081-3/+3
* | afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-151-1/+0
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-221-0/+8
* afs: Fix deadlock between writeback and truncateDavid Howells2020-10-081-9/+38
* afs: Fix silly renameDavid Howells2020-06-161-5/+17
* afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells2020-06-161-3/+1
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-0/+1
* afs: Fix truncation issues and mmap writeback sizeDavid Howells2020-06-151-2/+25
* afs: Concoct ctimesDavid Howells2020-06-151-11/+18
* afs: Fix EOF corruptionDavid Howells2020-06-151-1/+11
* afs: Make afs_zap_data() staticDavid Howells2020-06-091-1/+1
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-34/+25
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-237/+203
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-5/+5
* afs: Remove the error argument from afs_protocol_error()David Howells2020-05-311-2/+2
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-7/+6
|\
| * fs: afs: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-7/+6
* | afs dynroot: switch to simple_dir_operationsAl Viro2019-09-151-1/+1
* | afs: Add some callback management tracepointsDavid Howells2019-06-201-7/+10
|/
* afs: Fix setting of i_blocksDavid Howells2019-06-201-7/+12
* afs: Fix over zealous "vnode modified" warningsDavid Howells2019-06-201-5/+7
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-22/+29
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-4/+14
* afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells2019-05-161-1/+13
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-31/+50
* afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2019-05-161-13/+24
* afs: Don't save callback version and type fieldsDavid Howells2019-05-161-7/+1
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-53/+233
* afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells2019-05-161-5/+2
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-2/+2
* afs: Fix key leak in afs_release() and afs_evict_inode()David Howells2019-05-151-0/+1
* afs: Calculate i_blocks based on file sizeMarc Dionne2019-05-071-1/+5
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-4/+31
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+2
* afs: avoid deprecated get_seconds()Arnd Bergmann2019-04-131-3/+1