index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
attr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: add a per-leaf block callback to xchk_xattr_walk
Darrick J. Wong
2024-04-24
1
-1
/
+1
*
xfs: check parent pointer xattrs when scrubbing
Darrick J. Wong
2024-04-23
1
-0
/
+16
*
xfs: revert commit 44af6c7e59b12
Darrick J. Wong
2024-04-23
1
-8
/
+5
*
xfs: create a hashname function for parent pointers
Darrick J. Wong
2024-04-23
1
-0
/
+4
*
xfs: create a separate hashname function for extended attributes
Darrick J. Wong
2024-04-23
1
-3
/
+8
*
xfs: enforce one namespace per attribute
Darrick J. Wong
2024-04-23
1
-7
/
+5
*
xfs: check shortform attr entry flags specifically
Darrick J. Wong
2024-04-23
1
-0
/
+9
*
xfs: fix missing check for invalid attr flags
Darrick J. Wong
2024-04-23
1
-4
/
+9
*
xfs: remove XFS_DA_OP_NOTIME
Darrick J. Wong
2024-04-23
1
-1
/
+0
*
xfs: create an xattr iteration function for scrub
Darrick J. Wong
2024-04-15
1
-78
/
+47
*
xfs: flag empty xattr leaf blocks for optimization
Darrick J. Wong
2024-04-15
1
-0
/
+11
*
xfs: scrub should set preen if attr leaf has holes
Darrick J. Wong
2024-04-15
1
-0
/
+2
*
xfs: repair extended attributes
Darrick J. Wong
2024-04-15
1
-2
/
+18
*
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
2024-04-15
1
-0
/
+1
*
xfs: remove struct xfs_attr_shortform
Christoph Hellwig
2023-12-29
1
-5
/
+4
*
xfs: make if_data a void pointer
Christoph Hellwig
2023-12-29
1
-7
/
+3
*
xfs: don't load local xattr values during scrub
Darrick J. Wong
2023-04-12
1
-0
/
+8
*
xfs: only allocate free space bitmap for xattr scrub if needed
Darrick J. Wong
2023-04-12
1
-3
/
+28
*
xfs: clean up xattr scrub initialization
Darrick J. Wong
2023-04-12
1
-17
/
+17
*
xfs: check used space of shortform xattr structures
Darrick J. Wong
2023-04-12
1
-4
/
+75
*
xfs: move xattr scrub buffer allocation to top level function
Darrick J. Wong
2023-04-12
1
-8
/
+7
*
xfs: remove flags argument from xchk_setup_xattr_buf
Darrick J. Wong
2023-04-12
1
-10
/
+8
*
xfs: split valuebuf from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-12
1
-46
/
+43
*
xfs: split usedmap from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-12
1
-18
/
+21
*
xfs: split freemap from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-12
1
-8
/
+32
*
xfs: remove unnecessary dstmap in xattr scrubber
Darrick J. Wong
2023-04-12
1
-4
/
+3
*
xfs: don't shadow @leaf in xchk_xattr_block
Darrick J. Wong
2023-04-12
1
-3
/
+3
*
xfs: xattr scrub should ensure one namespace bit per name
Darrick J. Wong
2023-04-12
1
-1
/
+7
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-12
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-12
1
-2
/
+2
*
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-17
1
-1
/
+1
*
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
2022-11-17
1
-5
/
+4
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-10
1
-6
/
+8
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+2
*
xfs: mark extended attr corrupt when lookup-by-hash fails
Darrick J. Wong
2020-03-12
1
-0
/
+3
*
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2020-03-03
1
-2
/
+0
*
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-03
1
-4
/
+1
*
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
2020-03-03
1
-2
/
+2
*
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
2020-03-03
1
-1
/
+1
*
xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
Christoph Hellwig
2020-03-03
1
-1
/
+1
*
xfs: remove the ATTR_INCOMPLETE flag
Christoph Hellwig
2020-03-03
1
-1
/
+1
*
xfs: refactor btree node scrubbing
Christoph Hellwig
2019-11-11
1
-5
/
+6
*
xfs: make attr lookup returns consistent
Dave Chinner
2019-08-31
1
-2
/
+0
*
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
2019-08-30
1
-1
/
+1
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: online scrub needn't bother zeroing its temporary buffer
Darrick J. Wong
2019-07-05
1
-1
/
+5
*
xfs: only allocate memory for scrubbing attributes when we need it
Darrick J. Wong
2019-07-05
1
-9
/
+58
*
xfs: refactor attr scrub memory allocation function
Darrick J. Wong
2019-07-05
1
-9
/
+24
*
xfs: refactor extended attribute buffer pointer functions
Darrick J. Wong
2019-07-05
1
-9
/
+7
[next]