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.13.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
2024-04-16
xfs: online repair of directories
Darrick J. Wong
15
-2
/
+1563
2024-04-16
xfs: inactivate directory data blocks
Darrick J. Wong
1
-0
/
+51
2024-04-16
xfs: update the unlinked list when repairing link counts
Darrick J. Wong
1
-9
/
+33
2024-04-16
xfs: ensure unlinked list state is consistent with nlink during scrub
Darrick J. Wong
4
-4
/
+67
2024-04-16
xfs: create an xattr iteration function for scrub
Darrick J. Wong
5
-78
/
+414
2024-04-16
xfs: flag empty xattr leaf blocks for optimization
Darrick J. Wong
2
-0
/
+13
2024-04-16
xfs: scrub should set preen if attr leaf has holes
Darrick J. Wong
4
-0
/
+20
2024-04-16
xfs: repair extended attributes
Darrick J. Wong
19
-4
/
+1436
2024-04-16
xfs: use atomic extent swapping to fix user file fork data
Darrick J. Wong
5
-1
/
+211
2024-04-16
xfs: create a blob array data structure
Darrick J. Wong
3
-0
/
+176
2024-04-16
xfs: enable discarding of folios backing an xfile
Darrick J. Wong
3
-0
/
+14
2024-04-16
xfs: validate explicit directory free block owners
Darrick J. Wong
4
-18
/
+23
2024-04-16
xfs: validate explicit directory block buffer owners
Darrick J. Wong
7
-14
/
+19
2024-04-16
xfs: validate explicit directory data buffer owners
Darrick J. Wong
9
-31
/
+39
2024-04-16
xfs: validate directory leaf buffer owners
Darrick J. Wong
6
-10
/
+82
2024-04-16
xfs: validate dabtree node buffer owners
Darrick J. Wong
3
-0
/
+119
2024-04-16
xfs: validate attr remote value buffer owners
Darrick J. Wong
1
-5
/
+4
2024-04-16
xfs: validate attr leaf buffer owners
Darrick J. Wong
8
-19
/
+128
2024-04-16
xfs: reduce indenting in xfs_attr_node_list
Darrick J. Wong
1
-27
/
+29
2024-04-16
xfs: use the xfs_da_args owner field to set new dir/attr block owner
Darrick J. Wong
7
-21
/
+21
2024-04-16
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
13
-3
/
+28
2024-04-16
xfs: online repair of realtime summaries
Darrick J. Wong
7
-16
/
+239
2024-04-16
xfs: teach the tempfile to set up atomic file content exchanges
Darrick J. Wong
5
-3
/
+225
2024-04-16
xfs: support preallocating and copying content into temporary files
Darrick J. Wong
3
-0
/
+251
2024-04-16
xfs: add the ability to reap entire inode forks
Darrick J. Wong
3
-0
/
+436
2024-04-16
xfs: refactor live buffer invalidation for repairs
Darrick J. Wong
2
-22
/
+71
2024-04-16
xfs: create temporary files and directories for online repair
Darrick J. Wong
9
-3
/
+324
2024-04-16
xfs: hide private inodes from bulkstat and handle functions
Darrick J. Wong
3
-1
/
+12
2024-04-16
xfs: enable logged file mapping exchange feature
Darrick J. Wong
1
-1
/
+2
2024-04-16
xfs: capture inode generation numbers in the ondisk exchmaps log item
Darrick J. Wong
4
-5
/
+55
2024-04-16
xfs: support non-power-of-two rtextsize with exchange-range
Darrick J. Wong
1
-7
/
+82
2024-04-16
xfs: make file range exchange support realtime files
Darrick J. Wong
2
-10
/
+69
2024-04-16
xfs: condense symbolic links after a mapping exchange operation
Darrick J. Wong
4
-45
/
+103
2024-04-16
xfs: condense directories after a mapping exchange operation
Darrick J. Wong
1
-0
/
+43
2024-04-16
xfs: condense extended attributes after a mapping exchange operation
Darrick J. Wong
3
-3
/
+58
2024-04-16
xfs: add error injection to test file mapping exchange recovery
Darrick J. Wong
3
-1
/
+9
2024-04-16
xfs: bind together the front and back ends of the file range exchange code
Darrick J. Wong
3
-1
/
+443
2024-04-16
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
13
-4
/
+1844
2024-04-16
xfs: introduce a file mapping exchange log intent item
Darrick J. Wong
7
-3
/
+357
2024-04-16
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
5
-11
/
+24
2024-04-16
xfs: introduce new file range exchange ioctl
Darrick J. Wong
5
-0
/
+415
2024-04-16
xfs: constify xfs_bmap_is_written_extent
Darrick J. Wong
1
-1
/
+1
2024-04-16
xfs: refactor non-power-of-two alignment checks
Darrick J. Wong
2
-9
/
+8
2024-04-16
xfs: hoist multi-fsb allocation unit detection to a helper
Darrick J. Wong
2
-2
/
+11
2024-04-16
xfs: create a new helper to return a file's allocation unit
Darrick J. Wong
4
-20
/
+29
2024-04-16
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
5
-3
/
+15
2024-04-16
xfs: move xfs_iops.c declarations out of xfs_inode.h
Darrick J. Wong
2
-5
/
+4
2024-04-16
xfs: move inode lease breaking functions to xfs_inode.c
Darrick J. Wong
3
-62
/
+62
2024-04-16
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
7
-85
/
+19
2024-04-16
xfs: fix error bailout in xrep_abt_build_new_trees
Darrick J. Wong
1
-1
/
+1
[next]