summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig
2024-09-01xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig
2024-09-01xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig
2024-09-01xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig
2024-09-01xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong
2024-09-01xfs: introduce new file range commit ioctlsDarrick J. Wong
2024-08-26xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner
2024-08-26xfs: fix di_onlink checking for V1/V2 inodesDarrick J. Wong
2024-07-29xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2024-07-04xfs: get rid of xfs_ag_resv_rmapbt_allocLong Li
2024-07-04xfs: background AIL push should target physical spaceDave Chinner
2024-07-04xfs: AIL doesn't need manual pushingDave Chinner
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong
2024-07-02xfs: clean up refcount log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to refcount btree tracepointsDarrick J. Wong
2024-07-02xfs: create specialized classes for refcount tracepointsDarrick J. Wong
2024-07-02xfs: give refcount btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.cDarrick J. Wong
2024-07-02xfs: simplify usage of the rcur local variable in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_oneChristoph Hellwig
2024-07-02xfs: clean up rmap log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: pass btree cursors to rmap btree tracepointsDarrick J. Wong
2024-07-02xfs: give rmap btree cursor error tracepoints their own classDarrick J. Wong
2024-07-02xfs: move xfs_extent_free_defer_add to xfs_extfree_item.cDarrick J. Wong
2024-07-02xfs: remove xfs_defer_agfl_blockChristoph Hellwig
2024-07-02xfs: remove duplicate asserts in xfs_defer_extent_freeChristoph Hellwig
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong
2024-07-02xfs: clean up extent free log intent item tracepoint callsitesDarrick J. Wong
2024-07-02xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsbDarrick J. Wong
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong
2024-07-02xfs: create libxfs helper to rename two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to exchange two directory entriesDarrick J. Wong
2024-07-02xfs: create libxfs helper to remove an existing inode/name from a directoryDarrick J. Wong
2024-07-02xfs: hoist inode free function to libxfsDarrick J. Wong
2024-07-02xfs: create libxfs helper to link an existing inode into a directoryDarrick J. Wong
2024-07-02xfs: create libxfs helper to link a new inode into a directoryDarrick J. Wong
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong