aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-09xfs: fix mismerged tracepointslibxfs-sync-6.3Darrick J. Wong1-4/+4
2023-05-09xfs: clear incore AGFL_RESET state if it's not neededDarrick J. Wong1-0/+2
2023-05-09xfs: add tracepoints for each of the externally visible allocatorsDarrick J. Wong2-0/+23
2023-05-09xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_agsDarrick J. Wong1-1/+5
2023-05-09xfs: try to idiot-proof the allocatorsDarrick J. Wong1-0/+13
2023-05-09xfs: restore old agirotor behaviorDarrick J. Wong1-1/+2
2023-05-09xfs: return a referenced perag from filestreams allocatorDave Chinner1-11/+28
2023-05-09xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner3-83/+15
2023-05-09xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2-1/+3
2023-05-09xfs: get rid of notinit from xfs_bmap_longest_free_extentDave Chinner1-48/+37
2023-05-09xfs: factor out filestreams from xfs_bmap_btalloc_nullfbDave Chinner1-71/+96
2023-05-09xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walkerDave Chinner2-61/+57
2023-05-09xfs: move the minimum agno checks into xfs_alloc_vextent_check_argsDave Chinner1-55/+33
2023-05-09xfs: fold xfs_alloc_ag_vextent() into callersDave Chinner3-99/+28
2023-05-09xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()Dave Chinner1-59/+63
2023-05-09xfs: introduce xfs_alloc_vextent_prepare()Dave Chinner1-44/+76
2023-05-09xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner5-23/+71
2023-05-09xfs: introduce xfs_alloc_vextent_near_bno()Dave Chinner6-54/+55
2023-05-09xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner4-38/+51
2023-05-09xfs: use xfs_alloc_vextent_first_ag() where appropriateDave Chinner3-32/+42
2023-05-09xfs: factor xfs_bmap_btalloc()Dave Chinner1-137/+196
2023-05-09xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner8-52/+72
2023-05-09xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextentDave Chinner1-30/+35
2023-05-09xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()Dave Chinner1-24/+26
2023-05-09xfs: rework xfs_alloc_vextent()Dave Chinner1-179/+285
2023-05-09xfs: introduce xfs_for_each_perag_wrap()Dave Chinner3-50/+105
2023-05-09xfs: perags need atomic operational stateDave Chinner13-86/+127
2023-05-09xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2-17/+3
2023-05-09xfs: inobt can use perags in many more places than it doesDave Chinner6-51/+43
2023-05-09xfs: use active perag references for inode allocationDave Chinner3-35/+33
2023-05-09xfs: convert xfs_imap() to take a peragDave Chinner3-31/+27
2023-05-09xfs: 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-72/+52
2023-05-09xfs: pass rmap space mapping directly through the log intent codeDarrick J. Wong3-38/+27
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-36/+23
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.0v6.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 declarationsorigin/for-next_2023-03-14origin/for-next_2023-03-01Arjun 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 filesystemorigin/for-next_2023-02-17origin/for-next_2023-02-16origin/for-next_2023-02-14Catherine Hoang1-2/+4
2023-02-03xfs_admin: correctly parse IO_OPTS parametersCatherine Hoang1-1/+2
2023-01-20progs: just use libtoolizeorigin/for-next_2023-01-31Dave 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.1v6.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.0v6.1.0Carlos Maiolino4-2/+26
2022-12-21xfs_db: fix dir3 block magic checkorigin/for-next_2022-12-30origin/for-next_2022-12-29Darrick J. Wong1-1/+1
2022-12-15fsck.xfs: mount/umount xfs fs to replay log before running xfs_repairorigin/for-next_2022-12-20origin/for-next_2022-12-17Srikanth 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 pathorigin/for-next_2022-12-13Carlos 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 lazysbcountorigin/for-next_2022-11-30Long 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
2022-11-21xfs: report refcount domain in tracepointsDarrick J. Wong1-0/+4
2022-11-21xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong5-58/+155
2022-11-21xfs: move _irec structs to xfs_types.hDarrick J. Wong2-20/+20
2022-11-21xfs: check deferred refcount op continuation parametersDarrick J. Wong1-2/+36
2022-11-21xfs: create a predicate to verify per-AG extentsDarrick J. Wong4-17/+19
2022-11-21xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong1-3/+17
2022-11-21xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong2-4/+52
2022-11-21xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong2-12/+12
2022-11-21xfs: increase rename inode reservationAllison Henderson1-2/+2
2022-11-21xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2022-11-21treewide: use get_random_u32() when possibleJason A. Donenfeld2-4/+4
2022-11-21treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-2/+2
2022-11-21xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxxShida Zhang4-26/+36
2022-11-21xfs: trim the mapp array accordingly in xfs_da_grow_inode_intShida Zhang1-1/+1
2022-11-21xfs: Remove the unneeded result variableye xingchen1-3/+1
2022-11-21xfs: clean up "%Ld/%Lu" which doesn't meet C standardZeng Heng2-3/+3
2022-11-14xfsprogs: Release v6.0.0Carlos Maiolino4-2/+13
2022-11-14Polish translation update for xfsprogs 5.19.0.Jakub Bogusz1-7981/+8758
2022-09-19xfs_quota: apply -L/-U range limits in uid/gid/pid loopsAndrey Albershteyn1-13/+27
2022-09-19xfs_quota: utilize XFS_GETNEXTQUOTA for ranged calls in report/dumpAndrey Albershteyn1-99/+49
2022-09-19xfs_quota: separate get_dquot() and report_mount()Andrey Albershteyn1-75/+103
2022-09-19xfs_quota: separate get_dquot() and dump_file()Andrey Albershteyn1-41/+45
2022-09-19xfs_quota: separate quota info acquisition into get_dquot()Andrey Albershteyn1-26/+23
2022-09-19xfs_db: use preferable macro to seek offset for local dir3 entry fieldsXiaole He1-3/+3
2022-09-15xfsprogs: Release v6.0.0-rc0v6.0.0-rc0Carlos Maiolino2-4/+4
2022-08-30xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2022-08-30xfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-08-30xfs: don't leak memory when attr fork loading failsDarrick J. Wong3-6/+1
2022-08-30xfs: delete unnecessary NULL checksDan Carpenter1-2/+1
2022-08-30xfs: fix comment for start time value of inode with bigtime enabledXiaole He1-1/+1
2022-08-30xfs: double link the unlinked inode listDave Chinner2-14/+0
2022-08-30xfs: track the iunlink list pointer in the xfs_inodeDave Chinner2-1/+5
2022-08-30xfs: replace inode fork size macros with functionsDarrick J. Wong10-31/+53
2022-08-30xfs: replace XFS_IFORK_Q with a proper predicate functionDarrick J. Wong7-12/+16
2022-08-30xfs: use XFS_IFORK_Q to determine the presence of an xattr forkDarrick J. Wong10-25/+11
2022-08-30xfs: make inode attribute forks a permanent part of struct xfs_inodeDarrick J. Wong12-63/+82
2022-08-30xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong13-62/+74
2022-08-30xfs: removed useless condition in function xfs_attr_node_getAndrey Strachuk1-1/+1
2022-08-30xfs: rework xfs_buf_incore() APIDave Chinner2-8/+19
2022-08-30xfs: make is_log_ag() a first class helperDave Chinner6-17/+14
2022-08-30xfs: replace xfs_ag_block_count() with perag accessesDave Chinner1-5/+5
2022-08-30xfs: Pre-calculate per-AG agino geometryDave Chinner9-69/+99
2022-08-30xfs: Pre-calculate per-AG agbno geometryDave Chinner10-66/+134
2022-08-30xfs: pass perag to xfs_alloc_read_agflDave Chinner2-17/+18
2022-08-30xfs: pass perag to xfs_alloc_put_freelistDave Chinner4-16/+8
2022-08-30xfs: pass perag to xfs_alloc_get_freelistDave Chinner4-19/+10
2022-08-30xfs: pass perag to xfs_read_agfDave Chinner3-17/+15
2022-08-30xfs: pass perag to xfs_read_agiDave Chinner2-18/+13
2022-08-30xfs: pass perag to xfs_alloc_read_agf()Dave Chinner12-57/+47
2022-08-30xfs: kill xfs_alloc_pagf_init()Dave Chinner6-39/+17
2022-08-30xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner4-33/+28
2022-08-30xfs: kill xfs_ialloc_pagi_init()Dave Chinner3-36/+16
2022-08-30xfs: make last AG grow/shrink perag centricDave Chinner2-36/+26
2022-08-12xfsprogs: Release v5.19.0v5.19.0Eric Sandeen4-2/+11
2022-08-12xfs_repair: fix printf format specifiers on 32-bit platformsDarrick J. Wong2-8/+8
2022-08-05xfsprogs: Release v5.19.0-rc1v5.19.0-rc1Eric Sandeen3-2/+28
2022-08-04xfs_repair: Add support for upgrading to large extent countersChandan Babu R5-0/+44
2022-08-04xfs_repair: check filesystem geometry before allowing upgradesDarrick J. Wong4-17/+124
2022-08-04mkfs: complain about impossible log size constraintsDarrick J. Wong1-0/+7
2022-08-04mkfs: stop allowing tiny filesystemsDarrick J. Wong2-5/+90
2022-08-04mkfs: ignore data blockdev stripe geometry for small filesystemsDarrick J. Wong2-3/+17
2022-08-04libxfs: stop overriding MAP_SYNC in publicly exported header filesDarrick J. Wong4-23/+15
2022-07-13mkfs: terminate getsubopt arrays properlyDarrick J. Wong1-2/+14
2022-07-13xfs_repair: Search for conflicts in inode_tree_ptrs[] when processing uncerta...Chandan Babu R1-2/+1
2022-07-13xfs_repair: ignore empty xattr leaf blocksDarrick J. Wong1-0/+20
2022-07-13xfs: correct nlink printf specifier from hd to PRIu32hexiaole1-1/+1
2022-07-13xfs_repair: check the rt summary against observationsDarrick J. Wong3-75/+8
2022-07-13xfs_repair: check the rt bitmap against observationsDarrick J. Wong3-94/+86
2022-07-13xfs_repair: check free rt extent countDarrick J. Wong4-4/+20
2022-07-12mkfs: update manpage of bigtime and inobtcountZhang Boyang1-2/+2
2022-07-12mkfs: always use new_diflags2 to initialize new inodesDarrick J. Wong1-2/+4
2022-07-12mkfs: document the large extent count switch in the --help screenDarrick J. Wong1-1/+1
2022-07-12mkfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong1-1/+2
2022-07-12xfs_repair: detect and fix padding fields that changed with nrext64Darrick J. Wong1-0/+20
2022-07-12xfs_repair: clear DIFLAG2_NREXT64 when filesystem doesn't support nrext64Darrick J. Wong1-0/+13
2022-07-12xfs_copy: don't use cached buffer reads until after libxfs_mountDarrick J. Wong1-1/+1
2022-07-12xfs_db: identify the minlogsize transaction reservationDarrick J. Wong1-1/+3
2022-07-12xfs_repair: don't flag log_incompat inconsistencies as corruptionsDarrick J. Wong1-3/+12
2022-07-12xfs_repair: always rewrite secondary supers when needsrepair is setDarrick J. Wong1-0/+8
2022-07-12libxfs: remove xfs_globals.larpDarrick J. Wong2-13/+0
2022-07-12xfs_logprint: fix formatting specifiersDarrick J. Wong1-1/+1
2022-07-12misc: fix unsigned integer comparison complaintsDarrick J. Wong3-11/+24
2022-07-12xfsprogs: Release v5.19.0-rc0.1v5.19.0-rc0.1Eric Sandeen0-0/+0
2022-07-06xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong4-43/+12
2022-07-06xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong1-9/+17
2022-07-06xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-07-06xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong4-15/+9
2022-06-22xfsprogs: Release v5.19.0-rc0v5.19.0-rc0libxfs-5.19-syncEric Sandeen2-3/+3
2022-06-22xfs_logprint: Add log item printing for ATTRI and ATTRDAllison Henderson4-1/+266
2022-06-22mkfs: Add option to create filesystem with large extent countersChandan Babu R6-0/+34
2022-06-22xfs_info: Report NREXT64 feature statusChandan Babu R1-2/+4
2022-06-22xfsprogs: Invoke bulkstat ioctl with XFS_BULK_IREQ_NREXT64 flagChandan Babu R4-5/+39
2022-06-22xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2-15/+1
2022-06-22xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2022-06-22xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong0-0/+0
2022-06-22xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2-2/+6
2022-06-22xfs: refactor buffer cancellation table allocationDarrick J. Wong1-6/+0
2022-06-22xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2022-06-22xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-06-22xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1