summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2026-07-01netfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
2026-07-01afs: Fix unchecked-length string display in debug statementDavid Howells
2026-07-01afs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells
2026-07-01afs: Fix premature cell exposure through /afsDavid Howells
2026-07-01afs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
2026-07-01afs: Fix vllist leakDavid Howells
2026-07-01afs: Fix leak of ungot volumeDavid Howells
2026-07-01afs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
2026-07-01afs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
2026-07-01afs: Fix callback service message parsers to pass through -EAGAINDavid Howells
2026-07-01afs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
2026-07-01afs: Fix misplaced inc of net->cells_outstandingDavid Howells
2026-07-01afs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
2026-07-01afs: check for duplicate servers in VL server listYuto Ohnuki
2026-07-01afs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing
2026-07-01afs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan
2026-07-01afs: Fix directory inode initialisation orderDavid Howells
2026-07-01afs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpointsDavid Howells
2026-07-01afs: Fix double netfs initialisation in afs_root_iget()David Howells
2026-07-01afs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev
2026-07-01afs: Fix error code in afs_extract_vl_addrs()Dan Carpenter
2026-07-01afs: handle CB.InitCallBackState3 requests without a server recordNan Li
2026-06-25afs: Fix uncancelled rxrpc OOB message handlerDavid Howells
2026-06-25afs: Fix further netns teardown to cancel the preallocation chargerDavid Howells
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-12afs: Fix netns teardown to cancel the preallocation chargerDavid Howells
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-05-12afs: Fix the locking used by afs_get_link()David Howells
2026-05-12netfs, afs: Fix write skipping in dir/link writepagesDavid Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-04-05mm: remove stray references to struct pagevecTal Zussman
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-29afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells