summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-09ceph: add a bunch of missing ceph_path_info initializersMax Kellermann
2026-03-09ceph: fix i_nlink underrun during async unlinkMax Kellermann
2026-03-09netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retryDeepanshu Kartikey
2026-03-09netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iteratorsDeepanshu Kartikey
2026-03-09VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()NeilBrown
2026-03-09ovl: remove ovl_lock_rename_workdir()NeilBrown
2026-03-09ovl: use is_subdir() for testing if one thing is a subdir of anotherNeilBrown
2026-03-09ovl: change ovl_create_real() to get a new lock when re-opening created file.NeilBrown
2026-03-09ovl: pass name buffer to ovl_start_creating_temp()NeilBrown
2026-03-09cachefiles: change cachefiles_bury_object to use start_renaming_dentry()NeilBrown
2026-03-08ksmbd: Don't log keys in SMB3 signing and encryption key generationThorsten Blum
2026-03-08smb: server: fix use-after-free in smb2_open()Marios Makassikis
2026-03-08ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()Namjae Jeon
2026-03-08ksmbd: fix use-after-free by using call_rcu() for oplock_infoNamjae Jeon
2026-03-08ksmbd: fix use-after-free in proc_show_files due to early rcu_read_unlockAli Khaledi
2026-03-08smb/server: Fix another refcount leak in smb2_open()Guenter Roeck
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin
2026-03-06Merge tag 'v7.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-03-06treewide: fix missed i_ino format specifier conversionsChristian Brauner
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06zonefs: widen trace event i_ino fields to u64Jeff Layton
2026-03-06ext2: widen trace event i_ino fields to u64Jeff Layton
2026-03-06vfs: widen trace event i_ino fields to u64Jeff Layton
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon
2026-03-06ntfs: change mft_no type to u64Namjae Jeon
2026-03-06ovl: Simplify ovl_lookup_real_one()NeilBrown
2026-03-06VFS: make lookup_one_qstr_excl() static.NeilBrown
2026-03-06nfsd: switch purge_old() to use start_removing_noperm()NeilBrown
2026-03-06libfs: change simple_done_creating() to use end_creating()NeilBrown
2026-03-06VFS: move the start_dirop() kerndoc comment to before start_dirop()NeilBrown
2026-03-06fs/proc: Don't lock root inode when creating "self" and "thread-self"NeilBrown
2026-03-06VFS: note error returns in documentation for various lookup functionsNeilBrown
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara
2026-03-05Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling
2026-03-05exfat: optimize exfat_chain_cont_cluster with cached buffer headsChi Zhiling
2026-03-05exfat: drop redundant sec parameter from exfat_mirror_bhChi Zhiling
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling
2026-03-05exfat: use readahead helper in exfat_allocate_bitmapChi Zhiling
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski
2026-03-04hfsplus: fix potential Allocation File corruption after fsyncViacheslav Dubeyko
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong