index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: cancel intents immediately if process_intents fails
Darrick J. Wong
2020-10-22
1
-0
/
+8
*
xfs: fix fallocate functions when rtextsize is larger than 1
Darrick J. Wong
2020-10-21
3
-18
/
+46
*
xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n
Darrick J. Wong
2020-10-17
1
-0
/
+1
*
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
2020-10-17
1
-7
/
+4
*
xfs: annotate grabbing the realtime bitmap/summary locks in growfs
Darrick J. Wong
2020-10-13
1
-2
/
+2
*
xfs: make xfs_growfs_rt update secondary superblocks
Darrick J. Wong
2020-10-13
1
-1
/
+7
*
xfs: fix realtime bitmap/summary file truncation when growing rt volume
Darrick J. Wong
2020-10-13
1
-2
/
+8
*
xfs: fix the indent in xfs_trans_mod_dquot
Kaixu Xia
2020-10-07
1
-28
/
+15
*
xfs: do the ASSERT for the arguments O_{u,g,p}dqpp
Kaixu Xia
2020-10-07
1
-0
/
+3
*
xfs: fix deadlock and streamline xfs_getfsmap performance
Darrick J. Wong
2020-10-07
3
-71
/
+124
*
xfs: limit entries returned when counting fsmap records
Darrick J. Wong
2020-10-07
1
-0
/
+3
*
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
2020-10-07
1
-0
/
+16
*
xfs: expose the log push threshold
Darrick J. Wong
2020-10-07
2
-10
/
+32
*
xfs: periodically relog deferred intent items
Darrick J. Wong
2020-10-07
9
-0
/
+168
*
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
2020-10-07
1
-1
/
+10
*
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2020-10-07
7
-13
/
+61
*
xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
Darrick J. Wong
2020-10-07
1
-18
/
+23
*
xfs: clean up bmap intent item recovery checking
Darrick J. Wong
2020-10-07
1
-26
/
+12
*
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2020-10-07
3
-3
/
+20
*
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
2020-10-07
3
-18
/
+11
*
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
2020-10-07
8
-91
/
+187
*
xfs: remove XFS_LI_RECOVERED
Darrick J. Wong
2020-10-07
2
-8
/
+4
*
xfs: remove xfs_defer_reset
Darrick J. Wong
2020-10-07
1
-19
/
+5
*
xfs: fix finobt btree block recovery ordering
Dave Chinner
2020-09-30
1
-0
/
+2
*
xfs: remove deprecated sysctl options
Pavel Reichl
2020-09-25
1
-2
/
+34
*
xfs: remove deprecated mount options
Pavel Reichl
2020-09-25
1
-13
/
+18
*
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
Kaixu Xia
2020-09-25
1
-2
/
+2
*
xfs: avoid shared rmap operations for attr fork extents
Darrick J. Wong
2020-09-25
1
-9
/
+18
*
xfs: drop the obsolete comment on filestream locking
Gao Xiang
2020-09-25
1
-33
/
+1
*
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
Kaixu Xia
2020-09-25
1
-4
/
+4
*
xfs: do the assert for all the log done items in xfs_trans_cancel
Kaixu Xia
2020-09-25
3
-8
/
+17
*
xfs: remove the unused parameter id from xfs_qm_dqattach_one
Kaixu Xia
2020-09-25
1
-6
/
+5
*
xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
Kaixu Xia
2020-09-25
1
-2
/
+0
*
xfs: fix some comments
Kaixu Xia
2020-09-25
2
-7
/
+7
*
xfs: remove the unnecessary xfs_dqid_t type cast
Kaixu Xia
2020-09-25
1
-1
/
+1
*
xfs: use the existing type definition for di_projid
Kaixu Xia
2020-09-25
1
-1
/
+1
*
xfs: remove the unused SYNCHRONIZE macro
Kaixu Xia
2020-09-25
1
-1
/
+0
*
xfs: clean up calculation of LR header blocks
Gao Xiang
2020-09-23
2
-35
/
+18
*
xfs: avoid LR buffer overrun due to crafted h_len
Gao Xiang
2020-09-23
1
-20
/
+19
*
xfs: don't release log intent items when recovery fails
Darrick J. Wong
2020-09-23
4
-31
/
+5
*
xfs: attach inode to dquot in xfs_bui_item_recover
Darrick J. Wong
2020-09-23
1
-0
/
+5
*
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2020-09-23
4
-4
/
+32
*
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
2020-09-23
1
-0
/
+14
*
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
2020-09-23
1
-7
/
+12
*
xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
Chandan Babu R
2020-09-23
1
-0
/
+1
*
xfs: Set xfs_buf type flag when growing summary/bitmap files
Chandan Babu R
2020-09-21
1
-0
/
+8
*
xfs: drop extra transaction roll from inode extent truncate
Brian Foster
2020-09-21
1
-8
/
+1
*
xfs: deprecate the V4 format
Darrick J. Wong
2020-09-16
2
-0
/
+37
*
xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev
Darrick J. Wong
2020-09-16
1
-1
/
+2
*
xfs: refactor inode flags propagation code
Darrick J. Wong
2020-09-16
1
-48
/
+65
[next]