index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_dquot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-5
/
+5
*
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
1
-3
/
+0
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-5
/
+3
*
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: fix incorrect root dquot corruption error when switching group/project q...
Darrick J. Wong
2021-02-04
1
-2
/
+37
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
1
-1
/
+7
*
xfs: fix some comments
Kaixu Xia
2020-09-25
1
-2
/
+2
*
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
2020-09-15
1
-0
/
+10
*
xfs: refactor quota timestamp coding
Darrick J. Wong
2020-09-15
1
-6
/
+6
*
xfs: refactor default quota grace period setting code
Darrick J. Wong
2020-09-15
1
-0
/
+8
*
xfs: refactor quota expiration timer modification
Darrick J. Wong
2020-09-15
1
-4
/
+18
*
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
2020-09-15
1
-1
/
+13
*
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-08-05
1
-1
/
+1
*
xfs: Remove kmem_zone_zalloc() usage
Carlos Maiolino
2020-07-28
1
-1
/
+1
*
xfs: rename the ondisk dquot d_flags to d_type
Darrick J. Wong
2020-07-28
1
-4
/
+4
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-18
/
+19
*
xfs: always use xfs_dquot_type when extracting type from a dquot
Darrick J. Wong
2020-07-28
1
-7
/
+8
*
xfs: refactor quota type testing
Darrick J. Wong
2020-07-28
1
-11
/
+18
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-18
/
+18
*
xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
Darrick J. Wong
2020-07-28
1
-6
/
+6
*
xfs: refactor quota exceeded test
Darrick J. Wong
2020-07-28
1
-65
/
+26
*
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: refactor default quota limits by resource
Darrick J. Wong
2020-07-28
1
-15
/
+15
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-28
1
-23
/
+13
*
xfs: stop using q_core timers in the quota code
Darrick J. Wong
2020-07-28
1
-17
/
+23
*
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
2020-07-28
1
-3
/
+11
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-28
1
-21
/
+26
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-28
1
-60
/
+75
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-28
1
-14
/
+11
*
xfs: stop using q_core.d_flags in the quota code
Darrick J. Wong
2020-07-28
1
-2
/
+34
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: validate ondisk/incore dquot flags
Darrick J. Wong
2020-07-28
1
-3
/
+20
*
xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
Dave Chinner
2020-07-07
1
-5
/
+1
*
xfs: get rid of log item callbacks
Dave Chinner
2020-07-07
1
-3
/
+3
*
xfs: use direct calls for dquot IO completion
Dave Chinner
2020-07-06
1
-4
/
+14
*
xfs: mark dquot buffers in cache
Dave Chinner
2020-07-06
1
-0
/
+1
*
xfs: per-type quota timers and warn limits
Eric Sandeen
2020-05-27
1
-3
/
+7
*
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
2020-05-27
1
-1
/
+1
*
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
2020-05-27
1
-1
/
+2
*
xfs: use ordered buffers to initialize dquot buffers during quotacheck
Darrick J. Wong
2020-05-19
1
-13
/
+43
*
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
2020-05-07
1
-1
/
+1
*
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
2020-05-07
1
-1
/
+1
*
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
2020-05-07
1
-2
/
+4
*
xfs: abort consistently on dquot flush failure
Brian Foster
2020-05-07
1
-22
/
+10
*
xfs: fix duplicate verification from xfs_qm_dqflush()
Brian Foster
2020-05-07
1
-5
/
+4
*
xfs: trylock underlying buffer on dquot flush
Brian Foster
2020-03-28
1
-3
/
+3
*
xfs: remove the kuid/kgid conversion wrappers
Christoph Hellwig
2020-03-02
1
-2
/
+2
*
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2020-03-02
1
-2
/
+2
*
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2020-01-26
1
-4
/
+4
[next]