aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libxfs: split out a libxfs_dev structure from struct libxfs_initfor-nextChristoph Hellwig15-292/+265
2023-12-18libxfs: stash away the device fd in struct xfs_buftargChristoph Hellwig5-94/+34
2023-12-18xfs_repair: remove various libxfs_device_to_fd callsChristoph Hellwig1-8/+5
2023-12-18libxfs: pass the device fd to discard_blocksChristoph Hellwig1-10/+6
2023-12-18libxfs: return the opened fd from libxfs_device_openChristoph Hellwig1-7/+5
2023-12-18libxfs: mark libxfs_device_{open,close} staticChristoph Hellwig2-4/+2
2023-12-18libxfs: remove dead size < 0 checks in libxfs_initChristoph Hellwig1-15/+0
2023-12-18libfrog: make platform_set_blocksize exit on fatal failureChristoph Hellwig3-23/+23
2023-12-18libxfs: remove the setblksize == 1 case in libxfs_device_openChristoph Hellwig1-4/+1
2023-12-18libxfs: making passing flags to libxfs_init less confusingChristoph Hellwig12-42/+47
2023-12-18libxfs: merge the file vs device cases in libxfs_initChristoph Hellwig1-51/+23
2023-12-18libxfs: pass a struct libxfs_init to libxfs_alloc_buftargChristoph Hellwig7-20/+20
2023-12-18libxfs: pass a struct libxfs_init to libxfs_mountChristoph Hellwig6-12/+11
2023-12-18libxfs: rename struct libxfs_xinit to libxfs_initChristoph Hellwig14-31/+34
2023-12-18libxlog: remove the global libxfs_xinit x structureChristoph Hellwig6-4/+6
2023-12-18libxlog: don't require a libxfs_xinit structure for xlog_initChristoph Hellwig9-25/+19
2023-12-18libxlog: add a helper to initialize a xlog without clobbering the x structureChristoph Hellwig4-46/+28
2023-12-18libxlog: remove the verbose argument to xlog_is_dirtyChristoph Hellwig5-13/+6
2023-12-18xfs_logprint: move all code to set up the fake xlog into logstat()Christoph Hellwig1-10/+11
2023-12-18libxfs: remove the volname conceptChristoph Hellwig10-101/+33
2023-12-18libxfs/frog: remove latform_find{raw,block}pathChristoph Hellwig3-42/+14
2023-12-18libxfs: remove the dead {d,log,rt}path variables in libxfs_initChristoph Hellwig1-10/+0
2023-12-18libxfs: remove the unused icache_flags member from struct libxfs_xinitChristoph Hellwig1-1/+0
2023-12-18xfs_io/encrypt: support specifying crypto data unit sizeEric Biggers5-19/+84
2023-11-21mdrestore: Add support for passing log device as an argumentChandan Babu R2-2/+17
2023-11-21mdrestore: Define mdrestore ops for v2 formatChandan Babu R1-12/+228
2023-11-21mdrestore: Extract target device size verification into a functionChandan Babu R1-17/+26
2023-11-21mdrestore: Introduce mdrestore v1 operationsChandan Babu R1-23/+28
2023-11-21mdrestore: Replace metadump header pointer argument with a union pointerChandan Babu R1-32/+34
2023-11-21mdrestore: Add open_device(), read_header() and show_info() functionsChandan Babu R1-57/+84
2023-11-21mdrestore: Detect metadump v1 magic before reading the headerChandan Babu R1-3/+15
2023-11-21mdrestore: Define and use struct mdrestoreChandan Babu R1-10/+17
2023-11-21mdrestore: Declare boolean variables with bool typeChandan Babu R1-6/+6
2023-11-21xfs_db: Add support to read from external log deviceChandan Babu R5-25/+131
2023-11-21metadump: Define metadump ops for v2 formatChandan Babu R1-3/+71
2023-11-21metadump: Define metadump v2 ondisk format structures and macrosChandan Babu R1-0/+68
2023-11-21metadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1Chandan Babu R3-3/+3
2023-11-21metadump: Introduce metadump v1 operationsChandan Babu R1-62/+62
2023-11-21metadump: Introduce struct metadump_opsChandan Babu R1-0/+25
2023-11-21metadump: Postpone invocation of init_metadump()Chandan Babu R1-5/+6
2023-11-21metadump: Add initialization and release functionsChandan Babu R1-36/+52
2023-11-21metadump: Define and use struct metadumpChandan Babu R1-214/+244
2023-11-21metadump: Declare boolean variables with bool typeChandan Babu R1-16/+16
2023-11-21mdrestore: Fix logic used to check if target device is large enoughChandan Babu R1-1/+1
2023-11-21metadump: Use boolean values true/false instead of 1/0Chandan Babu R1-5/+5
2023-11-21repair: fix the call to search_rt_dup_extent in scan_bmapbtChristoph Hellwig1-2/+4
2023-11-21xfs_quota: fix missing mount point warningPavel Reichl1-7/+11
2023-11-21db: fix unsigned char related warningsChristoph Hellwig1-22/+23
2023-11-21Polish translation update for xfsprogs 6.5.0.Jakub Bogusz1-7558/+7757
2023-11-16xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-11-16Revert "xfs: switch to multigrain timestamps"Christian Brauner2-12/+4
2023-11-14xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-1/+2
2023-11-14xfs: switch to multigrain timestampsJeff Layton2-5/+13
2023-11-14xfs: allow userspace to rebuild metadata structuresDarrick J. Wong1-1/+5
2023-11-14xfs: convert to ctime accessor functionsJeff Layton3-4/+25
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