aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino1-1/+1
2026-03-05smb: client: fix oops due to uninitialised var in smb2_unlink()Paulo Alcantara1-1/+3
2026-03-05Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-0/+3
2026-03-05exfat: fix error handling for FAT table operationsChi Zhiling5-10/+16
2026-03-05exfat: optimize exfat_chain_cont_cluster with cached buffer headsChi Zhiling1-12/+37
2026-03-05exfat: drop redundant sec parameter from exfat_mirror_bhChi Zhiling1-7/+4
2026-03-05exfat: use readahead helper in exfat_get_dentryChi Zhiling1-38/+14
2026-03-05exfat: use readahead helper in exfat_allocate_bitmapChi Zhiling1-12/+6
2026-03-05exfat: add block readahead in exfat_chain_cont_clusterChi Zhiling2-2/+46
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao1-6/+2
2026-03-05ntfs: select FS_IOMAP in KconfigNamjae Jeon1-0/+1
2026-03-05ntfs: add MODULE_ALIAS_FSWoody Suwalski1-0/+1
2026-03-04hfsplus: fix potential Allocation File corruption after fsyncViacheslav Dubeyko8-9/+65
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-87/+265
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N5-13/+50
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong1-6/+7
2026-03-04iomap: don't mark folio uptodate if read IO has bytes pendingJoanne Koong1-3/+12
2026-03-04ntfs: reduce stack usage in ntfs_write_mft_block()Arnd Bergmann1-2/+7
2026-03-04exfat: add fallocate FALLOC_FL_ALLOCATE_RANGE supportDavid Timber1-0/+41
2026-03-04exfat: Fix bitwise operation having different sizePhilipp Hahn1-1/+1
2026-03-04exfat: Drop dead assignment of num_clustersPhilipp Hahn1-1/+0
2026-03-04fs/ntfs3: prevent uninitialized lcn caused by zero lenEdward Adam Davis1-5/+5
2026-03-04fs/ntfs3: add a subset of W=1 warnings for stricter checksKonstantin Komarov1-0/+20
2026-03-04xfs: fix race between healthmon unmount and read_iterDarrick J. Wong1-7/+10
2026-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa2-1/+23
2026-03-04xfs: remove scratch field from struct xfs_gc_bioDamien Le Moal1-2/+0
2026-03-03smb: client: Compare MACs in constant timeEric Biggers2-2/+5
2026-03-03smb/client: remove unused SMB311_posix_query_info()ZhangGuoDong2-21/+0
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()ZhangGuoDong1-1/+1
2026-03-03smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()ZhangGuoDong1-2/+2
2026-03-03Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds11-28/+67
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques1-0/+5
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong1-4/+4
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong2-2/+2
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong1-24/+16
2026-03-03btrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana1-3/+0
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana1-1/+0
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana1-1/+2
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana3-2/+59
2026-03-03btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana1-0/+16
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
2026-03-03btrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone1-0/+2
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buffer()Bart Van Assche1-0/+1
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov1-0/+7
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn1-1/+6
2026-03-03btrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai1-1/+4
2026-03-03btrfs: print-tree: add remap tree definitionsMark Harmstone1-0/+10
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong1-4/+10
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert1-0/+3
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong1-2/+2