summaryrefslogtreecommitdiff
path: root/fs/afs/inode.c
AgeCommit message (Expand)Author
7 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
7 daysafs: Fix directory inode initialisation orderDavid Howells
7 daysafs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpointsDavid Howells
7 daysafs: Fix double netfs initialisation in afs_root_iget()David Howells
2026-05-12afs: Fix the locking used by afs_get_link()David Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells
2024-12-20afs: Eliminate afs_readDavid Howells
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells
2024-12-20afs: Use netfslib for directoriesDavid Howells
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells
2024-08-24afs: Fix post-setattr file edit to do truncation correctlyDavid Howells
2024-07-02afs: Convert comma to semicolonChen Ni
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells
2023-12-24afs: use read_seqbegin() in afs_check_validity() and afs_getattr()Oleg Nesterov
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsDavid Howells
2023-10-18afs: convert to new timestamp accessorsJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-13afs: convert to ctime accessor functionsJeff Layton
2023-05-02afs: Fix getattr to report server i_size on dirs, not local sizeDavid Howells
2023-05-02afs: Fix updating of i_size with dv jump from serverMarc Dionne
2023-04-05afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-08-13afs: Enable multipage folio supportDavid Howells
2022-06-21afs: Fix dynamic root getattrDavid Howells
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