summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-20efivarfs: Rate limit statfs() handlerArd Biesheuvel1-6/+24
2026-08-20ntfs: reject invalid empty mapping pairsHyunchul Lee1-0/+19
2026-08-20ntfs: fix resource leak in ntfs_new_attr_flagsHongling Zeng1-2/+4
2026-08-20ntfs: validate usa_ofs before preserving the update sequence numberDennis Tighe1-1/+11
2026-08-20ntfs: fix off-by-one page overflow in ntfs_decompress()Dennis Tighe1-1/+1
2026-08-19ocfs2: bound-check dir entries in the inline-data re-validation scanZhan Xusheng1-4/+10
2026-08-19ocfs2: bound-check dir entries in the readdir re-validation scanZhan Xusheng1-4/+8
2026-08-19squashfs: avoid thundering-herd cache wakeupsUsama Arif2-6/+117
2026-08-19Merge tag 'tracefs-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+4
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-7/+11
2026-08-19smb/client: fix nlink of an overwritten open fileChenXiaoSong1-5/+6
2026-08-19cifs: remove dead size-update blocks in cifs_setattr_unix/nounixFrank Sorenson1-14/+0
2026-08-19cifs: remove redundant size-update block in cifs_remap_file_range()Frank Sorenson1-5/+1
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_...Frank Sorenson3-11/+23
2026-08-19cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNCFrank Sorenson1-0/+1
2026-08-19smb: client: clear ce->tgthint in free_tgts()Fredric Cover1-0/+2
2026-08-19smb: client: harden DFS cache against invalid target hintsFredric Cover1-7/+24
2026-08-19smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix ...Jiangshan Yi1-5/+24
2026-08-19smb: client: set replay flag on the read send-error retry pathChristopher Lusk1-0/+1
2026-08-19smb: client: fix request buffer leak in smb2_new_read_req()Christopher Lusk1-4/+12
2026-08-19smb/client: return EOPNOTSUPP for unsupported O_TMPFILEChenXiaoSong1-0/+2
2026-08-19ntfs: do not update ctime when setxattr failsBaolin Liu1-2/+4
2026-08-19ntfs: reject invalid MFT LCNs from boot sectorHyunchul Lee1-6/+6
2026-08-19ntfs: serialize resident iomap reads with mrec_lockHyeontae Lee1-6/+26
2026-08-19ntfs: verify run length exceeding volume boundaryHongling Zeng1-0/+22
2026-08-19ntfs: allow index root relocationNamjae Jeon4-20/+137
2026-08-19ntfs: validate non-resident attribute offsetsHongling Zeng1-1/+23
2026-08-19ntfs: simplify ntfs_reparse_set_native_symlink()Dmitry Antipov1-6/+1
2026-08-19ntfs: reject unprivileged writes to reserved $LX* xattrsPisit Preechapramoth1-0/+9
2026-08-19ntfs: bound the free-cluster bitmap scan to the volumeBryam Vargas2-1/+13
2026-08-19ntfs: respect per-file chmod mode over mount masksNamjae Jeon5-28/+24
2026-08-19ntfs: apply Windows name checks only with windows_namesNamjae Jeon1-3/+3
2026-08-19ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()Alexandro Calo1-0/+11
2026-08-19ntfs: move attribute payload before shrinking its recordNamjae Jeon1-8/+15
2026-08-19ntfs: fix resident conversion in ntfs_new_attr_flagsHyunchul Lee1-22/+72
2026-08-19ntfs: skip reads for full compression unit overwritesNamjae Jeon1-2/+9
2026-08-19ntfs: submit one bio per compressed write unitNamjae Jeon1-32/+11
2026-08-19ntfs: reuse compression output workspace across write unitsNamjae Jeon1-50/+85
2026-08-19ntfs: reuse the compression context during writesNamjae Jeon1-15/+13
2026-08-19ntfs: fix initialized size and page state after compressed writesNamjae Jeon1-1/+14
2026-08-19ntfs: write compressed data before replacing old clustersNamjae Jeon1-27/+36
2026-08-19ntfs: punch all-zero compressed blocksNamjae Jeon1-4/+6
2026-08-19ntfs: support large pages in compressed writesNamjae Jeon1-11/+22
2026-08-19ntfs: propagate compression context allocation errorsNamjae Jeon1-4/+9
2026-08-19ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+3
2026-08-19ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()Mohammad Shahid1-2/+1
2026-08-19ntfs: reparse: remove redundant NULL checks before kvfree()Mohammad Shahid1-4/+2
2026-08-19ntfs: use pagecache_isize_extended() on size extensionNamjae Jeon1-18/+10
2026-08-19ntfs: file extension before write submissionNamjae Jeon5-51/+44
2026-08-19ntfs: fix kmap_local_page() usage in compressNamjae Jeon1-23/+15