aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-03-07xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-02-28xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAILDave Chinner1-1/+1
2024-02-22xfs: move symlink target write function to libxfsDarrick J. Wong2-0/+79
2024-02-22xfs: move remote symlink target read function to libxfsDarrick J. Wong2-0/+78
2024-02-22xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.hDarrick J. Wong5-14/+25
2024-02-22xfs: xfs_bmap_finish_one should map unwritten extents properlyDarrick J. Wong1-0/+2
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong2-30/+21
2024-02-22xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong1-1/+3
2024-02-22xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong1-2/+2
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2-7/+2
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2-16/+7
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong4-33/+154
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong4-14/+189
2024-02-22xfs: repair the rmapbtDarrick J. Wong6-8/+71
2024-02-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong3-3/+13
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong2-0/+122
2024-02-22xfs: support in-memory btreesDarrick J. Wong4-37/+526
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig1-13/+17
2024-02-22xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong2-6/+4
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig3-51/+25
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig2-40/+10
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig2-35/+6
2024-02-22xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig1-7/+23
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig7-59/+61
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig2-50/+31
2024-02-22xfs: tighten up validation of root block in inode forksChristoph Hellwig1-3/+13
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig1-2/+1
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig1-8/+4
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig2-49/+32
2024-02-22xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extentsChristoph Hellwig1-1/+1
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig1-16/+6
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig1-13/+6
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig11-43/+57
2024-02-22xfs: pass a 'bool is_finobt' to xfs_inobt_insertChristoph Hellwig1-5/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig3-25/+55
2024-02-22xfs: split xfs_inobt_insert_sprecChristoph Hellwig1-52/+96
2024-02-22xfs: remove the btnum argument to xfs_inobt_count_blocksChristoph Hellwig1-5/+3
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig2-29/+3
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig3-38/+67
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig5-0/+13
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig10-21/+18
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig6-77/+83
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig2-21/+0
2024-02-22xfs: fold xfs_bmbt_init_common into xfs_bmbt_init_cursorChristoph Hellwig1-29/+27
2024-02-22xfs: make staging file forks explicitDarrick J. Wong2-4/+6
2024-02-22xfs: make full use of xfs_btree_stage_ifakeroot in xfs_bmbt_stage_cursorChristoph Hellwig2-2/+1
2024-02-22xfs: remove xfs_rmapbt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_rmapbt_init_common into xfs_rmapbt_init_cursorChristoph Hellwig1-19/+14
2024-02-22xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig1-20/+12
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursorChristoph Hellwig1-24/+15
2024-02-22xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig2-18/+0
2024-02-22xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursorChristoph Hellwig1-27/+15
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig8-139/+72
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig4-14/+25
2024-02-22xfs: move comment about two 2 keys per pointer in the rmap btreeChristoph Hellwig1-1/+1
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong3-32/+33
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig7-63/+54
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig9-43/+65
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong7-44/+48
2024-02-22xfs: factor out a btree block owner checkDarrick J. Wong1-5/+28
2024-02-22xfs: factor out a xfs_btree_owner helperDarrick J. Wong1-14/+11
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig6-29/+26
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong7-22/+19
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong2-1/+1
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong4-9/+21
2024-02-22xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong1-2/+1
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong5-12/+12
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong8-87/+69
2024-02-22xfs: extern some btree ops structuresDarrick J. Wong6-7/+16
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig3-9/+11
2024-02-22xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig1-21/+22
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig4-35/+20
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong8-80/+86
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong7-16/+5
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong6-16/+17
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong3-7/+17
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong3-4/+2
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-1/+2
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong3-3/+8
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong1-0/+43
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong8-44/+339
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong1-1/+8
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong3-3/+18
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong9-17/+74
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong7-5/+43
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2-6/+30
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong4-3/+21
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong1-0/+1
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong1-1/+22
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-1/+2
2024-02-22xfs: report health of inode link countsDarrick J. Wong2-1/+4
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-1/+2
2024-02-22xfs: report the health of quota countsDarrick J. Wong2-1/+4
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong1-0/+11
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong1-0/+12
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong2-0/+7
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)7-19/+18
2024-02-13xfs: use xfs_defer_alloc a bit moreDave Chinner1-10/+5
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner1-2/+2
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner7-15/+16
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner6-27/+31
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner11-39/+39
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner7-20/+21
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner7-19/+25
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong5-30/+28
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong1-1/+1
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig1-2/+1
2023-12-29xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig1-2/+4
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig1-4/+2
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2-10/+2
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig7-49/+59
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig1-11/+5
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig3-39/+7
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig4-66/+48
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig1-2/+3
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig4-32/+22
2023-12-29xfs: make if_data a void pointerChristoph Hellwig10-138/+101
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2-10/+4
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2-20/+12
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig1-51/+25
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2-2/+16
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig1-5/+14
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig1-1/+0
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2-7/+16
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig1-10/+9
2023-12-22xfs: fix perag leak when growfs failsLong Li2-10/+28
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-0/+3
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong2-4/+42
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong2-0/+51
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong7-30/+136
2023-12-15xfs: zap broken inode forksDarrick J. Wong9-42/+57
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong1-0/+10
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong1-1/+1
2023-12-15xfs: repair refcount btreesDarrick J. Wong6-7/+45
2023-12-15xfs: repair inode btreesDarrick J. Wong2-14/+20
2023-12-15xfs: repair free space btreesDarrick J. Wong6-8/+35
2023-12-15xfs: constrain dirty buffers while formatting a staged btreeDarrick J. Wong2-11/+49
2023-12-15xfs: move btree bulkload record initialization to ->get_record implementationsDarrick J. Wong2-15/+17
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. Wong1-3/+1
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 Hellwig3-5/+6
2023-12-14xfs: store an ops pointer in struct xfs_defer_pendingChristoph Hellwig2-28/+20
2023-12-14xfs: consolidate the xfs_attr_defer_* helpersChristoph Hellwig1-69/+21
2023-12-07xfs: move xfs_ondisk.h to libxfs/Christoph Hellwig1-0/+199
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-06xfs: force small EFIs for reaping btree extentsDarrick J. Wong2-11/+99
2023-12-06xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2023-12-06xfs: automatic freeing of freshly allocated unwritten spaceDarrick J. Wong2-4/+112
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong9-25/+14
2023-12-06xfs: allow pausing of pending deferred work itemsDarrick J. Wong2-14/+100
2023-12-06xfs: don't append work items to logged xfs_defer_pending objectsDarrick J. Wong1-13/+48
2023-12-06xfs: elide ->create_done calls for unlogged deferred workDarrick J. Wong1-0/+4
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong2-1/+15
2023-12-06xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong3-1/+17
2023-12-06xfs: move ->iop_relog to struct xfs_defer_op_typeDarrick J. Wong2-11/+23
2023-12-06xfs: hoist xfs_trans_add_item calls to defer ops functionsDarrick J. Wong1-1/+6
2023-12-06xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relogDarrick J. Wong1-2/+7
2023-12-06xfs: use xfs_defer_create_done for the relogging operationDarrick J. Wong1-1/+5
2023-12-06xfs: hoist ->create_intent boilerplate to its callsiteDarrick J. Wong1-0/+2
2023-12-06xfs: hoist intent done flag setting to ->finish_item callsiteDarrick J. Wong1-1/+27
2023-12-06xfs: move ->iop_recover to xfs_defer_op_typeDarrick J. Wong3-0/+23
2023-12-06xfs: use xfs_defer_finish_one to finish recovered work itemsDarrick J. Wong3-2/+3
2023-12-06xfs: recreate work items when recovering intent itemsDarrick J. Wong2-2/+10
2023-12-06xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
2023-12-06xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong3-28/+85
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner1-0/+3
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: abort intent items when recovery intents failLong Li2-3/+4
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-423/+874
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-6/+12
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval1-3/+3
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2-44/+41
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2-68/+69
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval2-76/+88
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner2-202/+210
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong3-9/+42
2023-10-18xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong2-0/+36
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong3-77/+67
2023-10-18xfs: create a helper to handle logging parts of rt bitmap/summary blocksDarrick J. Wong1-15/+40
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong3-4/+44
2023-10-18xfs: convert to new timestamp accessorsJeff Layton3-6/+12
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong4-12/+59
2023-10-17xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong2-28/+42
2023-10-17xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong3-11/+9
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong3-20/+42
2023-10-17xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong2-0/+31
2023-10-17xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong1-0/+18
2023-10-17xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong2-6/+16
2023-10-17xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong3-6/+37