aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-31xfs: refactor buffer cancellation table allocationlibxfs-5.19-syncDarrick J. Wong1-6/+0
2022-05-31xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2022-05-31xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-05-31xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2022-05-31xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2022-05-31xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong5-12/+117
2022-05-31xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2-4/+5
2022-05-31xfs: fix typo in commentJulia Lawall1-1/+1
2022-05-31xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong5-44/+44
2022-05-31xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong1-5/+2
2022-05-31xfs: put attr[id] log item cache init with the othersDarrick J. Wong4-60/+0
2022-05-31xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong1-19/+13
2022-05-31xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong4-2/+31
2022-05-31xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong3-8/+8
2022-05-31xfs: clean up xfs_attr_node_hasnameDarrick J. Wong3-31/+44
2022-05-31xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong1-1/+9
2022-05-31xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong1-2/+8
2022-05-31xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong2-10/+25
2022-05-31xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner1-0/+9
2022-05-31xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner4-66/+128
2022-05-31xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner4-67/+84
2022-05-31xfs: remove xfs_attri_remove_iterDave Chinner1-279/+139
2022-05-31xfs: switch attr remove to xfs_attri_set_iterDave Chinner3-31/+23
2022-05-31xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2-62/+81
2022-05-31xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2-54/+40
2022-05-31xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner2-70/+91
2022-05-31xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2-33/+34
2022-05-31xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2-52/+73
2022-05-31xfs: split remote attr setting out from replace pathDave Chinner3-56/+72
2022-05-31xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2-109/+27
2022-05-31xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2-24/+27
2022-05-31xfs: separate out initial attr_set statesDave Chinner3-95/+157
2022-05-31xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang2-2/+1
2022-05-31xfs: rework deferred attribute operation setupDave Chinner5-70/+103
2022-05-31xfs: make xattri_leaf_bp more usefulDave Chinner1-18/+32
2022-05-31xfs: avoid empty xattr transaction when attrs are inlineDave Chinner1-20/+19
2022-05-31xfs_logprint: Add log item printing for ATTRI and ATTRDAllison Henderson4-1/+266
2022-05-31xfs: add leaf to node error tagAllison Henderson3-1/+10
2022-05-31xfs: add leaf split error tagAllison Henderson3-1/+8
2022-05-31xfs: Add helper function xfs_init_attr_transAllison Henderson2-10/+25
2022-05-31xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2-50/+61
2022-05-31xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson5-126/+126
2022-05-31xfs: Add larp debug optionAllison Henderson1-0/+5
2022-05-31xfs: Add log attribute error tagAllison Henderson3-1/+10
2022-05-31xfs: Remove unused xfs_attr_*_argsAllison Henderson4-105/+12
2022-05-31xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson3-5/+72
2022-05-31xfs: Skip flip flags for delayed attrsAllison Henderson2-22/+35
2022-05-31xfs: Implement attr logging and replayAllison Henderson4-1/+105
2022-05-31xfs: Set up infrastructure for log attribute replayAllison Henderson6-6/+137
2022-05-31xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson1-0/+8
2022-05-31xfs: Fix double unlock in defer capture codeAllison Henderson3-1/+19
2022-05-31xfs_repair: Add support for upgrading to large extent countersChandan Babu R5-0/+44
2022-05-31mkfs: Add option to create filesystem with large extent countersChandan Babu R6-0/+34
2022-05-31xfs_info: Report NREXT64 feature statusChandan Babu R1-2/+4
2022-05-31xfsprogs: Invoke bulkstat ioctl with XFS_BULK_IREQ_NREXT64 flagChandan Babu R4-5/+39
2022-05-31xfs_repair: check filesystem geometry before allowing upgradesDarrick J. Wong5-17/+218
2022-05-31xfs: validate v5 feature fieldsDave Chinner1-10/+58
2022-05-31xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2022-05-31xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-05-31xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2022-05-31xfs: tag transactions that contain intent done itemsDave Chinner1-7/+17
2022-05-31xfs: don't commit the first deferred transaction without intentsDave Chinner1-12/+18
2022-05-31xfs: hide log iovec alignment constraintsDave Chinner1-16/+4
2022-05-31xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-05-31xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong3-21/+21
2022-05-31xfs: reduce transaction reservations with reflinkDarrick J. Wong4-17/+138
2022-05-31xfs: reduce the absurdly large log operation countDarrick J. Wong3-31/+76
2022-05-31xfs: report "max_resp" used for min log size computationDarrick J. Wong2-0/+2
2022-05-31xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2-4/+12
2022-05-31xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2-26/+1
2022-05-31xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2-3/+10
2022-05-31xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2-17/+36
2022-05-31xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong1-14/+38
2022-05-31xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong3-49/+26
2022-05-31xfs: convert quota options flags to unsigned.Dave Chinner1-14/+31
2022-05-31xfs: convert dquot flags to unsigned.Dave Chinner2-6/+6
2022-05-31xfs: convert da btree operations flags to unsigned.Dave Chinner1-8/+8
2022-05-31xfs: convert btree buffer log flags to unsigned.Dave Chinner2-18/+18
2022-05-31xfs: convert AGI log flags to unsigned.Dave Chinner3-19/+19
2022-05-31xfs: convert AGF log flags to unsigned.Dave Chinner3-25/+25
2022-05-31xfs: convert bmapi flags to unsigned.Dave Chinner2-29/+29
2022-05-31xfs: convert bmap extent type flags to unsigned.Dave Chinner2-18/+18
2022-05-31xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-05-31xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4
2022-05-31xfs: log tickets don't need log client idDave Chinner1-1/+0
2022-05-31xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R1-1/+2
2022-05-31xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R1-6/+18
2022-05-31xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R5-2/+44
2022-05-31xfs: Directory's data fork extent counter can never overflowChandan Babu R7-33/+26
2022-05-31xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-0/+5
2022-05-31xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2-6/+8
2022-05-31xfsprogs: Introduce per-inode 64-bit extent countersChandan Babu R10-32/+355
2022-05-31xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R7-17/+61
2022-05-31xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R1-3/+3
2022-05-31xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R4-1/+20
2022-05-31xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2-0/+3
2022-05-31xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R4-0/+8
2022-05-31xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R12-36/+36
2022-05-31xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R1-2/+2
2022-05-31xfs: Introduce xfs_dfork_nextents() helperChandan Babu R13-69/+109
2022-05-31xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R6-6/+6
2022-05-31xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R5-13/+18
2022-05-31xfs: Define max extent length based on on-disk format definitionChandan Babu R8-47/+50
2022-05-31xfs: Move extent count limits to xfs_format.hChandan Babu R2-7/+7
2022-05-31patch deb-rel-fixDave Chinner1-0/+6
2022-05-27xfsprogs: Release v5.18.0-rc1Eric Sandeen3-2/+25
2022-05-27mkfs: Fix memory leakPavel Reichl1-0/+1
2022-05-27xfsprogs: autoconf modernisationDave Chinner5-77/+123
2022-05-27xfs_io: add a quiet option to bulkstatDave Chinner2-2/+13
2022-05-27metadump: be careful zeroing corrupt inode forksDave Chinner1-10/+39
2022-05-27metadump: handle corruption errors without abortingDave Chinner1-47/+47
2022-05-27xfs_db: take BB cluster offset into account when using 'type' cmdAndrey Albershteyn1-3/+10
2022-05-17xfs_scrub: don't revisit scanned inodes when reprocessing a stale inodefor-nextDarrick J. Wong1-1/+9
2022-05-17xfs_scrub: balance inode chunk scan across CPUsDarrick J. Wong1-81/+241
2022-05-17xfs_scrub: prepare phase3 for per-inogrp worker threadsDarrick J. Wong1-5/+39
2022-05-17xfs_scrub: widen action list length variablesDarrick J. Wong3-6/+6
2022-05-17xfs_scrub: in phase 3, use the opened file descriptor for repair callsDarrick J. Wong6-13/+36
2022-05-17xfs_scrub: make phase 4 go straight to fstrim if nothing to fixDarrick J. Wong1-8/+41
2022-05-17xfs_scrub: don't try any file repairs during phase 3 if AG metadata badDarrick J. Wong2-5/+51
2022-05-17xfs_scrub: fall back to scrub-by-handle if opening handles failsDarrick J. Wong1-6/+14
2022-05-17xfs_scrub: in phase 3, use the opened file descriptor for scrub callsDarrick J. Wong3-14/+41
2022-05-17xfs_scrub: collapse trivial file scrub helpersDarrick J. Wong3-129/+17
2022-05-17xfs_repair: check the ftype of dot and dotdot directory entriesDarrick J. Wong1-25/+54
2022-05-17xfs_repair: improve error reporting when checking rmap and refcount btreesDarrick J. Wong3-37/+52
2022-05-17xfs_repair: detect v5 featureset mismatches in secondary supersDarrick J. Wong1-0/+92
2022-05-17mkfs: don't trample the gid set in the protofileDarrick J. Wong3-6/+11
2022-05-17mkfs: round log size down if rounding log start up causes overflowDarrick J. Wong1-0/+9
2022-05-17mkfs: improve log extent validationDarrick J. Wong2-6/+5
2022-05-17mkfs: don't let internal logs bump the root dir inode chunk to AG 1Darrick J. Wong1-0/+47
2022-05-17mkfs: reduce internal log size when log stripe units are in playDarrick J. Wong1-8/+11
2022-05-17mkfs: fix missing validation of -l size against maximum internal log sizeDarrick J. Wong1-14/+22
2022-05-17xfs_repair: fix sizing of the incore rt space usage map calculationDarrick J. Wong1-1/+1
2022-05-17xfs_db: report absolute maxlevels for each btree typeDarrick J. Wong3-11/+72
2022-05-17xfs_db: support computing btheight for all cursor typesDarrick J. Wong2-3/+26
2022-05-17xfs_repair: warn about suspicious btree levels in AG headersDarrick J. Wong1-3/+26
2022-05-17xfs_db: warn about suspicious finobt trees when metadumpingDarrick J. Wong1-0/+15
2022-05-17xfs: note the removal of XFS_IOC_FSSETDM in the documentationDarrick J. Wong2-0/+3
2022-05-17xfs_db: fix a complaint about a printf buffer overrunDarrick J. Wong1-1/+1
2022-05-17xfs_scrub: move to mallinfo2 when availableDarrick J. Wong5-18/+53
2022-05-17debian: support multiarch for libhandleDarrick J. Wong5-7/+34
2022-05-17debian: bump compat level to 11Darrick J. Wong1-1/+1
2022-05-17debian: refactor common optionsDarrick J. Wong1-3/+9
2022-05-06xfsprogs: Release v5.18.0-rc0Eric Sandeen3-3/+6
2022-05-06mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+1
2022-05-06xfs: document the XFS_ALLOC_AGFL_RESERVE constantDarrick J. Wong2-6/+23
2022-05-06xfs: constify xfs_name_dotdotDarrick J. Wong2-2/+6
2022-05-06xfs: constify the name argument to various directory functionsDarrick J. Wong3-20/+21
2022-05-06xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong4-4/+19
2022-05-06xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong2-43/+7
2022-05-06xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2-4/+4
2022-05-04xfsprogs: Release v5.16.0v5.16.0Eric Sandeen4-5/+18
2022-05-04libxfs: remove kernel stubs from xfs_shared.hEric Sandeen2-20/+2
2022-05-02debian: Generate .gitcensus instead of .census (Closes: #999743)Bastian Germann1-4/+4
2022-04-28xfsprogs: Release v5.16.0-rc0v5.16.0-rc0Eric Sandeen3-3/+6
2022-04-28xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2022-04-28xfs: #ifdef out perag code for userspaceEric Sandeen0-0/+0
2022-04-28xfs: use swap() to make dabtree code cleanerYang Guang1-4/+1
2022-04-28xfs: remove unused parameter from refcount codeDarrick J. Wong1-11/+8
2022-04-28xfs: reduce the size of struct xfs_extent_free_itemDarrick J. Wong3-15/+32
2022-04-28xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong11-98/+119
2022-04-28xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong10-15/+151
2022-04-28xfs: compact deferred intent item structuresDarrick J. Wong3-3/+3
2022-04-28xfs: rename _zone variables to _cacheDarrick J. Wong16-98/+91
2022-04-28xfs: remove kmem_zone typedefDarrick J. Wong19-41/+41
2022-04-28xfs: use separate btree cursor cache for each btree typeDarrick J. Wong16-33/+215
2022-04-28xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong14-17/+203
2022-04-28xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+0
2022-04-28xfs_repair: stop using XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+2
2022-04-28xfs_db: stop using XFS_BTREE_MAXLEVELSDarrick J. Wong1-5/+5
2022-04-28xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong5-18/+85
2022-04-28xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2-36/+37
2022-04-28xfs: compute maximum AG btree height for critical reservation calculationDarrick J. Wong3-1/+17
2022-04-28xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong6-15/+18
2022-04-28xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong7-8/+21
2022-04-28xfs: encode the max btree height in the cursorDarrick J. Wong4-8/+10
2022-04-28xfs: refactor btree cursor allocation functionDarrick J. Wong6-22/+21
2022-04-28xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong1-4/+4
2022-04-28xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong5-97/+123
2022-04-28xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong1-4/+4
2022-04-28xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong6-7/+0
2022-04-28xfs: fix perag reference leak on iteration race with growfsBrian Foster1-10/+6
2022-04-28xfs: terminate perag iteration reliably on agcountBrian Foster1-1/+1
2022-04-28xfs: rename the next_agno perag iteration variableBrian Foster1-9/+9
2022-04-28xfs: fold perag loop iteration logic into helper functionBrian Foster1-3/+13
2022-04-28xfs: remove the xfs_dqblk_t typedefChristoph Hellwig7-27/+27
2022-04-28xfs: remove the xfs_dsb_t typedefChristoph Hellwig7-13/+13
2022-04-28xfs: remove the xfs_dinode_t typedefChristoph Hellwig24-407/+419
2022-04-28xfs: check that bc_nlevels never overflowsDarrick J. Wong2-0/+4
2022-04-28xfs: remove xfs_btree_cur_t typedefDarrick J. Wong4-24/+24
2022-04-28xfs: fix maxlevels comparisons in the btree staging codeDarrick J. Wong1-2/+2
2022-04-28xfs: port the defer ops capture and continue to resource captureDarrick J. Wong3-29/+72
2022-04-28xfs: formalize the process of holding onto resources across a defer rollDarrick J. Wong3-34/+78
2022-04-28xfs: use kmem_cache_free() for kmem_cache objectsRustam Kovhaev1-3/+3
2022-04-27xfs_repair: fix AG header btree level comparisonsDarrick J. Wong1-2/+2
2022-04-27xfs_db: fix metadump level comparisonsDarrick J. Wong1-5/+5
2022-04-06xfsprogs: Release v5.15.0v5.15.0Eric Sandeen4-2/+13
2022-04-06mkfs: increase the minimum log size to 64MB when possibleEric Sandeen2-24/+19
2022-04-06xfs_scrub: retry scrub (and repair) of items that are ok except for XFAILDarrick J. Wong1-0/+27
2022-04-06xfs_scrub: fix xfrog_scrub_metadata error reportingDarrick J. Wong1-3/+3
2022-03-11xfsprogs: Release v5.15.0-rc1v5.15.0-rc1Eric Sandeen3-2/+20