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