index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_qm_syscalls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-01
xfs: refactor loading quota inodes in the regular case
Darrick J. Wong
1
-7
/
+6
2022-06-23
xfs: introduce xfs_inodegc_push()
Dave Chinner
1
-3
/
+6
2022-05-11
xfs: don't set quota warning values
Catherine Hoang
1
-2
/
+1
2022-05-11
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
1
-9
/
+3
2022-05-11
xfs: remove quota warning limit from struct xfs_quota_limits
Catherine Hoang
1
-14
/
+3
2021-12-21
xfs: fix quotaoff mutex usage now that we don't support disabling it
Darrick J. Wong
1
-10
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-1
/
+1
2021-08-09
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
1
-0
/
+8
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-1
/
+1
2021-08-06
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
1
-229
/
+12
2021-06-04
xfs: move the quotaoff dqrele inode walk into xfs_icache.c
Darrick J. Wong
1
-52
/
+2
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2020-09-16
xfs: refactor default quota grace period setting code
Darrick J. Wong
1
-2
/
+2
2020-09-16
xfs: refactor quota expiration timer modification
Darrick J. Wong
1
-5
/
+11
2020-07-29
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
1
-4
/
+4
2020-07-29
xfs: refactor testing if a particular dquot is being enforced
Darrick J. Wong
1
-7
/
+2
2020-07-29
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
1
-6
/
+6
2020-07-29
xfs: refactor xfs_qm_scall_setqlim
Darrick J. Wong
1
-71
/
+93
2020-07-29
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: refactor default quota limits by resource
Darrick J. Wong
1
-12
/
+12
2020-07-29
xfs: remove qcore from incore dquots
Darrick J. Wong
1
-6
/
+3
2020-07-29
xfs: stop using q_core timers in the quota code
Darrick J. Wong
1
-10
/
+8
2020-07-29
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
1
-6
/
+6
2020-07-29
xfs: stop using q_core limits in the quota code
Darrick J. Wong
1
-22
/
+18
2020-07-29
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
1
-3
/
+3
2020-07-29
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
1
-2
/
+2
2020-07-29
xfs: rename dquot incore state flags
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
1
-4
/
+4
2020-05-27
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
1
-1
/
+1
2020-05-27
xfs: remove flags argument from xfs_inode_ag_walk
Darrick J. Wong
1
-7
/
+8
2020-05-27
xfs: remove xfs_inode_ag_iterator_flags
Darrick J. Wong
1
-2
/
+2
2020-05-27
xfs: allow individual quota grace period extension
Eric Sandeen
1
-20
/
+28
2020-05-27
xfs: per-type quota timers and warn limits
Eric Sandeen
1
-6
/
+6
2020-05-27
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
1
-1
/
+1
2020-05-27
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
1
-1
/
+1
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-1
/
+1
2020-05-04
xfs: simplify the flags setting in xfs_qm_scall_quotaon
Kaixu Xia
1
-3
/
+3
2020-03-18
xfs: fix unmount hang and memory leak on shutdown during quotaoff
Brian Foster
1
-6
/
+7
2019-11-14
xfs: Replace function declaration by actual definition
Pavel Reichl
1
-74
/
+66
2019-11-14
xfs: remove the xfs_qoff_logitem_t typedef
Pavel Reichl
1
-13
/
+16
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2018-07-26
xfs: clean up IRELE/iput callsites
Darrick J. Wong
1
-4
/
+4
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-2
/
+0
2018-07-26
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
1
-0
/
+3
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-05-10
xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
Darrick J. Wong
1
-5
/
+4
2018-05-10
xfs: split out dqget for inodes from regular dqget
Darrick J. Wong
1
-2
/
+2
2018-05-10
xfs: refactor XFS_QMOPT_DQNEXT out of existence
Darrick J. Wong
1
-31
/
+65
2017-04-28
xfs: wait on new inodes during quotaoff dquot release
Brian Foster
1
-1
/
+2
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
1
-19
/
+7
[next]