aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+5
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-4/+428
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-5/+3
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-0/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-4/+4
2025-05-05saner calling conventions for ->d_automount()Al Viro1-1/+0
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-04-14afs: Use rxgk RESPONSE to pass token for callback channelDavid Howells5-1/+276
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells2-0/+6
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells1-0/+12
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells1-0/+27
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells5-0/+99
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells1-3/+8
2025-04-11afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells1-2/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown2-5/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds18-1067/+827
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+6
2025-03-19afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
2025-03-10afs: Simplify cell record handlingDavid Howells6-261/+176
2025-03-10afs: Fix afs_server ref accountingDavid Howells6-354/+285
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells7-118/+117
2025-03-10afs: Drop the net parameter from afs_unuse_cell()David Howells7-18/+17
2025-03-10afs: Make afs_lookup_cell() take a trace noteDavid Howells7-12/+22
2025-03-10afs: Improve server refcount/active count tracingDavid Howells4-10/+11
2025-03-10afs: Improve afs_volume tracing to display a debug IDDavid Howells2-6/+10
2025-03-10afs: Change dynroot to create contents on demandDavid Howells5-299/+211
2025-03-10afs: Remove the "autocell" mount optionDavid Howells4-14/+3
2025-03-10afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells4-10/+22
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-6/+6
2025-02-21afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+3
2025-02-21afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells1-2/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+12
2025-01-27afs_d_revalidate(): use stable name and parent inode passed by callerAl Viro1-26/+8
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-2/+4
2025-01-20Merge tag 'vfs-6.14-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-74/+187
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds20-823/+1487
2025-01-15afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells1-2/+3
2025-01-10afs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells1-48/+129
2025-01-10afs: Add rootcell checksDavid Howells2-1/+15
2025-01-10afs: Make /afs/.<cell> as well as /afs/<cell> mountpointsDavid Howells2-24/+41
2025-01-09afs: Fix merge preference rule failure conditionLizhi Xu1-2/+4
2025-01-07afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells1-0/+1
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells3-6/+43
2024-12-20afs: Use the contained hashtable to search a directoryDavid Howells5-73/+350
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells3-0/+53
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-2/+6
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells9-37/+170