summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-25afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGEDavid Howells
2025-09-25afs: Fix potential null pointer dereference in afs_put_serverZhen Ni
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-15afs_dir_search: constify qstr argumentAl Viro
2025-09-15afs_edit_dir_{add,remove}(): constify qstr argumentAl Viro
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-23afs: Set vllist to NULL if addr parsing failsEdward Adam Davis
2025-07-23afs: Fix check for NULL terminatorLeo Stone
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-14afs: Use rxgk RESPONSE to pass token for callback channelDavid Howells
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells
2025-04-14rxrpc: Add the security index for yfs-rxgkDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells
2025-04-11afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
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