summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2 daysfuse: fix invalidate lock leak on open O_TRUNC DAX failureBaokun Li1-2/+2
2 daysfuse: fix invalidate lock leak on setattr writeback failureBaokun Li1-5/+4
2 daysext4: zero out whole block for clean edges in WRITE_ZEROESZhang Yi1-0/+15
2 daysext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()Zhang Yi3-8/+35
2 daysext4: write back partial-zeroed edges in WRITE_ZEROESZhang Yi1-1/+9
2 daysext4: move partial block zeroing earlier in ext4_zero_range()Zhang Yi1-5/+7
2 daysext4: protect WRITE_ZEROES written extents with orphan listZhang Yi1-7/+69
2 daysext4: export converted block count from ext4_convert_unwritten_extents()Zhang Yi3-21/+38
8 daysfutex/pi: Plug private futex exec() raceThomas Gleixner1-2/+6
8 daysxfs: restore nofs context unconditionally in xfs_trans_rollYun Zhou1-7/+9
8 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
8 daysext4: fix incorrect function call when initializing s_resgidJiazi Liu1-1/+1
8 daysext4: don't enable DAX on new encrypted filesEric Biggers2-20/+24
8 daysext4: propagate errors from fast commit range replayGuanghui Yang1-4/+12
8 daysext4: avoid tail write_begin walk for uptodate foliosJia Zhu1-5/+6
8 daysext4: clear error before retrying inode xattr space fallbackGuanghui Yang1-0/+1
8 daysnilfs2: reject invalid block index in GC ioctlRyusuke Konishi1-2/+18
8 daysext4: stop retrying saturated xattr cache entriesMatthias Goergens1-2/+4
8 daysocfs2: fix missing metadata reservation for large xattrsIan Bridges1-6/+12
8 daysxfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong1-1/+1
8 daysxfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38
8 daysxfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong2-11/+52
8 daysxfs: hoist per-bucket unlinked list check to helperDarrick J. Wong1-22/+42
12 dayserofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
12 daysceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann3-6/+21
12 daysceph: avoid fs reclaim while using current->journal_infoMax Kellermann1-0/+11
12 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
12 daysxfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
12 daysxfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
12 daysxfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
12 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
12 daysxfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong1-0/+1
12 daysxfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong1-1/+1
12 daysxfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
12 daysxfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
12 daysxfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong1-1/+1
12 daysxfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong1-1/+2
12 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
12 daysxfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1
12 daysxfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong1-6/+7
12 daysxfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
12 daysxfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
12 daysxfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong1-4/+18
12 daysxfs: only check mergeability of bnobt recordsDarrick J. Wong1-2/+3
12 daysxfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong1-1/+6
12 daysxfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong1-18/+28
12 daysxfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong1-1/+1
12 daysxfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma1-0/+5
12 daysxfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong1-1/+1
12 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-16/+41