summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-5/+0Star
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-4/+4
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-2/+0Star
* xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-5/+4Star
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-101-2/+2
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-31/+65
* xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-04-281-1/+2
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-19/+7Star
* xfs: Split default quota limits by quota typeCarlos Maiolino2016-02-081-6/+9
* xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblkEric Sandeen2016-02-081-4/+8
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-5/+4Star
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-6/+5Star
* xfs: Convert to using ->get_state callbackJan Kara2015-03-041-176/+0Star
* Merge tag 'xfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-111-9/+5Star
|\
| * xfs: consolidate superblock logging functionsDave Chinner2015-01-211-3/+4
| * xfs: remove bitfield based superblock updatesDave Chinner2015-01-211-9/+4Star
* | Merge branch 'for_linus' into for_nextJan Kara2015-01-301-90/+66Star
|\ \
| * | quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-01-281-90/+66Star
| |/
* | xfs: Remove some pointless quota checksJan Kara2015-01-211-39/+20Star
* | xfs: Remove some useless flags testsJan Kara2015-01-211-11/+4Star
|/
* Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-281-1/+0Star
|\
| * xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* | xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster2014-11-281-16/+10Star
|/
* xfs: global error sign conversionDave Chinner2014-06-251-12/+12
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-8/+8
* xfs: return is not a functionEric Sandeen2014-06-221-11/+11
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-2/+3
|\
| * xfs: bulletfproof xfs_qm_scall_trunc_qfiles()Eric Sandeen2014-05-051-2/+3
* | xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-141-1/+0Star
|/
* xfs: make quota metadata truncation behavior consistent to user spaceJie Liu2013-12-061-6/+12
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-9/+1Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-6/+6
* xfs: Add support for the Q_XGETQSTATVChandra Seetharaman2013-08-211-0/+82
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-131-9/+4Star
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0Star
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: Start using pquotaino from the superblock.Chandra Seetharaman2013-07-221-5/+30
* xfs: Fix the logic check for all quotas being turned offChandra Seetharaman2013-07-111-3/+2Star
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-4/+15
* xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKDChandra Seetharaman2013-06-291-20/+23
* xfs: Code cleanup and removal of some typedef usageChandra Seetharaman2013-06-281-4/+4
* xfs: avoid nesting transactions in xfs_qm_scall_setqlim()Dave Chinner2013-05-211-17/+23
* xfs: xfs_dquot prealloc throttling watermarks and low free spaceBrian Foster2013-03-221-4/+5
* xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount timeJeff Liu2013-02-011-2/+3
* xfs: calculate XFS_TRANS_QM_QUOTAOFF space log reservation at mount timeJeff Liu2013-02-011-7/+3Star
* xfs: calcuate XFS_TRANS_QM_SETQLIM space log reservation at mount timeJeff Liu2013-02-011-2/+3