summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-17ksmbd: reject delete-on-close for read-only filesNamjae Jeon
2026-08-17ksmbd: honor owner rights ACEs in maximal accessNamjae Jeon
2026-08-17ksmbd: support access-based directory enumerationNamjae Jeon
2026-08-17ksmbd: fix maximum allowed access checksNamjae Jeon
2026-08-17ksmbd: validate SMB2 write offsetsNamjae Jeon
2026-08-17ksmbd: reject SMB3.1.1 binding with mismatched cipherNamjae Jeon
2026-08-15xfs: avoid double deferrals for RWF_DONTCACHE writesTal Zussman
2026-08-16futex: Clean up the redundant exit/exec functionsThomas Gleixner
2026-08-16futex/pi: Plug private futex exec() raceThomas Gleixner
2026-08-15kernfs: avoid iattr allocation in listxattrYichong Chen
2026-08-14Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-14erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang
2026-08-14exfat: keep FITRIM within the requested rangeYang Wen
2026-08-14eventfs: Add warning for out of bounds pos in __eventfs_iterate()Steven Rostedt
2026-08-14fs/ntfs3: reject out-of-range evcn in mi_enum_attr()Zhan Xusheng
2026-08-14fs/ntfs3: fix integer overflow in MFT cluster validationZhan Xusheng
2026-08-13Squashfs: check block offset is not negativePhillip Lougher
2026-08-13ocfs2: fix readdir position truncation on 32-bit kernelsZhan Xusheng
2026-08-13ocfs2: fix cached cluster count after suballocator reclaimMatthias Goergens
2026-08-13ocfs2: fix circular locking dependency in ocfs2_init_acl()Krystian Kaniewski
2026-08-13ocfs2: validate DIO orphan slot during inode readZhengYuan Huang
2026-08-13ocfs2: validate orphan slot during inode readZhengYuan Huang
2026-08-12smb: clear the aes_cmac_key and aes_cmac_ctx when doneThomas Huth
2026-08-12f2fs: unify add/remove ino entry API for all ino typesChao Yu
2026-08-12f2fs: fix to zero post-EOF data when extending file sizeChao Yu
2026-08-12f2fs: fix to off-by-one issue in f2fs_zero_post_eof_page()Chao Yu
2026-08-12ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctlsZhan Xusheng
2026-08-12ceph: fix MDS random selection readiness predicateYiming Zhu
2026-08-12gfs2: harden gfs2_glock_holdAndreas Gruenbacher
2026-08-12cachefiles,netfs: sunset ondemand modeGao Xiang
2026-08-12ovl: fix double end_creating() on the casefold-mismatch pathVivek Parikh
2026-08-12pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumersOleg Nesterov
2026-08-12pidfd: hold exec_update_lock around namespace ioctlChen Linxuan
2026-08-12fs: fix user path of nested backing filesBaokun Li
2026-08-12fs: remove stale inode_insert5() kernel-doc parameterYichong Chen
2026-08-12fs: fix switch/case indentation in sysfs() syscallManush Prajwal
2026-08-12iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninitChristoph Hellwig
2026-08-12iomap: don't free integrity payload that doesn't existChristoph Hellwig
2026-08-12super: fix dying superblock warning messagesKarl Mehltretter
2026-08-11hfsplus: validate extent record length before writing it backJiaming Zhang
2026-08-11hfsplus: validate B-tree record offset tableJiaming Zhang
2026-08-12ubifs: fix out-of-bounds read in signature length checkIbrahim Hashimov
2026-08-11ubifs: ubifs.h: clean up kernel-doc commentsRandy Dunlap
2026-08-11ubifs: key.h: use correct function parameter nameRandy Dunlap
2026-08-11ubifs: debug.h: fix kernel-doc struct prototypesRandy Dunlap
2026-08-11orangefs: skip leading spaces before parsing client debug masksZhiling Zou
2026-08-11orangefs: Remove commented out code in find_cached_xattrThorsten Blum
2026-08-11orangefs: use folio_pos() and folio_size() in orangefs_page_mkwrite()Tal Zussman
2026-08-11orangefs: fix double-free of trailer_buf on readdir copy failureYifei Gao