summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong
2023-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong
2023-12-15xfs: set XBF_DONE on newly formatted btree block that are ready for writingDarrick J. Wong
2023-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2023-12-15xfs: initialise di_crc in xfs_log_dinodeDave Chinner
2023-12-15xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong
2023-12-15xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen
2023-12-14xfs: pass the defer ops directly to xfs_defer_addChristoph Hellwig
2023-12-14xfs: pass the defer ops instead of type to xfs_defer_start_recoveryChristoph Hellwig
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig
2023-12-14xfs: move xfs_attr_defer_type up in xfs_attr_item.cChristoph Hellwig
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig
2023-12-13xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig
2023-12-07xfs: use static_assert to check struct sizes and offsetsChristoph Hellwig
2023-12-07xfs: extract xfs_da_buf_copy() helper functionZhang Tianci
2023-12-07xfs: update dir3 leaf block metadata after swapZhang Tianci
2023-12-07xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2023-12-07xfs: clean up xfs_fsops.hChristoph Hellwig
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_FSCOUNTS handlerChristoph Hellwig
2023-12-07xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handlerChristoph Hellwig
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-12-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong
2023-12-06xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2023-12-06xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong
2023-12-06xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong
2023-12-06xfs: document what LARP meansDarrick J. Wong
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong
2023-12-06xfs: collapse the ->create_done functionsDarrick J. Wong
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong