index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
2020-07-28
5
-33
/
+21
*
xfs: remove xfs_zone_{alloc,zalloc} helpers
Carlos Maiolino
2020-07-28
3
-30
/
+0
*
xfs: Modify xlog_ticket_alloc() to use kernel's MM API
Carlos Maiolino
2020-07-28
3
-11
/
+5
*
xfs: Remove kmem_zone_zalloc() usage
Carlos Maiolino
2020-07-28
19
-28
/
+35
*
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
2020-07-28
3
-8
/
+8
*
xfs: xfs_btree_staging.h: delete duplicated words
Randy Dunlap
2020-07-28
1
-3
/
+3
*
xfs: rename the ondisk dquot d_flags to d_type
Darrick J. Wong
2020-07-28
5
-12
/
+12
*
xfs: improve ondisk dquot flags checking
Darrick J. Wong
2020-07-28
2
-3
/
+10
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
15
-101
/
+126
*
xfs: replace a few open-coded XFS_DQTYPE_REC_MASK uses
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: remove unnecessary quota type masking
Darrick J. Wong
2020-07-28
2
-3
/
+3
*
xfs: always use xfs_dquot_type when extracting type from a dquot
Darrick J. Wong
2020-07-28
2
-8
/
+9
*
xfs: refactor quota type testing
Darrick J. Wong
2020-07-28
2
-15
/
+29
*
xfs: remove the XFS_QM_IS[UGP]DQ macros
Darrick J. Wong
2020-07-28
3
-19
/
+16
*
xfs: refactor testing if a particular dquot is being enforced
Darrick J. Wong
2020-07-28
3
-10
/
+20
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
18
-116
/
+118
*
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
2020-07-28
5
-16
/
+10
*
xfs: add more dquot tracepoints
Darrick J. Wong
2020-07-28
2
-2
/
+159
*
xfs: actually bump warning counts when we send warnings
Darrick J. Wong
2020-07-28
1
-0
/
+1
*
xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
Darrick J. Wong
2020-07-28
1
-6
/
+6
*
xfs: refactor xfs_trans_apply_dquot_deltas
Darrick J. Wong
2020-07-28
1
-58
/
+47
*
xfs: refactor xfs_trans_dqresv
Darrick J. Wong
2020-07-28
1
-76
/
+79
*
xfs: refactor xfs_qm_scall_setqlim
Darrick J. Wong
2020-07-28
1
-71
/
+93
*
xfs: refactor quota exceeded test
Darrick J. Wong
2020-07-28
1
-65
/
+26
*
xfs: remove unnecessary arguments from quota adjust functions
Darrick J. Wong
2020-07-28
5
-12
/
+11
*
xfs: refactor default quota limits by resource
Darrick J. Wong
2020-07-28
6
-72
/
+70
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-28
6
-44
/
+21
*
xfs: stop using q_core timers in the quota code
Darrick J. Wong
2020-07-28
5
-39
/
+47
*
xfs: stop using q_core warning counters in the quota code
Darrick J. Wong
2020-07-28
5
-18
/
+34
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-28
7
-62
/
+56
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-28
9
-141
/
+138
*
xfs: use a per-resource struct for incore dquot data
Darrick J. Wong
2020-07-28
8
-46
/
+50
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-28
8
-43
/
+42
*
xfs: stop using q_core.d_flags in the quota code
Darrick J. Wong
2020-07-28
3
-4
/
+40
*
xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
Darrick J. Wong
2020-07-28
2
-11
/
+16
*
xfs: rename dquot incore state flags
Darrick J. Wong
2020-07-28
7
-20
/
+21
*
xfs: refactor quotacheck flags usage
Darrick J. Wong
2020-07-28
1
-11
/
+7
*
xfs: move the flags argument of xfs_qm_scall_trunc_qfiles to XFS_QMOPT_*
Darrick J. Wong
2020-07-28
2
-7
/
+7
*
xfs: validate ondisk/incore dquot flags
Darrick J. Wong
2020-07-28
1
-3
/
+20
*
xfs: fix inode quota reservation checks
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flush
Darrick J. Wong
2020-07-28
1
-0
/
+1
*
xfs: fix inode allocation block res calculation precedence
Brian Foster
2020-07-28
1
-1
/
+1
*
xfs: drain the buf delwri queue before xfsaild idles
Brian Foster
2020-07-28
1
-10
/
+6
*
xfs: preserve inode versioning across remounts
Eric Sandeen
2020-07-17
1
-0
/
+4
*
xfs: remove duplicated include from xfs_buf_item.c
YueHaibing
2020-07-14
1
-1
/
+0
*
xfs: remove SYNC_WAIT and SYNC_TRYLOCK
Christoph Hellwig
2020-07-14
1
-3
/
+0
*
xfs: get rid of unnecessary xfs_perag_{get,put} pairs
Gao Xiang
2020-07-14
8
-91
/
+34
*
xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim
Waiman Long
2020-07-09
1
-1
/
+11
*
xfs: rtbitmap scrubber should check inode size
Darrick J. Wong
2020-07-07
1
-0
/
+7
*
xfs: rtbitmap scrubber should verify written extents
Darrick J. Wong
2020-07-07
1
-0
/
+40
[next]