summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-03ocfs2: validate inline xattrs during inode block validationCen Zhang3-13/+111
2026-08-03ocfs2: fix hung task in orphan recoveryJiaming Zhang2-9/+22
2026-08-03ocfs2: validate lengths in dlm_mig_lockres_handlerBryam Vargas1-0/+9
2026-08-03ocfs2: bound namelen in dlm_migrate_request_handlerBryam Vargas1-0/+6
2026-08-03fat: restore original value when fat_ent_write failedYemu Lu1-0/+4
2026-08-03ocfs2: use inode_lock_nested() for orphan dir lockingDeepanshu Kartikey1-3/+3
2026-08-03ocfs2/cluster: keep heartbeat local node stableCen Zhang3-18/+46
2026-08-04f2fs: Run f2fs_write_end_io() asynchronouslyBart Van Assche4-1/+25
2026-08-04f2fs: reject invalid recovered filename lengthsWenjie Qi1-3/+11
2026-08-04f2fs: Remove unused curseg_segno() and curseg_alloc_type()Zhan Xusheng1-14/+0
2026-08-04f2fs: dirty directory inodes on mtime/ctime updateJoanne Chang3-7/+7
2026-08-04f2fs: don't drop the top folio order in the f2fs_iostat tracepointZhan Xusheng1-0/+6
2026-08-04f2fs: fix to avoid move_range and defragment on device_alias fileChao Yu1-1/+5
2026-08-04f2fs: reject overlapping move range after len expansionHao-Qun Huang1-2/+2
2026-08-03f2fs: return writeback error from collapse rangeWenjie Qi1-1/+4
2026-08-03f2fs: only redirty pinned folios in redirty_blocksWenjie Qi1-2/+2
2026-08-03f2fs: limit recovery filename logging to stored lengthWenjie Qi1-14/+27
2026-08-03f2fs: validate MOVE_RANGE destination sizeWenjie Qi1-4/+12
2026-08-03f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()Zhan Xusheng1-1/+1
2026-08-04btrfs: flush the fixup workers during close_ctreeBoris Burkov2-0/+38
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner1-2/+14
2026-08-03Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-1/+1
2026-08-03Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+1
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner3-55/+288
2026-08-03binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interpChristian Brauner1-32/+119
2026-08-03ksmbd: apply the pre-authentication PDU limit when decompressingSujal Tuladhar3-6/+11
2026-08-03ksmbd: validate compression Flags before kvmallocAnatolii Shumak1-1/+10
2026-08-03smb: compress: reject Pattern_V1 when not negotiatedAnatolii Shumak3-4/+11
2026-08-03nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL derefJeff Layton1-3/+16
2026-08-03nfsd: clear CALLBACK_RUNNING on failed delegation recall queueJeff Layton1-1/+3
2026-08-03nfsd: defer setting NFSD4_CALLBACK_RUNNING in deleg_reaperJeff Layton1-2/+2
2026-08-03nfsd: don't free session slots that are still in useJeff Layton1-1/+16
2026-08-03nfsd: set SC_STATUS_FREED in nfsd4_drop_revoked_stid for delegationsZhenghang Xiao1-0/+1
2026-08-03nfsd: ensure nfsd_file_do_acquire() does not use a non-opened fileNeilBrown1-4/+4
2026-08-03nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()NeilBrown1-4/+8
2026-08-03NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lockMichael Bommarito1-19/+25
2026-08-03lockd: pin next file across nlm_inspect_file lock-dropMichael Bommarito1-23/+30
2026-08-03nfsd: sample writeback error cursor before async COPY loopChuck Lever1-1/+1
2026-08-03nfsd: Reset write verifier when async COPY writeback failsChuck Lever1-0/+2
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
2026-08-03xfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig1-0/+1
2026-08-03xfs: add a separate bio_set for spliting GC writesChristoph Hellwig1-1/+11
2026-08-03xfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
2026-08-03xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12