summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig3-48/+77
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig2-6/+2
2026-08-24tmpfs/ramfs: let memfd_create() work on nommuDaniel Palmer1-0/+3
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds22-108/+223
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey1-5/+2
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson1-2/+13
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas2-1/+8
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson1-0/+2
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson1-1/+1
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas1-1/+2
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson1-0/+1
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth1-1/+1
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth1-10/+9
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth1-3/+9
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth1-2/+2
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth1-0/+4
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo1-3/+0
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson1-2/+4
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson1-1/+4
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov1-5/+1
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan3-13/+19
2026-08-24smb/client: preserve open info type across compound queriesZe Tan2-4/+6
2026-08-24smb/client: mark missing nlink values as unknownZe Tan2-1/+8
2026-08-24cifs: fix clearing stats for fastest execution of each smb2 commandFrank Sorenson1-1/+1
2026-08-24f2fs: use adjusted write range after f2fs_write_checks()Seongjae Jeong1-8/+9
2026-08-24fuse: zero the partial EOF page when extending a fileJimmy Zuber2-0/+12
2026-08-24fuse: Fix the condition to enable over-io-uringBernd Schubert2-17/+18
2026-08-24fuse: invalidate the correct range after O_APPEND direct writeBaokun Li1-2/+3
2026-08-24erofs: simplify z_erofs_gbuf_growsize()Gao Xiang1-11/+7
2026-08-24erofs: skip sufficiently large global buffers when resizingNikhil Gurudasani1-0/+2
2026-08-24erofs: support large folios in inode_share modeJingbo Xu1-0/+1
2026-08-24erofs: support splice() in inode_share modeZhan Xusheng1-1/+8
2026-08-24erofs: support SEEK_HOLE/SEEK_DATA in inode_share modeJingbo Xu3-2/+3
2026-08-24erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logicGeert Uytterhoeven1-3/+5
2026-08-23Merge tag 'efi-next-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+24
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-864/+5434
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds22-301/+1143
2026-08-22Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+6
2026-08-22Merge tag 'unicode-for-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-25/+5
2026-08-22Merge tag 'exfat-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-71/+206
2026-08-21f2fs: fix to propagate error from f2fs_sync_fs()Chao Yu2-16/+39
2026-08-21f2fs: return symlink writeback errorsWenjie Qi1-5/+6
2026-08-21f2fs: fix error handling on device alias check in rename and unlinkDaeho Jeong1-4/+8
2026-08-21f2fs: fix to reset all pinned status during fggcChao Yu1-0/+3
2026-08-21f2fs: use f2fs_{down, up}_(read, write}_trace() for nat_tree_lockChao Yu3-30/+43
2026-08-21Merge tag 'ecryptfs-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-42/+73