summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
6 daysnetfs: Replace wb_lock with a bit lock for asynchronicityDavid Howells
6 daysafs: Fix unchecked-length string display in debug statementDavid Howells
6 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells
6 daysafs: Fix premature cell exposure through /afsDavid Howells
6 daysafs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
6 daysafs: Fix vllist leakDavid Howells
6 daysafs: Fix leak of ungot volumeDavid Howells
6 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells
6 daysafs: Use scoped_seqlock_read() rather than manually doing seqlock stuffDavid Howells
6 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells
6 daysafs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells
6 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells
6 daysafs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells
6 daysafs: check for duplicate servers in VL server listYuto Ohnuki
6 daysafs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing
6 daysafs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan
6 daysafs: Fix directory inode initialisation orderDavid Howells
6 daysafs: Remove setting of AS_RELEASE_ALWAYS for symlinks and mountpointsDavid Howells
6 daysafs: Fix double netfs initialisation in afs_root_iget()David Howells
6 daysafs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev
6 daysafs: Fix error code in afs_extract_vl_addrs()Dan Carpenter
6 daysafs: handle CB.InitCallBackState3 requests without a server recordNan Li
12 daysafs: Fix uncancelled rxrpc OOB message handlerDavid Howells
12 daysafs: 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