summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
6 daysfutex/pi: Plug private futex exec() raceThomas Gleixner1-2/+6
6 daysxfs: restore nofs context unconditionally in xfs_trans_rollYun Zhou1-7/+9
6 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
6 daysext4: fix incorrect function call when initializing s_resgidJiazi Liu1-1/+1
6 daysext4: don't enable DAX on new encrypted filesEric Biggers2-20/+24
6 daysext4: propagate errors from fast commit range replayGuanghui Yang1-4/+12
6 daysext4: avoid tail write_begin walk for uptodate foliosJia Zhu1-5/+6
6 daysext4: clear error before retrying inode xattr space fallbackGuanghui Yang1-0/+1
6 daysnilfs2: reject invalid block index in GC ioctlRyusuke Konishi1-2/+18
6 daysext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
6 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
6 daysxfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong1-1/+1
6 daysxfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38
6 daysxfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong2-11/+52
6 daysxfs: hoist per-bucket unlinked list check to helperDarrick J. Wong1-22/+42
10 dayserofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
10 daysceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+21
10 daysceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
10 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
10 daysxfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
10 daysxfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
10 daysxfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
10 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
10 daysxfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong1-0/+1
10 daysxfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong1-1/+1
10 daysxfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
10 daysxfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
10 daysxfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong1-1/+1
10 daysxfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong1-1/+2
10 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
10 daysxfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1
10 daysxfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong1-6/+7
10 daysxfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
10 daysxfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
10 daysxfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong1-4/+18
10 daysxfs: only check mergeability of bnobt recordsDarrick J. Wong1-2/+3
10 daysxfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong1-1/+6
10 daysxfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong1-18/+28
10 daysxfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong1-1/+1
10 daysxfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma1-0/+5
10 daysxfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong1-1/+1
10 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-16/+41
10 daysxfs: fix off-by-one in rtrefcount btree root level validationXiang Mei1-2/+2
10 daysxfs: propagate errors from xfs_rtginode_loadGuanghui Yang1-1/+1
10 daysceph: fix MDS random selection readiness predicateYiming Zhu1-1/+1
14 daysfsverity: Fix silent truncation in bpf_get_fsverity_digest()Eric Biggers1-4/+5
14 daysfsverity: Fix bpf_get_fsverity_digest() dynptr assumptionsEric Biggers1-4/+6
14 daysfscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()Zhan Xusheng1-1/+1
14 daysfs,fsverity: remove check for fsverity being enabled in setattr_prepare()Andrey Albershteyn1-1/+1
14 dayseventfs: Use children field for rcu head and add memory barriersSteven Rostedt2-2/+26