aboutsummaryrefslogtreecommitdiff
path: root/fs/afs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-27netfs, 9p: Fix race between umount and async request completionGravatar David Howells 1-0/+1
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-12/+16
2024-01-01afs: Overhaul invalidation handling to better support RO volumesGravatar David Howells 1-11/+10
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsGravatar David Howells 1-1/+1
2024-01-01afs: Move the vnode/volume validity checking code into its own fileGravatar David Howells 1-172/+0
2023-12-28netfs: Optimise away reads above the point at which there can be no dataGravatar David Howells 1-10/+14
2023-12-28netfs: Implement unbuffered/DIO write supportGravatar David Howells 1-1/+1
2023-12-24afs: Wrap most op->error accesses with inline funcsGravatar David Howells 1-1/+1
2023-12-24afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Gravatar Oleg Nesterov 1-9/+6
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-1/+1
2023-10-18afs: convert to new timestamp accessorsGravatar Jeff Layton 1-4/+4
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-13afs: convert to ctime accessor functionsGravatar Jeff Layton 1-3/+3
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeGravatar David Howells 1-1/+8
2023-05-02afs: Fix updating of i_size with dv jump from serverGravatar Marc Dionne 1-0/+1
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Gravatar Matthew Wilcox (Oracle) 1-8/+19
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2022-08-13afs: Enable multipage folio supportGravatar David Howells 1-0/+2
2022-06-21afs: Fix dynamic root getattrGravatar David Howells 1-1/+2
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-22/+19
2022-06-09netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowGravatar Linus Torvalds 1-0/+3
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredGravatar David Howells 1-1/+13
2022-03-18afs: Maintain netfs_i_context::remote_i_sizeGravatar David Howells 1-0/+1
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-11/+20
2022-01-07afs: Skip truncation on the server of data we haven't written yetGravatar David Howells 1-10/+35
2022-01-07afs: Copy local writes to the cache when writing to the serverGravatar David Howells 1-3/+5
2022-01-07afs: Convert afs to use the new fscache APIGravatar David Howells 1-25/+25
2021-11-02afs: Sort out symlink readingGravatar David Howells 1-3/+3
2021-09-13afs: Fix updating of i_blocks on file/dir extensionGravatar David Howells 1-10/+0
2021-09-13afs: Try to avoid taking RCU read lock when checking vnode validityGravatar David Howells 1-45/+43
2021-05-01afs: Fix speculative status fetchesGravatar David Howells 1-2/+4
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+4
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionGravatar David Howells 1-2/+3
2021-04-23afs: Disable use of the fscache I/O routinesGravatar David Howells 1-1/+1
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesGravatar David Howells 1-1/+0
2021-03-08afs: Fix updating of i_mode due to 3rd party changeGravatar David Howells 1-3/+3
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+4
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsGravatar David Howells 1-0/+8
2020-10-08afs: Fix deadlock between writeback and truncateGravatar David Howells 1-9/+38
2020-06-16afs: Fix silly renameGravatar David Howells 1-5/+17
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorGravatar David Howells 1-3/+1
2020-06-16afs: Fix use of afs_check_for_remote_deletion()Gravatar David Howells 1-0/+1
2020-06-15afs: Fix truncation issues and mmap writeback sizeGravatar David Howells 1-2/+25
2020-06-15afs: Concoct ctimesGravatar David Howells 1-11/+18
2020-06-15afs: Fix EOF corruptionGravatar David Howells 1-1/+11
2020-06-09afs: Make afs_zap_data() staticGravatar David Howells 1-1/+1