summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-9/+9
2025-11-29afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik1-2/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-18/+86
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-3/+3
2025-10-29afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells7-18/+86
2025-10-20Manual conversion to use ->i_state accessors of all places not covered by coc...Mateusz Guzik1-1/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik2-6/+6
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2025-09-29Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-64/+473
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-09-25afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGEDavid Howells8-64/+473
2025-09-25afs: Fix potential null pointer dereference in afs_put_serverZhen Ni1-1/+2
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+2
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-3/+3
2025-09-16afs_dir_search: constify qstr argumentAl Viro2-2/+2
2025-09-16afs_edit_dir_{add,remove}(): constify qstr argumentAl Viro2-4/+4
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-2/+2
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-1/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
2025-07-23afs: Set vllist to NULL if addr parsing failsEdward Adam Davis1-0/+1
2025-07-23afs: Fix check for NULL terminatorLeo Stone1-1/+1
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2025-06-11new helper: set_default_d_op()Al Viro1-2/+2
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+5
2025-05-31Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-4/+428
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-15afs: Use rxgk RESPONSE to pass token for callback channelDavid Howells5-1/+276
2025-04-15rxrpc: Display security params in the afs_cb_call tracepointDavid Howells2-0/+6
2025-04-15rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells1-0/+12
2025-04-15rxrpc: Add the security index for yfs-rxgkDavid Howells1-0/+27
2025-04-15rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells5-0/+99
2025-04-15rxrpc: 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...Linus Torvalds18-1067/+827
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus 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