summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann
2026-03-04exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE supportDavid Timber
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn
2026-03-04exfat: Drop dead assignment of num_clustersPhilipp Hahn
2026-03-04fs/ntfs3: prevent uninitialized lcn caused by zero lenEdward Adam Davis
2026-03-04fs/ntfs3: add a subset of W=1 warnings for stricter checksKonstantin Komarov
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong
2026-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal
2026-03-03smb: client: Compare MACs in constant timeEric Biggers
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques