summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong
2026-03-03btrfs: remove duplicated definition of btrfs_printk_in_rcu()Filipe Manana
2026-03-03btrfs: remove unnecessary transaction abort in the received subvol ioctlFilipe Manana
2026-03-03btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana
2026-03-03btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana
2026-03-03btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana
2026-03-03btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana
2026-03-03btrfs: read key again after incrementing slot in move_existing_remaps()Mark Harmstone
2026-03-03btrfs: add missing RCU unlock in error path in try_release_subpage_extent_buf...Bart Van Assche
2026-03-03btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov
2026-03-03btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg() after kthread startJohannes Thumshirn
2026-03-03btrfs: hold space_info->lock when clearing periodic reclaim readySun YangKai
2026-03-03btrfs: print-tree: add remap tree definitionsMark Harmstone
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu
2026-03-02fsverity: add dependency on 64K or smaller pagesEric Biggers
2026-03-02Merge tag 'nfsd-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-02xattr: support extended attributes on socketsChristian Brauner
2026-03-02xattr: move user limits for xattrs to generic infraChristian Brauner
2026-03-02xattr: switch xattr_permission() to switch statementChristian Brauner
2026-03-02xattr: add xattr_permission_error()Christian Brauner
2026-03-02xattr: remove rbtree-based simple_xattr infrastructureChristian Brauner
2026-03-02pidfs: adapt to rhashtable-based simple_xattrsChristian Brauner
2026-03-02kernfs: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner
2026-03-01smb: update some doc referencesZhangGuoDong
2026-03-01smb/client: make SMB2 maperror KUnit tests a separate moduleChenXiaoSong
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-01ntfs: fix sysctl table registration and pathNamjae Jeon
2026-02-28Merge tag 'v7.0rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-02-28ntfs: Fix spelling mistake "initiailized" -> "initialized"Colin Ian King