summaryrefslogtreecommitdiff
path: root/fs/afs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells2023-05-021-1/+8
* afs: Fix updating of i_size with dv jump from serverMarc Dionne2023-05-021-0/+1
* afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)2023-04-051-8/+19
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* afs: Enable multipage folio supportDavid Howells2022-08-131-0/+2
* afs: Fix dynamic root getattrDavid Howells2022-06-211-1/+2
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-22/+19
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
* 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