aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm_syscalls.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner1-3/+6
2022-05-11xfs: don't set quota warning valuesCatherine Hoang1-2/+1
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang1-9/+3
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang1-14/+3
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong1-10/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-1/+1
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong1-0/+8
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-1/+1
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig1-229/+12
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong1-52/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong1-2/+2
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-5/+11
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-4/+4
2020-07-28xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong1-7/+2
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-6/+6
2020-07-28xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong1-71/+93
2020-07-28xfs: remove unnecessary arguments from quota adjust functionsDarrick J. Wong1-1/+1
2020-07-28xfs: refactor default quota limits by resourceDarrick J. Wong1-12/+12
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-6/+3
2020-07-28xfs: stop using q_core timers in the quota codeDarrick J. Wong1-10/+8
2020-07-28xfs: stop using q_core warning counters in the quota codeDarrick J. Wong1-6/+6
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong1-22/+18
2020-07-28xfs: use a per-resource struct for incore dquot dataDarrick J. Wong1-3/+3
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-2/+2
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-1/+1
2020-07-28xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*Darrick J. Wong1-4/+4
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong1-1/+1
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong1-7/+8
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong1-2/+2
2020-05-27xfs: allow individual quota grace period extensionEric Sandeen1-20/+28
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen1-6/+6
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen1-1/+1
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen1-1/+1
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-05-04xfs: simplify the flags setting in xfs_qm_scall_quotaonKaixu Xia1-3/+3
2020-03-18xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster1-6/+7
2019-11-13xfs: Replace function declaration by actual definitionPavel Reichl1-74/+66
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl1-13/+16
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-4/+4
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-2/+0
2018-07-26xfs: pull up dfops from xfs_itruncate_extents()Brian Foster1-0/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong1-5/+4
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong1-2/+2
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-31/+65
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-19/+7
2016-02-08xfs: Split default quota limits by quota typeCarlos Maiolino1-6/+9
2016-02-08xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen1-4/+8
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-5/+4
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-6/+5
2015-03-04xfs: Convert to using ->get_state callbackJan Kara1-176/+0
2015-02-10Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+5
2015-01-30Merge branch 'for_linus' into for_nextJan Kara1-90/+66
2015-01-28quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara1-90/+66
2015-01-22xfs: consolidate superblock logging functionsDave Chinner1-3/+4
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner1-9/+4
2015-01-21xfs: Remove some pointless quota checksJan Kara1-39/+20
2015-01-21xfs: Remove some useless flags testsJan Kara1-11/+4
2014-11-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster1-16/+10
2014-06-25xfs: global error sign conversionDave Chinner1-12/+12
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-8/+8
2014-06-22xfs: return is not a functionEric Sandeen1-11/+11
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-2/+3
2014-05-05xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen1-2/+3
2014-04-14xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen1-1/+0
2013-12-06xfs: make quota metadata truncation behavior consistent to user spaceJie Liu1-6/+12
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-9/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-6/+6
2013-08-20xfs: Add support for the Q_XGETQSTATVChandra Seetharaman1-0/+82
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-9/+4
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-22xfs: Start using pquotaino from the superblock.Chandra Seetharaman1-5/+30
2013-07-11xfs: Fix the logic check for all quotas being turned offChandra Seetharaman1-3/+2
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-4/+15
2013-06-28xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman1-20/+23
2013-06-28xfs: Code cleanup and removal of some typedef usageChandra Seetharaman1-4/+4
2013-05-21xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner1-17/+23
2013-03-22xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster1-4/+5
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu1-2/+3
2013-02-01xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu1-7/+3
2013-02-01xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu1-2/+3
2013-01-17xfs: Remove boolean_t typedef completely.Thiago Farina1-4/+4
2013-01-03xfs: remove int casts from debug dquot soft limit timer assertsBrian Foster1-2/+2
2012-11-08xfs: support a tag-based inode_ag_iteratorBrian Foster1-2/+3
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-0/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-03-14xfs: remove the per-filesystem list of dquotsChristoph Hellwig1-9/+3
2012-02-29xfs: include reservations in quota reportingChristoph Hellwig1-3/+3
2012-02-29xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquotaChristoph Hellwig1-69/+49
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka1-2/+2
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-1/+0
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-1/+8
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-1/+1
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+906