index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
xfs: online repair of symbolic links
Darrick J. Wong
7
-2
/
+587
2024-04-15
xfs: pass the owner to xfs_symlink_write_target
Darrick J. Wong
3
-6
/
+6
2024-04-15
xfs: expose xfs_bmap_local_to_extents for online repair
Darrick J. Wong
4
-7
/
+16
2024-04-15
xfs: ensure dentry consistency when the orphanage adopts a file
Darrick J. Wong
2
-0
/
+133
2024-04-15
xfs: move files to orphanage instead of letting nlinks drop to zero
Darrick J. Wong
7
-19
/
+163
2024-04-15
xfs: move orphan files to the orphanage
Darrick J. Wong
11
-20
/
+844
2024-04-15
xfs: ask the dentry cache if it knows the parent of a directory
Darrick J. Wong
5
-1
/
+81
2024-04-15
xfs: online repair of parent pointers
Darrick J. Wong
6
-1
/
+238
2024-04-15
xfs: scan the filesystem to repair a directory dotdot entry
Darrick J. Wong
7
-24
/
+528
2024-04-15
xfs: online repair of directories
Darrick J. Wong
15
-2
/
+1563
2024-04-15
xfs: inactivate directory data blocks
Darrick J. Wong
1
-0
/
+51
2024-04-15
xfs: update the unlinked list when repairing link counts
Darrick J. Wong
1
-9
/
+33
2024-04-15
xfs: ensure unlinked list state is consistent with nlink during scrub
Darrick J. Wong
4
-4
/
+67
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
[next]