summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-241-1/+1
* xfs: check parent pointer xattrs when scrubbingDarrick J. Wong2024-04-231-0/+16
* xfs: revert commit 44af6c7e59b12Darrick J. Wong2024-04-231-8/+5
* xfs: create a hashname function for parent pointersDarrick J. Wong2024-04-231-0/+4
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-231-3/+8
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-231-7/+5
* xfs: check shortform attr entry flags specificallyDarrick J. Wong2024-04-231-0/+9
* xfs: fix missing check for invalid attr flagsDarrick J. Wong2024-04-231-4/+9
* xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong2024-04-231-1/+0
* xfs: create an xattr iteration function for scrubDarrick J. Wong2024-04-151-78/+47
* xfs: flag empty xattr leaf blocks for optimizationDarrick J. Wong2024-04-151-0/+11
* xfs: scrub should set preen if attr leaf has holesDarrick J. Wong2024-04-151-0/+2
* xfs: repair extended attributesDarrick J. Wong2024-04-151-2/+18
* xfs: add an explicit owner field to xfs_da_argsDarrick J. Wong2024-04-151-0/+1
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-291-5/+4
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-7/+3
* xfs: don't load local xattr values during scrubDarrick J. Wong2023-04-121-0/+8
* xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong2023-04-121-3/+28
* xfs: clean up xattr scrub initializationDarrick J. Wong2023-04-121-17/+17
* xfs: check used space of shortform xattr structuresDarrick J. Wong2023-04-121-4/+75
* xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong2023-04-121-8/+7
* xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong2023-04-121-10/+8
* xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong2023-04-121-46/+43
* xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong2023-04-121-18/+21
* xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong2023-04-121-8/+32
* xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong2023-04-121-4/+3
* xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong2023-04-121-3/+3
* xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong2023-04-121-1/+7
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-121-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-121-2/+2
* xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-171-1/+1
* xfs: standardize GFP flags usage in online scrubDarrick J. Wong2022-11-171-5/+4
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-1/+1
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-101-6/+8
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-031-2/+0
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-031-4/+1
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-031-2/+2
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-031-1/+1
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-031-1/+1
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-031-1/+1
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-111-5/+6
* xfs: make attr lookup returns consistentDave Chinner2019-08-311-2/+0
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong2019-07-051-1/+5
* xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2019-07-051-9/+58
* xfs: refactor attr scrub memory allocation functionDarrick J. Wong2019-07-051-9/+24
* xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2019-07-051-9/+7