summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong13-12/+166
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2-2/+2
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong7-5/+55
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2-0/+11
2023-12-15xfs: repair refcount btreesDarrick J. Wong12-19/+856
2023-12-15xfs: repair inode btreesDarrick J. Wong11-51/+1022
2023-12-15xfs: repair free space btreesDarrick J. Wong20-21/+1224
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong4-46/+39
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong1-3/+6
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong8-150/+175
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong4-166/+458
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong3-11/+50
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2-15/+17
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong4-3/+76
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong3-2/+10
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong1-0/+6
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2023-12-15xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig7-36/+10
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig9-12/+13
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig8-36/+34
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig1-33/+33
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig2-71/+21
2023-12-14xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+0
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig1-4/+4
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci3-52/+36
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig1-5/+5
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig5-50/+14
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig3-26/+20
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig1-44/+43
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-6/+102
2023-12-07xfs: force small EFIs for reaping btree extentsDarrick J. Wong3-11/+104
2023-12-07xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong2-8/+29
2023-12-07xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong4-0/+595
2023-12-07xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-07xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong3-8/+117
2023-12-07xfs: remove __xfs_free_extent_laterDarrick J. Wong11-27/+16
2023-12-07xfs: allow pausing of pending deferred work itemsDarrick J. Wong3-16/+111
2023-12-07xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-07xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2023-12-07xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong2-3/+4
2023-12-07xfs: document what LARP meansDarrick J. Wong1-0/+9
2023-12-07xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2023-12-07xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5