summaryrefslogtreecommitdiffstats
path: root/fs/afs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-12/+16
|\
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-281-10/+14
| * netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+1
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-1/+1
* | afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-11/+10
* | afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells2024-01-011-1/+1
* | afs: Move the vnode/volume validity checking code into its own fileDavid Howells2024-01-011-172/+0
* | afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-241-1/+1
* | afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov2023-12-241-9/+6
|/
* afs: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* afs: convert to ctime accessor functionsJeff Layton2023-07-131-3/+3
* 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