summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-03-06Merge tag 'v7.0-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-58/+107
2026-03-06treewide: fix missed i_ino format specifier conversionsChristian Brauner-3/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-574/+574
2026-03-06zonefs: widen trace event i_ino fields to u64Jeff Layton-9/+9
2026-03-06ext2: widen trace event i_ino fields to u64Jeff Layton-4/+4
2026-03-06vfs: widen trace event i_ino fields to u64Jeff Layton-4/+4
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton-19/+19
2026-03-06ntfs: use ->mft_no instead of ->i_ino in printsNamjae Jeon-41/+40
2026-03-06ntfs: change mft_no type to u64Namjae Jeon-128/+119
2026-03-06ovl: Simplify ovl_lookup_real_one()NeilBrown-38/+33
2026-03-06VFS: make lookup_one_qstr_excl() static.NeilBrown-3/+2
2026-03-06nfsd: switch purge_old() to use start_removing_noperm()NeilBrown-4/+2
2026-03-06libfs: change simple_done_creating() to use end_creating()NeilBrown-2/+1
2026-03-06VFS: move the start_dirop() kerndoc comment to before start_dirop()NeilBrown-14/+13
2026-03-06fs/proc: Don't lock root inode when creating "self" and "thread-self"NeilBrown-6/+0
2026-03-06VFS: note error returns in documentation for various lookup functionsNeilBrown-1/+28
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino-1/+1
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara-1/+3
2026-03-05Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds-0/+3
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling-10/+16
2026-03-05exfat: optimize exfat_chain_cont_cluster with cached buffer headsChi Zhiling-12/+37
2026-03-05exfat: drop redundant sec parameter from exfat_mirror_bhChi Zhiling-7/+4
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling-38/+14
2026-03-05exfat: use readahead helper in exfat_allocate_bitmapChi Zhiling-12/+6
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling-2/+46
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao-6/+2
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon-0/+1
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski-0/+1
2026-03-04hfsplus: fix potential Allocation File corruption after fsyncViacheslav Dubeyko-9/+65
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-87/+265
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N-13/+50
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong-6/+7
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong-3/+12
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann-2/+7
2026-03-04exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE supportDavid Timber-0/+41
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn-1/+1
2026-03-04exfat: Drop dead assignment of num_clustersPhilipp Hahn-1/+0
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong-7/+10
2026-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa-1/+23
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal-2/+0
2026-03-03smb: client: Compare MACs in constant timeEric Biggers-2/+5
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong-21/+0
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong-1/+1
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong-2/+2
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-28/+67
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques-0/+5
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong-4/+4
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong-2/+2
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong-24/+16
2026-03-03btrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana-3/+0