summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-26ceph: Change system_unbound_wq with system_dfl_wqMarco Crivellari
2026-08-26ceph: properly decrypt filenames in vmalloc() buffersSam Edwards
2026-08-26ceph: pass fscrypt `tname` buffers directlySam Edwards
2026-08-26ceph: Fix ERR_PTR(0) in ceph_mkdir()Hongling Zeng
2026-08-26ntfs: reject invalid sectors_per_cluster in the boot sectorDennis Tighe
2026-08-26ntfs: bound $AttrDef table walk to the loaded table sizeDennis Tighe
2026-08-26ntfs: fix undefined behavior in mft/index record size calculationHongling Zeng
2026-08-26ntfs: treat any nonzero dio zero-range return as an errorWentao Guan
2026-08-26ntfs: fix incorrect MFT record pointer passed to ntfs_attr_record_resizeHongling Zeng
2026-08-26ntfs: do not mark the volume clean in sync_fs when errors were recordedDennis Tighe
2026-08-26ntfs: skip free cluster decrement when rollback failsBaolin Liu
2026-08-26ntfs: only count successfully cleared runs when freeing clustersBaolin Liu
2026-08-26ntfs: fix kmap_local leak in write_mft_record_nolock() error pathsBaolin Liu
2026-08-26ntfs: return real error from ntfs_non_resident_attr_record_add()Baolin Liu
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-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