index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_dquot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: add more dquot tracepoints
Darrick J. Wong
2020-07-29
1
-0
/
+21
*
xfs: actually bump warning counts when we send warnings
Darrick J. Wong
2020-07-29
1
-0
/
+1
*
xfs: refactor xfs_trans_apply_dquot_deltas
Darrick J. Wong
2020-07-29
1
-58
/
+47
*
xfs: refactor xfs_trans_dqresv
Darrick J. Wong
2020-07-29
1
-76
/
+79
*
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
2020-07-29
1
-2
/
+2
*
xfs: refactor default quota limits by resource
Darrick J. Wong
2020-07-29
1
-9
/
+9
*
xfs: stop using q_core timers in the quota code
Darrick J. Wong
2020-07-29
1
-3
/
+3
*
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
2020-07-29
1
-3
/
+3
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-29
1
-21
/
+13
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-29
1
-6
/
+6
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-29
1
-22
/
+22
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-29
1
-5
/
+3
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-29
1
-1
/
+1
*
xfs: fix inode quota reservation checks
Darrick J. Wong
2020-07-29
1
-1
/
+1
*
xfs: per-type quota timers and warn limits
Eric Sandeen
2020-05-27
1
-3
/
+3
*
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: always return -ENOSPC on project quota reservation failure
Eric Sandeen
2020-05-27
1
-11
/
+5
*
xfs: group quota should return EDQUOT when prj quota enabled
Eric Sandeen
2020-05-27
1
-1
/
+2
*
xfs: quota: move to time64_t interfaces
Arnd Bergmann
2020-01-06
1
-3
/
+5
*
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
2019-11-18
1
-1
/
+1
*
xfs: remove the xfs_qoff_logitem_t typedef
Pavel Reichl
2019-11-14
1
-6
/
+6
*
xfs: remove the xfs_quotainfo_t typedef
Pavel Reichl
2019-11-14
1
-1
/
+1
*
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
2019-11-13
1
-21
/
+21
*
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
2019-08-26
1
-1
/
+1
*
xfs: remove unused header files
Eric Sandeen
2019-06-29
1
-1
/
+0
*
xfs: remove the debug-only q_transp field from struct xfs_dquot
Christoph Hellwig
2019-06-12
1
-10
/
+0
*
xfs: kill the xfs_dqtrx_t typedef
Darrick J. Wong
2019-04-23
1
-14
/
+14
*
xfs: widen quota block counters to 64-bit integers
Darrick J. Wong
2019-04-23
1
-14
/
+14
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-2
/
+2
*
xfs: Split default quota limits by quota type
Carlos Maiolino
2016-02-08
1
-6
/
+9
*
xfs: send warning of project quota to userspace via netlink
Masatake YAMATO
2016-01-04
1
-5
/
+9
*
xfs: Clean up xfs_trans_dup_dqinfo
Nan Jia
2015-06-01
1
-2
/
+2
*
xfs: fix quota block reservation leak when tp allocates and frees blocks
Brian Foster
2015-05-31
1
-11
/
+17
*
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-11-28
1
-1
/
+0
*
xfs: global error sign conversion
Dave Chinner
2014-06-25
1
-2
/
+2
*
xfs: fix the comment explaining xfs_trans_dqlockedjoin
Christoph Hellwig
2013-12-04
1
-2
/
+2
*
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
1
-8
/
+1
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-3
/
+4
*
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-23
1
-0
/
+1
*
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-08-12
1
-0
/
+1
*
xfs: Add pquota fields where gquota is used.
Chandra Seetharaman
2013-07-11
1
-4
/
+22
*
xfs: dquot log reservations are too small
Dave Chinner
2013-07-09
1
-5
/
+4
*
xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
Chandra Seetharaman
2013-06-29
1
-2
/
+2
*
xfs: Change xfs_dquot_acct to be a 2-dimensional array
Chandra Seetharaman
2013-06-28
1
-19
/
+12
*
xfs: Code cleanup and removal of some typedef usage
Chandra Seetharaman
2013-06-28
1
-25
/
+21
*
xfs: Define a new function xfs_is_quota_inode()
Chandra Seetharaman
2013-06-28
1
-4
/
+2
*
xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t
Brian Foster
2013-03-22
1
-5
/
+5
[next]