]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_quota_defs.h
xfs: convert quota options flags to unsigned.
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_quota_defs.h
2022-06-22  Dave Chinnerxfs: convert quota options flags to unsigned.
2022-06-22  Dave Chinnerxfs: convert dquot flags to unsigned.
2022-01-31  Christoph Hellwigxfs: remove the active vs running quota differentiation
2020-11-12  Darrick J. Wongxfs: widen ondisk quota expiration timestamps to handle...
2020-11-10  Darrick J. Wongxfs: refactor quota timestamp coding
2020-09-04  Darrick J. Wongxfs: create xfs_dqtype_t to represent quota types
2020-09-04  Darrick J. Wongxfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
2020-09-04  Darrick J. Wongxfs: drop the type parameter from xfs_dquot_verify
2020-09-04  Darrick J. Wongxfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk...
2020-09-04  Darrick J. Wongxfs: rename dquot incore state flags
2020-08-10  Eric Sandeenxfs: always return -ENOSPC on project quota reservation...
2019-07-24  Eric Sandeenxfs: change some error-less functions to void types
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: replace XFS_QMOPT_DQALLOC with a simple boolean
2018-06-28  Darrick J. Wongxfs: refactor XFS_QMOPT_DQNEXT out of existence
2018-06-28  Eric Sandeenxfs: add full xfs_dqblk verifier
2018-06-28  Eric Sandeenxfs: pass full xfs_dqblk to repair during quotacheck
2018-06-28  Eric Sandeenxfs: remove unused flags arg from xfs_dquot_verify
2018-05-23  Eric Sandeenxfs_repair: check and repair quota metadata
2018-02-27  Darrick J. Wongxfs: standardize quota verification function outputs
2018-02-27  Darrick J. Wongxfs: separate dquot repair into a separate function
2017-07-31  Christoph HellwigRevert "xfs: grab dquots without taking the ilock"
2017-07-31  Darrick J. Wongxfs: grab dquots without taking the ilock
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-17  Eric Sandeenxfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
2016-02-17  Dave Chinnerxfs: handle dquot buffer readahead in log recovery...
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: restructure to match kernel layout