summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2025-04-11afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-19afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells
2025-03-10afs: Simplify cell record handlingDavid Howells
2025-03-10afs: Fix afs_server ref accountingDavid Howells
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells
2025-03-10afs: Improve server refcount/active count tracingDavid Howells
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells
2025-03-10afs: Change dynroot to create contents on demandDavid Howells
2025-03-10afs: Remove the "autocell" mount optionDavid Howells
2025-03-10afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27afs_d_revalidate(): use stable name and parent inode passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-15afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells
2025-01-10afs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells
2025-01-10afs: Add rootcell checksDavid Howells
2025-01-10afs: Make /afs/.<cell> as well as /afs/<cell> mountpointsDavid Howells
2025-01-09afs: Fix merge preference rule failure conditionLizhi Xu
2025-01-07afs: Fix the maximum cell name lengthDavid Howells
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells
2024-12-20afs: Use the contained hashtable to search a directoryDavid Howells
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells
2024-12-20afs: Fix cleanup of immediately failed async callsDavid 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: Make afs_init_request() get a key if not given a fileDavid Howells
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells
2024-12-20netfs: Remove some extraneous directory invalidationsDavid Howells
2024-12-20afs: Fix directory format encoding structDavid Howells
2024-12-20afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells
2024-12-20afs: Don't use mutex for I/O operation lockDavid Howells
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells