summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-23iomap: add comments for ifs_clear/set_range_dirty()Zhang Yi
2026-07-23iomap: fix out-of-bounds bitmap_set() with zero-length rangeZhang Yi
2026-07-23iomap: fix incorrect did_zero setting in iomap_zero_iter()Zhang Yi
2026-07-23iomap: support invalidating partial foliosZhang Yi
2026-07-23iomap: correct the range of a partial dirty clearZhang Yi
2026-07-23fs/super: fix emergency thaw double-unlock of s_umountChen Changcheng
2026-07-22ext4: enable scoped NOFS when starting a handle in nojournal modeTheodore Ts'o
2026-07-22ecryptfs: ecryptfs_kernel.h: clean up kernel-doc commentsRandy Dunlap
2026-07-22ext4: write back partial-zeroed edges in WRITE_ZEROESZhang Yi
2026-07-22ext4: zero out whole block for clean edges in WRITE_ZEROESZhang Yi
2026-07-22ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi
2026-07-22ext4: clarify return semantics of ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: move partial block zeroing earlier in ext4_zero_range()Zhang Yi
2026-07-22ext4: check return value of ext4_get_block() in ext4_load_tail_bh()Zhang Yi
2026-07-22ext4: skip tail block zeroing for inline data filesZhang Yi
2026-07-22ext4: use FGP_WRITEBEGIN for tail block zeroingZhang Yi
2026-07-22jbd2: bound shrinker scans by examined checkpoint buffersMax Kellermann
2026-07-22jbd2: check need_resched() when skipping busy checkpoint buffersMax Kellermann
2026-07-22ext4: use str_plural() instead of custom macroJoshua Crofts
2026-07-22ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: convert all EA inode iput() calls to ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou
2026-07-22ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()Xiang Mei
2026-07-22ext4: fix buffer_head leak in ext4_init_orphan_infoGuanghui Yang
2026-07-22ext4: clear error before retrying inode xattr space fallbackGuanghui Yang
2026-07-22ext4: propagate errors from fast commit range replayGuanghui Yang
2026-07-22mount: remove redundant panic() in mnt_init()Hamza Mahfooz
2026-07-22ext4: validate readdir offset before accessing direntYao Kai
2026-07-22ext4: cleanup unused CONVERT_INLINE_DATA flagAditya Prakash Srivastava
2026-07-22ext4: use fsdata to track inline data write state and fix raceAditya Prakash Srivastava
2026-07-22ext4: fix NOWAIT semantic violation in DAX extending writesBaokun Li
2026-07-22ext4: use kiocb_modified instead of file_modified in DIO/DAX write pathBaokun Li
2026-07-22ext4: base unaligned DIO lock decision on partial block zeroingBaokun Li
2026-07-22ext4: skip overwrite check for aligned non-extending DIO writesBaokun Li
2026-07-22ext4: drain in-flight DIO before buffered write fallbackBaokun Li
2026-07-22ext4: prevent sleeping allocation in NOWAIT write pathBaokun Li
2026-07-22ext4: clear stale xarray tags on folios skipped during writebackGerald Yang
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava
2026-07-22ksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon
2026-07-22ksmbd: validate minimum PDU size for transform requestsNamjae Jeon
2026-07-22ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
2026-07-22ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
2026-07-22ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
2026-07-22ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
2026-07-22ksmbd: enforce signing required by the sessionNamjae Jeon
2026-07-22ksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon
2026-07-22pidfs: handle FS_IOC32_GETVERSION in compat ioctlLi Chen
2026-07-22ovl: check access to copy_file_range source with src mounter credsAmir Goldstein
2026-07-22proc: Fix broken error paths for namespace linksJann Horn
2026-07-22xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_intCihan Karadag