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_quota.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: queue inactivation immediately when quota is nearing enforcement
Darrick J. Wong
2021-08-09
1
-0
/
+2
*
xfs: remove xfs_qm_vop_chown_reserve
Darrick J. Wong
2021-02-03
1
-4
/
+0
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-5
/
+5
*
xfs: fix up build warnings when quotas are disabled
Darrick J. Wong
2021-02-03
1
-3
/
+3
*
xfs: clean up icreate quota reservation calls
Darrick J. Wong
2021-02-03
1
-4
/
+10
*
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
2021-02-03
1
-2
/
+0
*
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
2021-02-03
1
-0
/
+19
*
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
2020-09-15
1
-8
/
+0
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: use direct calls for dquot IO completion
Dave Chinner
2020-07-06
1
-0
/
+9
*
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2020-03-02
1
-2
/
+2
*
xfs: kill the xfs_dqtrx_t typedef
Darrick J. Wong
2019-04-23
1
-2
/
+2
*
xfs: widen quota block counters to 64-bit integers
Darrick J. Wong
2019-04-23
1
-15
/
+18
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: add helpers to attach quotas to inodes
Darrick J. Wong
2018-05-30
1
-0
/
+16
*
xfs: split out dqget for inodes from regular dqget
Darrick J. Wong
2018-05-10
1
-1
/
+1
*
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
2018-05-10
1
-2
/
+2
*
xfs: fix quota block reservation leak when tp allocates and frees blocks
Brian Foster
2015-06-01
1
-1
/
+0
*
xfs: split dquot buffer operations out
Dave Chinner
2013-10-23
1
-2
/
+0
*
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-23
1
-2
/
+0
*
xfs: XFS_MOUNT_QUOTA_ALL needed by userspace
Dave Chinner
2013-09-03
1
-7
/
+0
*
xfs: convert kuid_t to/from uid_t for internal structures
Dwight Engen
2013-08-15
1
-5
/
+6
*
xfs: introduce xfs_quota_defs.h
Dave Chinner
2013-08-12
1
-131
/
+3
*
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-08-12
1
-126
/
+0
*
xfs: Fix the logic check for all quotas being turned off
Chandra Seetharaman
2013-07-11
1
-8
/
+0
*
xfs: Add pquota fields where gquota is used.
Chandra Seetharaman
2013-07-11
1
-14
/
+18
*
xfs: dquot log reservations are too small
Dave Chinner
2013-07-09
1
-4
/
+21
*
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
Chandra Seetharaman
2013-06-28
1
-18
/
+29
*
xfs: rework dquot CRCs
Dave Chinner
2013-06-04
1
-0
/
+2
*
xfs: add CRC checks for quota blocks
Christoph Hellwig
2013-04-21
1
-1
/
+10
*
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
Chandra Seetharaman
2012-02-03
1
-0
/
+2
*
xfs: remove XFS_QMOPT_DQSUSER
Christoph Hellwig
2011-12-15
1
-1
/
+0
*
xfs: flatten the dquot lock ordering
Christoph Hellwig
2011-12-14
1
-1
/
+3
*
xfs: implement lazy removal for the dquot freelist
Christoph Hellwig
2011-12-13
1
-3
/
+1
*
xfs: remove XFS_DQ_INACTIVE
Christoph Hellwig
2011-12-13
1
-3
/
+1
*
xfs: remove xfs_qm_sync
Christoph Hellwig
2011-12-12
1
-5
/
+0
*
xfs: Convert xlog_warn to new logging interface
Dave Chinner
2011-03-07
1
-1
/
+2
*
xfs: fix a few compiler warnings with CONFIG_XFS_QUOTA=n
Christoph Hellwig
2010-11-10
1
-4
/
+16
*
xfs: removed unused XFS_QMOPT_ flags
Christoph Hellwig
2010-05-19
1
-3
/
+0
*
xfs: kill the unused XFS_QMOPT_* flush flags V2
Dave Chinner
2010-02-04
1
-7
/
+1
*
xfs: kill XFS_QMOPT_ASYNC
Christoph Hellwig
2010-01-21
1
-1
/
+0
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-0
/
+8
*
xfs: fix warnings with CONFIG_XFS_QUOTA disabled
Christoph Hellwig
2009-06-12
1
-1
/
+8
*
xfs: kill xfs_qmops
Christoph Hellwig
2009-06-08
1
-60
/
+62
*
xfs: get rid of indirections in the quotaops implementation
Christoph Hellwig
2009-02-09
1
-0
/
+2
*
xfs: remove the unused XFS_QMOPT_DQLOCK flag
Christoph Hellwig
2009-02-08
1
-1
/
+0
*
kill dead quota flags
Christoph Hellwig
2008-12-04
1
-5
/
+3
*
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
2007-10-16
1
-5
/
+5
*
[XFS] Fix uquota and oquota enforcement problems.
Kouta Ooizumi
2007-05-08
1
-1
/
+2
[next]