index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_qm_syscalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix quotaoff mutex usage now that we don't support disabling it
Darrick J. Wong
2021-12-21
1
-10
/
+1
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
2021-08-09
1
-0
/
+8
*
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
1
-1
/
+1
*
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2021-08-06
1
-229
/
+12
*
xfs: move the quotaoff dqrele inode walk into xfs_icache.c
Darrick J. Wong
2021-06-03
1
-52
/
+2
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: refactor default quota grace period setting code
Darrick J. Wong
2020-09-15
1
-2
/
+2
*
xfs: refactor quota expiration timer modification
Darrick J. Wong
2020-09-15
1
-5
/
+11
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-4
/
+4
*
xfs: refactor testing if a particular dquot is being enforced
Darrick J. Wong
2020-07-28
1
-7
/
+2
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-6
/
+6
*
xfs: refactor xfs_qm_scall_setqlim
Darrick J. Wong
2020-07-28
1
-71
/
+93
*
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: refactor default quota limits by resource
Darrick J. Wong
2020-07-28
1
-12
/
+12
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-28
1
-6
/
+3
*
xfs: stop using q_core timers in the quota code
Darrick J. Wong
2020-07-28
1
-10
/
+8
*
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
2020-07-28
1
-6
/
+6
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-28
1
-22
/
+18
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
2020-07-28
1
-4
/
+4
*
xfs: straighten out all the naming around incore inode tree walks
Darrick J. Wong
2020-05-27
1
-1
/
+1
*
xfs: remove flags argument from xfs_inode_ag_walk
Darrick J. Wong
2020-05-27
1
-7
/
+8
*
xfs: remove xfs_inode_ag_iterator_flags
Darrick J. Wong
2020-05-27
1
-2
/
+2
*
xfs: allow individual quota grace period extension
Eric Sandeen
2020-05-27
1
-20
/
+28
*
xfs: per-type quota timers and warn limits
Eric Sandeen
2020-05-27
1
-6
/
+6
*
xfs: switch xfs_get_defquota to take explicit type
Eric Sandeen
2020-05-27
1
-1
/
+1
*
xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Eric Sandeen
2020-05-27
1
-1
/
+1
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: simplify the flags setting in xfs_qm_scall_quotaon
Kaixu Xia
2020-05-04
1
-3
/
+3
*
xfs: fix unmount hang and memory leak on shutdown during quotaoff
Brian Foster
2020-03-18
1
-6
/
+7
*
xfs: Replace function declaration by actual definition
Pavel Reichl
2019-11-13
1
-74
/
+66
*
xfs: remove the xfs_qoff_logitem_t typedef
Pavel Reichl
2019-11-13
1
-13
/
+16
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-5
/
+0
*
xfs: clean up IRELE/iput callsites
Darrick J. Wong
2018-07-26
1
-4
/
+4
*
xfs: remove all boilerplate defer init/finish code
Brian Foster
2018-07-26
1
-2
/
+0
*
xfs: pull up dfops from xfs_itruncate_extents()
Brian Foster
2018-07-26
1
-0
/
+3
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
Darrick J. Wong
2018-05-10
1
-5
/
+4
*
xfs: split out dqget for inodes from regular dqget
Darrick J. Wong
2018-05-10
1
-2
/
+2
*
xfs: refactor XFS_QMOPT_DQNEXT out of existence
Darrick J. Wong
2018-05-10
1
-31
/
+65
*
xfs: wait on new inodes during quotaoff dquot release
Brian Foster
2017-04-28
1
-1
/
+2
*
xfs: better xfs_trans_alloc interface
Christoph Hellwig
2016-04-06
1
-19
/
+7
*
xfs: Split default quota limits by quota type
Carlos Maiolino
2016-02-08
1
-6
/
+9
*
xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
Eric Sandeen
2016-02-08
1
-4
/
+8
*
xfs: saner xfs_trans_commit interface
Christoph Hellwig
2015-06-04
1
-5
/
+4
*
xfs: remove the flags argument to xfs_trans_cancel
Christoph Hellwig
2015-06-04
1
-6
/
+5
*
xfs: Convert to using ->get_state callback
Jan Kara
2015-03-04
1
-176
/
+0
[next]