summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-26ntfs: preserve error code in ntfs_resident_attr_record_add()Baolin Liu
2026-08-26ntfs: return -ERANGE for undersized xattr bufferBaolin Liu
2026-08-26ntfs: propagate reparse index insertion failureBaolin Liu
2026-08-26ntfs: return DT_UNKNOWN on inode lookup failure in readdirBaolin Liu
2026-08-26f2fs: don't leave the hashed inode while it's unlinkedJaegeuk Kim
2026-08-25Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-25Merge tag 'ntfs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-25f2fs: accurately adjust free_sections during free_segment_rangeDaeho Jeong
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-25fs: don't return -EINVAL for successful nested thawMoritz Tanner
2026-08-25ufs: do not treat unreadable directory blocks as emptyAli Ahmet Memis
2026-08-25ufs: validate cylinder group metadata before caching itAli Ahmet Memis
2026-08-25ufs: create the root dentry after loading cylinder metadataAli Ahmet Memis
2026-08-25f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()Chao Yu
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24tmpfs/ramfs: let memfd_create() work on nommuDaniel Palmer
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan
2026-08-24smb/client: preserve open info type across compound queriesZe Tan
2026-08-24smb/client: mark missing nlink values as unknownZe Tan
2026-08-24cifs: fix clearing stats for fastest execution of each smb2 commandFrank Sorenson
2026-08-24f2fs: use adjusted write range after f2fs_write_checks()Seongjae Jeong
2026-08-24fuse: zero the partial EOF page when extending a fileJimmy Zuber
2026-08-24fuse: Fix the condition to enable over-io-uringBernd Schubert
2026-08-24fuse: invalidate the correct range after O_APPEND direct writeBaokun Li
2026-08-24erofs: simplify z_erofs_gbuf_growsize()Gao Xiang
2026-08-24erofs: skip sufficiently large global buffers when resizingNikhil Gurudasani
2026-08-24erofs: support large folios in inode_share modeJingbo Xu
2026-08-24erofs: support splice() in inode_share modeZhan Xusheng