aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-12xfsprogs: Release v6.5.0HEADmasterCarlos Maiolino4-2/+22
2023-10-05libfrog: drop build host crc32 selftestKrzesimir Nowak2-33/+2
2023-10-05libxfs: fix atomic64_t detection on x86 32-bit architecturesDarrick J. Wong1-1/+8
2023-10-05xfs_repair: set aformat and anextents correctly when clearing the attr forkDarrick J. Wong1-2/+0
2023-10-05xfs_scrub: actually return errno from check_xattr_ns_namesDarrick J. Wong1-0/+1
2023-10-05libxfs: use XFS_IGET_CREATE when creating new filesDarrick J. Wong1-1/+1
2023-10-05libfrog: don't fail on XFS_FSOP_GEOM_FLAGS_NREXT64 in xfrog_bulkstat_single5Darrick J. Wong1-1/+1
2023-10-05libfrog: fix overly sleep workqueuesDarrick J. Wong2-10/+25
2023-10-05xfs_db: use directio for device accessDarrick J. Wong1-0/+1
2023-10-05libxfs: make platform_set_blocksize optional with directioDarrick J. Wong1-2/+6
2023-10-05mkfs: add a config file for 6.6 LTS kernelsDarrick J. Wong2-1/+16
2023-10-05mkfs: enable reverse mapping by defaultDarrick J. Wong2-3/+3
2023-10-05mkfs: enable large extent counts by defaultDarrick J. Wong2-4/+5
2023-10-05xfs_db: create unlinked inodesDarrick J. Wong3-0/+208
2023-10-05xfs_db: dump unlinked bucketsDarrick J. Wong6-1/+227
2023-09-07xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong1-1/+1
2023-09-07xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong2-10/+67
2023-09-07xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2
2023-09-07xfs: AGI length should be bounds checkedDarrick J. Wong3-39/+60
2023-09-07xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2023-09-07xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner1-5/+6
2023-09-07xfs: AGF length has never been bounds checkedDave Chinner1-34/+56
2023-09-07xfs: journal geometry is not properly bounds checkedDave Chinner1-1/+55
2023-09-07xfs: don't block in busy flushing when freeing extentsDave Chinner3-24/+57
2023-09-07xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner3-46/+54
2023-09-07xfs: use deferred frees for btree block freeingDave Chinner9-24/+29
2023-09-07xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King1-2/+0
2023-09-07xfs: fix ag count overflow during growfsLong Li1-0/+2
2023-09-07overflow: Add struct_size_t() helperKees Cook2-1/+17
2023-08-25xfsprogs: don't allow udisks to automount XFS filesystems with no promptDarrick J. Wong5-0/+69
2023-08-02xfs_repair: fix the problem of repair failure caused by dirty flag being abno...Wu Guanghao1-1/+1
2023-08-02mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatibleBill O'Donnell1-7/+0
2023-07-19xfsprogs: Release v6.4.0Carlos Maiolino4-2/+25
2023-07-12xfs_db: expose the unwritten flag in rmapbt keysDarrick J. Wong1-0/+4
2023-07-12xfs_repair: warn about unwritten bits set in rmap btree keysDarrick J. Wong1-0/+28
2023-07-12xfs_repair: check low keys of rmap btreesDarrick J. Wong1-1/+31
2023-07-12xfs_repair: always perform extended xattr checks on uncertain inodesDarrick J. Wong1-2/+4
2023-07-12xfs_repair: don't add junked entries to the rebuilt directoryDarrick J. Wong1-1/+2
2023-07-12xfs_repair: fix messaging when fixing imap due to sparse clusterDarrick J. Wong1-1/+1
2023-07-12xfs_repair: fix messaging in longform_dir2_entry_check_dataDarrick J. Wong1-2/+1
2023-07-12xfs_repair: fix messaging when shortform_dir2_junk is calledDarrick J. Wong1-10/+7
2023-07-12xfs_repair: don't log inode problems without printing resolutionDarrick J. Wong1-13/+10
2023-07-12xfs_repair: don't spray correcting imap all by itselfDarrick J. Wong1-4/+2
2023-07-12mkfs: fix man's default value for sparse optionPavel Reichl1-1/+1
2023-07-12libxcmd: add return value check for dynamic memory functionWeifeng Su1-0/+4
2023-06-26po: Fix invalid .de translation format stringDavid Seifert1-1/+1
2023-06-22xfs: validate block number being freed before adding to xefiDave Chinner7-22/+59
2023-06-22xfs: validity check agbnos on the AGFLDave Chinner1-0/+3
2023-06-22xfs: fix agf/agfl verification on v4 filesystemsDave Chinner1-17/+42
2023-06-22xfs: fix AGF vs inode cluster buffer deadlockDave Chinner5-107/+173
2023-06-22xfs: restore allocation trylock iterationDave Chinner1-6/+7
2023-06-22libxfs: port transaction precommit hooks to userspaceDarrick J. Wong5-4/+117
2023-06-22libxfs: port list_cmp_func_t to userspaceDarrick J. Wong4-32/+29
2023-06-22libxfs: deferred items should call xfs_perag_intent_{get,put}Darrick J. Wong1-16/+26
2023-06-22xfs_db: make the hash command print the dirent hashDarrick J. Wong2-6/+44
2023-06-22xfs_db: create dirents and xattrs with colliding namesDarrick J. Wong2-0/+407
2023-06-22xfs_db: hoist name obfuscation code out of metadump.cDarrick J. Wong4-388/+412
2023-06-22mkfs: deprecate the ascii-ci featureDarrick J. Wong2-0/+12
2023-06-22mkfs.xfs.8: warn about the version=ci featureDarrick J. Wong1-4/+18
2023-06-22xfs_db: fix metadump name obfuscation for ascii-ci filesystemsDarrick J. Wong1-9/+73
2023-06-14xfs_db: move obfuscate_name assertion to callersDarrick J. Wong1-1/+3
2023-06-14libxfs: test the ascii case-insensitive hashDarrick J. Wong2-100/+110
2023-06-09xfs: set bnobt/cntbt numrecs correctly when formatting new AGsDarrick J. Wong1-10/+9
2023-06-09xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eofDarrick J. Wong1-2/+3
2023-06-09xfs: fix livelock in delayed allocation at ENOSPCDave Chinner1-1/+0
2023-06-09xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong5-6/+125
2023-06-09xfs: don't consider future format versions validDave Chinner1-5/+6
2023-06-09xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2-2/+34
2023-06-09xfs: accumulate iextent records when checking bmapDarrick J. Wong1-1/+1
2023-06-09xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsDarrick J. Wong2-35/+52
2023-06-09xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2-62/+148
2023-06-09xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong1-2/+0
2023-06-09xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong10-40/+142
2023-06-09xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong14-33/+239
2023-06-09xfs: refactor ->diff_two_keys callsitesDarrick J. Wong2-33/+79
2023-06-09xfs: refactor converting btree irec to btree keyDarrick J. Wong1-8/+15
2023-06-09xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong1-10/+30
2023-06-09xfs: hoist inode record alignment checks from scrubDarrick J. Wong1-0/+4
2023-06-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-0/+5
2023-06-09xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong3-2/+34
2023-06-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong1-0/+22
2023-06-09xfs: complain about bad records in query_range helpersDarrick J. Wong4-57/+91
2023-06-09xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong2-23/+42
2023-06-09xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong4-29/+29
2023-06-09xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong2-14/+33
2023-06-09xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong4-20/+39
2023-06-09xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong2-13/+49
2023-06-09xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong5-2/+30
2023-06-09xfs: create traced helper to get extra perag referencesDarrick J. Wong7-14/+19
2023-06-09xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong3-22/+44
2023-06-09xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong3-21/+42
2023-06-09xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong3-19/+41
2023-06-09xfs: pass per-ag references to xfs_free_extentDarrick J. Wong7-24/+40
2023-06-09xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong3-0/+29
2023-06-09libxfs: Finish renaming xfs_extent_item variablesCarlos Maiolino1-18/+18
2023-05-22xfsprogs: Release v6.3.0Carlos Maiolino4-2/+14
2023-05-10xfs_repair: dont leak buffer when discarding directoriesDarrick J. Wong1-1/+5
2023-05-10xfs_repair: estimate per-AG btree slack betterDarrick J. Wong6-16/+147
2023-05-10mkfs: warning about misaligned AGs and RAID stripes is not an errorDarrick J. Wong1-1/+2
2023-05-10xfs_db: fix broken logic in error pathDarrick J. Wong1-1/+1
2023-05-10xfs: fix mismerged tracepointsDarrick J. Wong1-4/+4
2023-05-10xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-05-10xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2-0/+23
2023-05-10xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong1-1/+5
2023-05-10xfs: try to idiot-proof the allocatorsDarrick J. Wong1-0/+13
2023-05-10xfs: restore old agirotor behaviorDarrick J. Wong1-1/+2
2023-05-10xfs: return a referenced perag from filestreams allocatorDave Chinner1-11/+28
2023-05-10xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner3-83/+15
2023-05-10xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2-1/+3
2023-05-10xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner1-48/+37
2023-05-10xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner1-71/+96
2023-05-10xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2-61/+57
2023-05-10xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner1-55/+33
2023-05-10xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner3-99/+28
2023-05-10xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner1-59/+63
2023-05-10xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner1-44/+76
2023-05-10xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner5-23/+71
2023-05-10xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner6-54/+55
2023-05-10xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner4-38/+51
2023-05-10xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner3-32/+42
2023-05-10xfs: factor xfs_bmap_btalloc()Dave Chinner1-137/+196
2023-05-10xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner8-52/+72
2023-05-10xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner1-30/+35
2023-05-10xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner1-24/+26
2023-05-10xfs: rework xfs_alloc_vextent()Dave Chinner1-179/+285
2023-05-10xfs: introduce xfs_for_each_perag_wrap()Dave Chinner3-50/+105
2023-05-10xfs: perags need atomic operational stateDave Chinner13-86/+127
2023-05-10xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2-17/+3
2023-05-10xfs: inobt can use perags in many more places than it doesDave Chinner6-51/+43
2023-05-10xfs: use active perag references for inode allocationDave Chinner3-35/+33
2023-05-10xfs: convert xfs_imap() to take a peragDave Chinner3-31/+27
2023-05-10xfs: rework the perag trace points to be perag centricDave Chinner2-24/+12
2023-05-09xfs: active perag reference countingDave Chinner5-9/+105
2023-05-09xfs: t_firstblock is tracking AGs not blocksDave Chinner6-16/+14
2023-05-09xfs: drop firstblock constraints from allocation setupDave Chinner2-132/+66
2023-05-09xfs: block reservation too large for minleft allocationDave Chinner3-11/+12
2023-05-09xfs: prefer free inodes at ENOSPC over chunk allocationDave Chinner3-0/+46
2023-05-09xfs: fix low space alloc deadlockDave Chinner3-26/+58
2023-05-09xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-05-09xfs: pass refcount intent directly through the log intent codeDarrick J. Wong3-75/+55
2023-05-09xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-44/+33
2023-05-09xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong1-16/+16
2023-05-09xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-39/+25
2023-04-21xfsprogs: nrext64 option should be in [inode] section of mkfs conf filesEric Sandeen5-5/+5
2023-04-21misc: test the dir/attr hash before formatting or repairing fsDarrick J. Wong5-8/+195
2023-04-21libfrog: move crc32c selftest buffer into a separate fileDarrick J. Wong4-522/+548
2023-03-24xfsprogs: Release v6.2.0Carlos Maiolino4-3/+21
2023-03-17xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2023-03-17xfs: invalidate xfs_bufs when allocating cow extentsDarrick J. Wong1-1/+1
2023-03-17xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan1-1/+0
2023-03-17xfs: estimate post-merge refcounts correctlyDarrick J. Wong1-4/+21
2023-03-17xfs: hoist refcount record merge predicatesDarrick J. Wong1-16/+113
2023-03-17xfs: add debug knob to slow down write for funDarrick J. Wong2-1/+4
2023-03-17xfs: add debug knob to slow down writeback for funDarrick J. Wong2-1/+4
2023-03-17xfs: drop write error injection is unfixable, remove itDave Chinner1-7/+5
2023-03-17xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2-3/+5
2023-03-17treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
2023-03-17xfs_db: fix complaints about unsigned char castingDarrick J. Wong1-2/+2
2023-03-17xfs_repair: fix incorrect dabtree hashval comparisonDarrick J. Wong1-1/+1
2023-03-03mkfs: substitute slashes with spaces in protofilesDarrick J. Wong4-4/+50
2023-03-03mkfs: use suboption processing for -pDarrick J. Wong2-11/+73
2023-03-03mkfs: check dirent names when reading protofileDarrick J. Wong1-0/+6
2023-02-24Remove several implicit function declarationsArjun Shankar1-2/+5
2023-02-24xfs_db: make flist_find_ftyp() to check for field existance on diskAndrey Albershteyn3-5/+12
2023-02-23xfs_io: fix bmap command not detecting realtime files with xattrsDarrick J. Wong1-1/+1
2023-02-23xfs_io: set fs_path when opening files on foreign filesystemsDarrick J. Wong1-1/+2
2023-02-23xfs_scrub: fix broken realtime free blocks unit conversionsDarrick J. Wong1-1/+1
2023-02-23xfs_spaceman: fix broken -g behavior in freesp commandDarrick J. Wong1-1/+0
2023-02-03xfs_admin: get/set label of mounted filesystemCatherine Hoang1-2/+4
2023-02-03xfs_admin: correctly parse IO_OPTS parametersCatherine Hoang1-1/+2
2023-01-20progs: just use libtoolizeDave Chinner1-9/+1
2023-01-20progs: autoconf fails during debian package buildsDave Chinner1-7/+1
2023-01-20xfs_admin: get UUID of mounted filesystemCatherine Hoang1-10/+51
2023-01-20xfs_io: add fsuuid commandCatherine Hoang5-3/+57
2023-01-13xfsprogs: Release v6.1.1Carlos Maiolino4-2/+12
2023-01-13Add pkg version to debian changelogCarlos Maiolino1-2/+2
2023-01-13xfsprogs: scrub: fix warnings/errors due to missing includeHolger Hoffstätte1-0/+1
2022-12-23xfsprogs: Release v6.1.0Carlos Maiolino4-2/+26
2022-12-21xfs_db: fix dir3 block magic checkDarrick J. Wong1-1/+1
2022-12-15fsck.xfs: mount/umount xfs fs to replay log before running xfs_repairSrikanth C S1-2/+29
2022-12-15xfs_db: create separate struct and field definitions for finobtsDarrick J. Wong5-3/+91
2022-12-15xfs_io: don't display stripe alignment flags for realtime filesDarrick J. Wong1-2/+2
2022-12-09xfs_repair: Fix rmaps_verify_btree() error pathCarlos Maiolino1-11/+10
2022-12-09xfs_repair: Fix check_refcount() error pathCarlos Maiolino1-12/+10
2022-12-09mkfs.xfs: add mkfs config file for the 6.1 LTS kernelDarrick J. Wong2-1/+16
2022-12-09xfs_{db,repair}: fix XFS_REFC_COW_START usageDarrick J. Wong2-8/+18
2022-12-09xfs_repair: retain superblock buffer to avoid write hook deadlockDarrick J. Wong6-9/+86
2022-12-09xfs_repair: don't crash on unknown inode parents in dry run modeDarrick J. Wong1-1/+8
2022-12-09xfs_db: fix printing of reverse mapping record blockcountsDarrick J. Wong1-1/+1
2022-12-09xfs_db: fix octal conversion logicDarrick J. Wong1-2/+2
2022-12-09misc: add missing includesDarrick J. Wong2-0/+2
2022-12-09misc: add static to various sourcefile-local functionsDarrick J. Wong5-5/+5
2022-12-09libxfs: consume the xfs_warn mountpoint argumentDarrick J. Wong1-1/+1
2022-11-21xfs: fix sb write verify for lazysbcountLong Li1-1/+3
2022-11-21xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong5-11/+11
2022-11-21xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong2-4/+16
2022-11-21xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong1-1/+3
2022-11-21xfs: check record domain when accessing refcount recordsDarrick J. Wong1-12/+41
2022-11-21xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong1-31/+17
2022-11-21xfs: refactor domain and refcount checkingDarrick J. Wong2-4/+13