summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-12udf: validate VAT header length against the VAT inode sizeBryam Vargas
2026-06-12udf: validate sparing table length as an entry count, not a byte countBryam Vargas
2026-06-12xfs: shut down the filesystem on a failed mountMikhail Lobanov
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig
2026-06-12xfs: shut down zoned file systems on writeback errorsYao Sang
2026-06-11fs: efs: remove unneeded debug printsMaxwell Doose
2026-06-11fs: fat: inode: replace sprintf() with scnprintf()Maxwell Doose
2026-06-10ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXTYun Zhou
2026-06-10ext4: fix kernel BUG in ext4_write_inline_data_endAditya Prakash Srivastava
2026-06-10ext4: fix ERR_PTR(0) in ext4_mkdir()Hongling Zeng
2026-06-10jbd2: remove special jbd2 slabsMatthew Wilcox (Oracle)
2026-06-10ext4: remove mention of PageWritebackMatthew Wilcox (Oracle)
2026-06-10namespace: restrict OPEN_TREE_NAMESPACE/FSMOUNT_NAMESPACE to directoriesJann Horn
2026-06-10ntfs3: reject direct userspace writes to reserved $LX* xattrsKonstantin Komarov
2026-06-10fs/ntfs3: resize log->one_page_buf when adopting on-disk page sizeJamie Nguyen
2026-06-10fs/ntfs3: prevent potential lcn remains uninitializedEdward Adam Davis
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong
2026-06-10xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig
2026-06-10xfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig
2026-06-10fanotify: allow reporting pidfds for reaped tasksAnonymeMeow
2026-06-10fanotify: report thread pidfds for FAN_REPORT_TIDAnonymeMeow
2026-06-10backing-file: fix backing_file_open() kerneldoc parameterLi Wang
2026-06-10iomap: pass the correct len to fserror_report_io in __iomap_write_beginChristoph Hellwig
2026-06-10xfs: add newly added RTGs to the free pool in growfsChristoph Hellwig
2026-06-10xfs: factor out a xfs_zone_mark_free helperChristoph Hellwig
2026-06-09nfsd: reset write verifier on deferred writeback errorsJeff Layton
2026-06-09nfsd: avoid leaking pre-allocated openowner on unconfirmed retry raceJeff Layton
2026-06-09nfsd: fix posix_acl leak on SETACL decode failureJeff Layton
2026-06-09nfsd: fix posix_acl leak and ignored error in nfsd4_create_fileJeff Layton
2026-06-09nfsd: check get_user() return when reading princhashlenDominik Woźniak
2026-06-09nfsd: fix inverted cp_ttl check in async copy reaperJeff Layton
2026-06-09nfsd: fix dead ACL conflict guard in nfsd4_createJeff Layton
2026-06-09NFSD: Fix SECINFO_NO_NAME decode error cleanupGuannan Wang
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever
2026-06-09nfsd: release layout stid on setlease failureChris Mason
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck Lever
2026-06-09lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever
2026-06-09lockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever
2026-06-09Revert "NFSD: Defer sub-object cleanup in export put callbacks"Yang Erkun
2026-06-09lockd: Unify cast_statusChuck Lever
2026-06-09lockd: Remove dead code from fs/lockd/xdr.cChuck Lever
2026-06-09lockd: Remove C macros that are no longer usedChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 FREE_ALL procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NM_LOCK procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNSHARE procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 SHARE procedureChuck Lever
2026-06-09lockd: Convert NLMv3 server-side undefined procedures to xdrgenChuck Lever