index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
xfs: create an xattr iteration function for scrub
Darrick J. Wong
5
-78
/
+414
2024-04-15
xfs: flag empty xattr leaf blocks for optimization
Darrick J. Wong
2
-0
/
+13
2024-04-15
xfs: scrub should set preen if attr leaf has holes
Darrick J. Wong
4
-0
/
+20
2024-04-15
xfs: repair extended attributes
Darrick J. Wong
19
-4
/
+1436
2024-04-15
xfs: use atomic extent swapping to fix user file fork data
Darrick J. Wong
5
-1
/
+211
2024-04-15
xfs: create a blob array data structure
Darrick J. Wong
3
-0
/
+176
2024-04-15
xfs: enable discarding of folios backing an xfile
Darrick J. Wong
3
-0
/
+14
2024-04-15
xfs: validate explicit directory free block owners
Darrick J. Wong
4
-18
/
+23
2024-04-15
xfs: validate explicit directory block buffer owners
Darrick J. Wong
7
-14
/
+19
2024-04-15
xfs: validate explicit directory data buffer owners
Darrick J. Wong
9
-31
/
+39
2024-04-15
xfs: validate directory leaf buffer owners
Darrick J. Wong
6
-10
/
+82
2024-04-15
xfs: validate dabtree node buffer owners
Darrick J. Wong
3
-0
/
+119
2024-04-15
xfs: validate attr remote value buffer owners
Darrick J. Wong
1
-5
/
+4
2024-04-15
xfs: validate attr leaf buffer owners
Darrick J. Wong
8
-19
/
+128
2024-04-15
xfs: reduce indenting in xfs_attr_node_list
Darrick J. Wong
1
-27
/
+29
2024-04-15
xfs: use the xfs_da_args owner field to set new dir/attr block owner
Darrick J. Wong
7
-21
/
+21
2024-04-15
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
13
-3
/
+28
2024-04-15
xfs: online repair of realtime summaries
Darrick J. Wong
7
-16
/
+239
2024-04-15
xfs: teach the tempfile to set up atomic file content exchanges
Darrick J. Wong
5
-3
/
+225
2024-04-15
xfs: support preallocating and copying content into temporary files
Darrick J. Wong
3
-0
/
+251
2024-04-15
xfs: add the ability to reap entire inode forks
Darrick J. Wong
3
-0
/
+436
2024-04-15
xfs: refactor live buffer invalidation for repairs
Darrick J. Wong
2
-22
/
+71
2024-04-15
xfs: create temporary files and directories for online repair
Darrick J. Wong
9
-3
/
+324
2024-04-15
xfs: hide private inodes from bulkstat and handle functions
Darrick J. Wong
3
-1
/
+12
2024-04-15
xfs: enable logged file mapping exchange feature
Darrick J. Wong
1
-1
/
+2
2024-04-15
docs: update swapext -> exchmaps language
Darrick J. Wong
1
-125
/
+138
2024-04-15
xfs: capture inode generation numbers in the ondisk exchmaps log item
Darrick J. Wong
4
-5
/
+55
2024-04-15
xfs: support non-power-of-two rtextsize with exchange-range
Darrick J. Wong
1
-7
/
+82
2024-04-15
xfs: make file range exchange support realtime files
Darrick J. Wong
2
-10
/
+69
2024-04-15
xfs: condense symbolic links after a mapping exchange operation
Darrick J. Wong
4
-45
/
+103
2024-04-15
xfs: condense directories after a mapping exchange operation
Darrick J. Wong
1
-0
/
+43
2024-04-15
xfs: condense extended attributes after a mapping exchange operation
Darrick J. Wong
3
-3
/
+58
2024-04-15
xfs: add error injection to test file mapping exchange recovery
Darrick J. Wong
3
-1
/
+9
2024-04-15
xfs: bind together the front and back ends of the file range exchange code
Darrick J. Wong
3
-1
/
+443
2024-04-15
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
13
-4
/
+1844
2024-04-15
xfs: introduce a file mapping exchange log intent item
Darrick J. Wong
7
-3
/
+357
2024-04-15
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
5
-11
/
+24
2024-04-15
xfs: introduce new file range exchange ioctl
Darrick J. Wong
5
-0
/
+415
2024-04-15
vfs: export remap and write check helpers
Darrick J. Wong
3
-2
/
+4
2024-04-15
xfs: constify xfs_bmap_is_written_extent
Darrick J. Wong
1
-1
/
+1
2024-04-15
xfs: refactor non-power-of-two alignment checks
Darrick J. Wong
2
-9
/
+8
2024-04-15
xfs: hoist multi-fsb allocation unit detection to a helper
Darrick J. Wong
2
-2
/
+11
2024-04-15
xfs: create a new helper to return a file's allocation unit
Darrick J. Wong
4
-20
/
+29
2024-04-15
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
5
-3
/
+15
2024-04-15
xfs: move xfs_iops.c declarations out of xfs_inode.h
Darrick J. Wong
2
-5
/
+4
2024-04-15
xfs: move inode lease breaking functions to xfs_inode.c
Darrick J. Wong
3
-62
/
+62
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
8
-88
/
+19
2024-04-15
xfs: fix error bailout in xrep_abt_build_new_trees
Darrick J. Wong
1
-1
/
+1
2024-04-15
xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_d...
Darrick J. Wong
1
-1
/
+48
2024-04-15
xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
Darrick J. Wong
4
-3
/
+59
[next]