summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
9 dayserofs: ensure valid f_path for page cache sharingGao Xiang
2026-07-17Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-16Merge tag 'v7.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-07-16Merge tag 'erofs-for-7.2-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)
2026-07-16ksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy
2026-07-16ksmbd: remove stale channels from all sessions on teardownGil Portnoy
2026-07-16ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy
2026-07-16ksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy
2026-07-16ksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy
2026-07-16ksmbd: pin conn during async oplock break notificationQihang
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong
2026-07-14xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong
2026-07-14xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong
2026-07-14xfs: set xfarray killable sort correctlyDarrick J. Wong
2026-07-14xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong
2026-07-14xfs: write the rg superblock when fixing itDarrick J. Wong
2026-07-14xfs: use the rt version of the cow staging checkerDarrick J. Wong
2026-07-14xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong
2026-07-14xfs: don't wrap around quota ids in dqiterateDarrick J. Wong
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong
2026-07-14xfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong
2026-07-14xfs: don't replace the wrong part of the cow forkDarrick J. Wong
2026-07-14xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong
2026-07-13Merge tag 'nfsd-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He
2026-07-13smb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He
2026-07-13smb/client: reduce fallocate zero buffer allocationHuiwen He
2026-07-13smb/client: handle overlapping allocated ranges in fallocateHuiwen He
2026-07-13smb/client: refresh allocation size after duplicate extentsHuiwen He
2026-07-13smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover
2026-07-13erofs: hide "cache_strategy=" for plain filesystemsGao Xiang
2026-07-12xfs: fix null pointer dereference in tracepointAndrey Albershteyn
2026-07-11Merge tag 'x86-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-10Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-07-10Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-09Merge tag 'v7.2-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-09cifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár
2026-07-09cifs: Fix and improve cifs_is_path_accessible() functionPali Rohár
2026-07-09smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey