index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
quota.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: repair quotas
Darrick J. Wong
2023-12-15
1
-2
/
+1
*
xfs: improve dquot iteration for scrub
Darrick J. Wong
2023-12-15
1
-9
/
+16
*
xfs: check dquot resource timers
Darrick J. Wong
2023-12-15
1
-0
/
+21
*
xfs: check the ondisk space mapping behind a dquot
Darrick J. Wong
2023-12-15
1
-0
/
+58
*
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
2023-08-10
1
-6
/
+3
*
xfs: get our own reference to inodes that we want to scrub
Darrick J. Wong
2023-08-10
1
-1
/
+5
*
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
2023-04-12
1
-0
/
+3
*
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: check quota files for unwritten extents
Darrick J. Wong
2022-11-17
1
-2
/
+4
*
xfs: fix return code when fatal signal encountered during dquot scrub
Darrick J. Wong
2022-11-17
1
-1
/
+1
*
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-10
1
-1
/
+1
*
xfs: fix quotaoff mutex usage now that we don't support disabling it
Darrick J. Wong
2021-12-21
1
-2
/
+2
*
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
1
-1
/
+1
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+2
*
xfs: fix dquot scrub loop cancellation
Darrick J. Wong
2021-03-26
1
-2
/
+4
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-29
1
-4
/
+4
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-29
1
-3
/
+3
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-29
1
-8
/
+0
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-29
1
-12
/
+6
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-29
1
-24
/
+12
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-29
1
-7
/
+12
*
xfs: add missing early termination checks to record scrubbing functions
Darrick J. Wong
2019-11-06
1
-0
/
+7
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-11
/
+0
*
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
1
-1
/
+1
*
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
2019-04-16
1
-1
/
+1
*
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
1
-34
/
+34
*
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
1
-6
/
+6
*
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-07-23
1
-32
/
+32
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-15
/
+1
*
xfs: quota scrub should use bmapbtd scrubber
Darrick J. Wong
2018-05-16
1
-43
/
+40
*
xfs: avoid ilock games in the quota scrubber
Darrick J. Wong
2018-05-16
1
-28
/
+25
*
xfs: refactor dquot iteration
Darrick J. Wong
2018-05-16
1
-30
/
+26
*
xfs: refactor XFS_QMOPT_DQNEXT out of existence
Darrick J. Wong
2018-05-10
1
-2
/
+1
*
xfs: remove xfs_buf parameter from inode scrub methods
Darrick J. Wong
2018-03-24
1
-1
/
+1
*
xfs: move all scrub input checking to xfs_scrub_validate
Eric Sandeen
2018-01-08
1
-7
/
+0
*
xfs: calculate correct offset in xfs_scrub_quota_item
Eric Sandeen
2017-11-28
1
-1
/
+1
*
xfs: fix uninitialized variable in xfs_scrub_quota
Eric Sandeen
2017-11-28
1
-1
/
+1
*
xfs: scrub quota information
Darrick J. Wong
2017-10-27
1
-0
/
+304