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