summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: require read control for security informationNamjae Jeon1-0/+6
2026-08-17ksmbd: support normalized name informationNamjae Jeon1-2/+79
2026-08-17ksmbd: return buffer too small for short security queriesNamjae Jeon1-0/+6
2026-08-17ksmbd: fix partial file information responsesNamjae Jeon1-11/+20
2026-08-17ksmbd: Do not skip lock checks for single-byte rangesGuangshuo Li1-3/+0
2026-08-17ksmbd: return buffer overflow for partial filesystem infoNamjae Jeon1-1/+25
2026-08-17ksmbd: allow I/O on directory named streamsNamjae Jeon1-2/+3
2026-08-17ksmbd: protect private extended attributesNamjae Jeon1-6/+22
2026-08-17ksmbd: reject delete-on-close for read-only filesNamjae Jeon1-3/+32
2026-08-17ksmbd: honor owner rights ACEs in maximal accessNamjae Jeon2-3/+26
2026-08-17ksmbd: support access-based directory enumerationNamjae Jeon4-5/+36
2026-08-17ksmbd: fix maximum allowed access checksNamjae Jeon3-33/+61
2026-08-17ksmbd: validate SMB2 write offsetsNamjae Jeon1-2/+20
2026-08-17ksmbd: reject SMB3.1.1 binding with mismatched cipherNamjae Jeon1-0/+15
2026-08-15xfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman1-2/+13
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner1-1/+1
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner1-2/+5
2026-08-15kernfs: avoid iattr allocation in listxattrYichong Chen1-2/+2
2026-08-14Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2-3/+3
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2026-08-14erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
2026-08-14exfat: keep FITRIM within the requested rangeYang Wen1-12/+19
2026-08-14eventfs: Add warning for out of bounds pos in __eventfs_iterate()Steven Rostedt1-0/+4
2026-08-14fs/ntfs3: reject out-of-range evcn in mi_enum_attr()Zhan Xusheng1-3/+31
2026-08-14fs/ntfs3: fix integer overflow in MFT cluster validationZhan Xusheng1-2/+11
2026-08-13Squashfs: check block offset is not negativePhillip Lougher1-1/+1
2026-08-13ocfs2: fix readdir position truncation on 32-bit kernelsZhan Xusheng1-1/+1
2026-08-13ocfs2: fix cached cluster count after suballocator reclaimMatthias Goergens1-1/+1
2026-08-13ocfs2: fix circular locking dependency in ocfs2_init_acl()Krystian Kaniewski5-92/+172
2026-08-13ocfs2: validate DIO orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-13ocfs2: validate orphan slot during inode readZhengYuan Huang1-0/+8
2026-08-12smb: clear the aes_cmac_key and aes_cmac_ctx when doneThomas Huth2-3/+3
2026-08-12f2fs: unify add/remove ino entry API for all ino typesChao Yu1-5/+11
2026-08-12f2fs: fix to zero post-EOF data when extending file sizeChao Yu1-16/+84
2026-08-12f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page()Chao Yu1-1/+1
2026-08-12ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctlsZhan Xusheng1-2/+2
2026-08-12ceph: fix MDS random selection readiness predicateYiming Zhu1-1/+1
2026-08-12gfs2: harden gfs2_glock_holdAndreas Gruenbacher2-5/+4
2026-08-12cachefiles,netfs: sunset ondemand modeGao Xiang8-1038/+8
2026-08-12ovl: fix double end_creating() on the casefold-mismatch pathVivek Parikh1-1/+0
2026-08-12pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumersOleg Nesterov1-7/+13
2026-08-12pidfd: hold exec_update_lock around namespace ioctlChen Linxuan1-12/+31
2026-08-12fs: fix user path of nested backing filesBaokun Li1-1/+1
2026-08-12fs: remove stale inode_insert5() kernel-doc parameterYichong Chen1-1/+0
2026-08-12fs: fix switch/case indentation in sysfs() syscallManush Prajwal1-9/+9
2026-08-12iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninitChristoph Hellwig1-0/+1
2026-08-12iomap: don't free integrity payload that doesn't existChristoph Hellwig1-1/+1
2026-08-12super: fix dying superblock warning messagesKarl Mehltretter1-2/+2
2026-08-11hfsplus: validate extent record length before writing it backJiaming Zhang1-0/+2
2026-08-11hfsplus: validate B-tree record offset tableJiaming Zhang5-32/+155