summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-03smb: compress: reject Pattern_V1 when not negotiatedAnatolii Shumak
2026-08-03nfsd: block non-SAVEFH ops after FOREIGN PUTFH to prevent NULL derefJeff Layton
2026-08-03nfsd: clear CALLBACK_RUNNING on failed delegation recall queueJeff Layton
2026-08-03nfsd: defer setting NFSD4_CALLBACK_RUNNING in deleg_reaperJeff Layton
2026-08-03nfsd: don't free session slots that are still in useJeff Layton
2026-08-03nfsd: set SC_STATUS_FREED in nfsd4_drop_revoked_stid for delegationsZhenghang Xiao
2026-08-03nfsd: ensure nfsd_file_do_acquire() does not use a non-opened fileNeilBrown
2026-08-03nfsd: fix possible fh_compose of wrong dentry in nfsd4_create_file()NeilBrown
2026-08-03NFSD: restart ssc_expire_umount walk after dropping nfsd_ssc_lockMichael Bommarito
2026-08-03lockd: pin next file across nlm_inspect_file lock-dropMichael Bommarito
2026-08-03nfsd: sample writeback error cursor before async COPY loopChuck Lever
2026-08-03nfsd: Reset write verifier when async COPY writeback failsChuck Lever
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig
2026-08-03xfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig
2026-08-03xfs: add a separate bio_set for spliting GC writesChristoph Hellwig
2026-08-03xfs: don't swallow dquot recovery verification errorsLong Li
2026-08-03xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong
2026-08-03xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong
2026-08-03xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong
2026-08-03xfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong
2026-08-03xfs: hoist per-bucket unlinked list check to helperDarrick J. Wong
2026-08-03xfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong
2026-08-03xfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong
2026-08-03xfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong
2026-08-03xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong
2026-08-03xfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong
2026-08-03xfs: only check mergeability of bnobt recordsDarrick J. Wong
2026-08-03xfs: fix inverted clearance of inode junk flagsAndrey Albershteyn
2026-08-03xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng
2026-08-03binfmt_misc: let a register string create an entry disabledChristian Brauner
2026-08-03binfmt_misc: let a bpf handler request loader substitutionChristian Brauner
2026-08-03binfmt_misc: add the 'L' loader substitution flagChristian Brauner
2026-08-03binfmt_elf_fdpic: consume a stashed PT_INTERP substituteChristian Brauner
2026-08-03binfmt_elf: consume a stashed PT_INTERP substituteChristian Brauner
2026-08-03exec: carry a PT_INTERP substitute in struct linux_binprmChristian Brauner
2026-08-03binfmt_misc: let a bpf handler run the interpreter transparentlyChristian Brauner
2026-08-03binfmt_misc: add a static transparent flag 'T'Christian Brauner
2026-08-03binfmt_misc: add transparent interpreter dispatchChristian Brauner
2026-08-03exec: label mm->exe_file with the binary for a transparent dispatchChristian Brauner
2026-08-03exec: add AT_FLAGS_TRANSPARENT_INTERPChristian Brauner
2026-08-03exec: release the replaced file with do_close_execat()Christian Brauner
2026-08-03binfmt_misc: split out entry_open_interpreter() and build_interp_argv()Christian Brauner
2026-08-03binfmt_misc: normalize the per-exec invocation flagsChristian Brauner
2026-08-03binfmt_misc: table-drive the register string flagsChristian Brauner