- 108523b xfs: queue inactivation immediately when quota is nearing enforcement by Darrick J. Wong · 3 years, 5 months ago
- ccc8e77 xfs: refactor default quota grace period setting code by Darrick J. Wong · 4 years, 4 months ago
- 11d8a91 xfs: refactor quota expiration timer modification by Darrick J. Wong · 4 years, 4 months ago
- 1a7ed27 xfs: create xfs_dqtype_t to represent quota types by Darrick J. Wong · 4 years, 6 months ago
- af1db8f xfs: remove unnecessary quota type masking by Darrick J. Wong · 4 years, 6 months ago
- 0b04dd5 xfs: always use xfs_dquot_type when extracting type from a dquot by Darrick J. Wong · 4 years, 6 months ago
- 00a342e xfs: remove the XFS_QM_IS[UGP]DQ macros by Darrick J. Wong · 4 years, 6 months ago
- dbcbc7b xfs: refactor testing if a particular dquot is being enforced by Darrick J. Wong · 4 years, 6 months ago
- 8cd4901 xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* by Darrick J. Wong · 4 years, 6 months ago
- c8c753e xfs: remove unnecessary arguments from quota adjust functions by Darrick J. Wong · 4 years, 6 months ago
- 51dbb1b xfs: remove qcore from incore dquots by Darrick J. Wong · 4 years, 6 months ago
- 19dce7e xfs: stop using q_core timers in the quota code by Darrick J. Wong · 4 years, 6 months ago
- c8c45fb xfs: stop using q_core warning counters in the quota code by Darrick J. Wong · 4 years, 6 months ago
- be37d40 xfs: stop using q_core counters in the quota code by Darrick J. Wong · 4 years, 6 months ago
- d3537cf xfs: stop using q_core limits in the quota code by Darrick J. Wong · 4 years, 6 months ago
- 784e80f xfs: use a per-resource struct for incore dquot data by Darrick J. Wong · 4 years, 6 months ago
- c51df73 xfs: stop using q_core.d_id in the quota code by Darrick J. Wong · 4 years, 6 months ago
- 0b0fa1d xfs: stop using q_core.d_flags in the quota code by Darrick J. Wong · 4 years, 6 months ago
- 985a78f xfs: rename dquot incore state flags by Darrick J. Wong · 4 years, 6 months ago
- 3dbb9aa xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers by Eric Sandeen · 4 years, 7 months ago
- fd8b81d xfs: remove the xfs_dq_logitem_t typedef by Pavel Reichl · 5 years ago
- aefe69a xfs: remove the xfs_disk_dquot_t and xfs_dquot_t by Pavel Reichl · 5 years ago
- 76dee76 xfs: remove the debug-only q_transp field from struct xfs_dquot by Christoph Hellwig · 6 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 554ba96 xfs: refactor dquot iteration by Darrick J. Wong · 7 years ago
- 30ab2dc xfs: replace XFS_QMOPT_DQALLOC with a simple boolean by Darrick J. Wong · 7 years ago
- 114e73c xfs: remove direct calls to _qm_dqread by Darrick J. Wong · 7 years ago
- 4882c19 xfs: split out dqget for inodes from regular dqget by Darrick J. Wong · 7 years ago
- 2e330e7 xfs: refactor XFS_QMOPT_DQNEXT out of existence by Darrick J. Wong · 7 years ago
- 43fd1fc xfs: fix implicit bool to int conversion by Nicholas Mc Guire · 10 years ago
- dc06f398 xfs: run an eofblocks scan on ENOSPC/EDQUOT by Brian Foster · 10 years ago
- 3c3533757 xfs: remove dquot hints by Dave Chinner · 11 years ago
- 70a9883 xfs: create a shared header file for format-related information by Dave Chinner · 11 years ago
- 92f8ff7 xfs: Add pquota fields where gquota is used. by Chandra Seetharaman · 11 years ago
- 995961c xfs: Replace macro XFS_DQ_TO_QIP with a function by Chandra Seetharaman · 12 years ago
- b136645 xfs: xfs_dquot prealloc throttling watermarks and low free space by Brian Foster · 12 years ago
- 4b6eae2e xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t by Brian Foster · 12 years ago
- 1813dd6 xfs: convert buffer verifiers to an ops structure. by Dave Chinner · 12 years ago
- 612cfbf xfs: add pre-write metadata buffer verifier callbacks by Dave Chinner · 12 years ago
- c631919 xfs: verify dquot blocks as they are read from disk by Dave Chinner · 12 years ago
- 43ff212 xfs: on-stack delayed write buffer lists by Christoph Hellwig · 13 years ago
- fe7257f xfs: do not write the buffer from xfs_qm_dqflush by Christoph Hellwig · 13 years ago
- b84a3a9 xfs: remove the per-filesystem list of dquots by Christoph Hellwig · 13 years ago
- 9f920f1 xfs: use per-filesystem radix trees for dquot lookup by Christoph Hellwig · 13 years ago
- f8739c3 xfs: per-filesystem dquot LRU lists by Christoph Hellwig · 13 years ago
- 5b03ff1 xfs: remove xfs_trans_unlocked_item by Christoph Hellwig · 13 years ago
- 3673141 Define a new function xfs_inode_dquot() by Chandra Seetharaman · 13 years ago
- 6967b96 Define a new function xfs_this_quota_on() by Chandra Seetharaman · 13 years ago
- 7ae4440 xfs: remove XFS_QMOPT_DQSUSER by Christoph Hellwig · 13 years ago
- 78e5589 xfs: add a xfs_dqhold helper by Christoph Hellwig · 13 years ago
- 9267855 xfs: flatten the dquot lock ordering by Christoph Hellwig · 13 years ago
- 800b484 xfs: cleanup dquot locking helpers by Christoph Hellwig · 13 years ago
- c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/quota/xfs_dquot.h]
- ea15ab3 xfs: remove the dead QUOTADEBUG code by Christoph Hellwig · 13 years ago
- 74457cf xfs: remove xfs_dqmarker by Christoph Hellwig · 15 years ago
- 3a8406f xfs: convert the dquot free list to use list heads by Dave Chinner · 15 years ago
- e6a81f1 xfs: convert the dquot hash list to use list heads by Dave Chinner · 15 years ago
- 3a25404 xfs: convert the per-mount dquot list to use list heads by Dave Chinner · 15 years ago
- 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
- af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
- 7d09525 xfs: kill xfs_qmops by Christoph Hellwig · 16 years ago
- a0b0b8a xfs: kill mutex_t typedef by Christoph Hellwig · 16 years ago
- 7201813 xfs: use mutex_is_locked in XFS_DQ_IS_LOCKED by Christoph Hellwig · 16 years ago
- 5bb87a3 xfs: lockdep annotations for xfs_dqlock2 by Christoph Hellwig · 16 years ago
- bc3048e [XFS] Clean up dquot pincount code. by Peter Leckie · 16 years ago
- e1f49cf [XFS] replace dquot flush semaphore with a completion by David Chinner · 16 years ago
- 4f0e8a9 [XFS] Remove unused Falgs parameter from xfs_qm_dqpurge() by Denys Vlasenko · 17 years ago
- 869b906 [XFS] Unwrap XFS_DQ_PINUNLOCK. by Eric Sandeen · 17 years ago
- 0d8fee3 [XFS] Kill direct access to ->count in valusema(); all we ever use it for by Al Viro · 19 years ago
- 4ce3121 [XFS] Update license/copyright notices to match the prefered SGI boilerplate. by Nathan Scott · 19 years ago
- 4cd4a03 [XFS] Need to be able to reset sb_qflags if not mounting with quotas by Tim Shimmin · 19 years ago
- c8ad20f [XFS] Add support for project quota, based on Dan Knappes earlier work. by Nathan Scott · 20 years ago
- 4372d6e [XFS] Remove dead code. Patch from Adrian Bunk by Christoph Hellwig · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago