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
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
xfs: fix imprecise logic in xchk_btree_check_block_owner
Darrick J. Wong
1
-1
/
+6
2024-02-22
xfs: drop XFS_BTREE_CRC_BLOCKS
Darrick J. Wong
7
-16
/
+5
2024-02-22
xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
Darrick J. Wong
6
-16
/
+17
2024-02-22
xfs: consolidate btree block allocation tracepoints
Darrick J. Wong
4
-9
/
+64
2024-02-22
xfs: consolidate btree block freeing tracepoints
Darrick J. Wong
4
-6
/
+32
2024-02-22
xfs: repair summary counters
Darrick J. Wong
8
-18
/
+128
2024-02-22
xfs: update health status if we get a clean bill of health
Darrick J. Wong
6
-2
/
+77
2024-02-22
xfs: remember sick inodes that get inactivated
Darrick J. Wong
7
-6
/
+58
2024-02-22
xfs: add secondary and indirect classes to the health tracking system
Darrick J. Wong
2
-12
/
+63
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
13
-50
/
+364
2024-02-22
xfs: report realtime metadata corruption errors to the health system
Darrick J. Wong
2
-1
/
+14
2024-02-22
xfs: report quota block corruption errors to the health system
Darrick J. Wong
3
-2
/
+37
2024-02-22
xfs: report inode corruption errors to the health system
Darrick J. Wong
5
-3
/
+29
2024-02-22
xfs: report symlink block corruption errors to the health system
Darrick J. Wong
1
-5
/
+12
2024-02-22
xfs: report dir/attr block corruption errors to the health system
Darrick J. Wong
12
-18
/
+125
2024-02-22
xfs: report btree block corruption errors to the health system
Darrick J. Wong
8
-5
/
+81
2024-02-22
xfs: report block map corruption errors to the health tracking system
Darrick J. Wong
5
-10
/
+73
2024-02-22
xfs: report ag header corruption errors to the health tracking system
Darrick J. Wong
6
-5
/
+50
2024-02-22
xfs: report fs corruption errors to the health tracking system
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: separate the marking of sick and checked metadata
Darrick J. Wong
4
-5
/
+95
2024-02-22
xfs: teach repair to fix file nlinks
Darrick J. Wong
7
-3
/
+237
2024-02-22
xfs: track directory entry updates during live nlinks fsck
Darrick J. Wong
11
-3
/
+293
2024-02-22
xfs: teach scrub to check file nlinks
Darrick J. Wong
11
-2
/
+1093
2024-02-22
xfs: report health of inode link counts
Darrick J. Wong
3
-1
/
+5
2024-02-22
xfs: repair dquots based on live quotacheck results
Darrick J. Wong
8
-6
/
+284
2024-02-22
xfs: repair cannot update the summary counters when logging quota flags
Darrick J. Wong
1
-7
/
+34
2024-02-22
xfs: track quota updates during live quotacheck
Darrick J. Wong
11
-16
/
+606
2024-02-22
xfs: implement live quotacheck inode scan
Darrick J. Wong
11
-4
/
+672
2024-02-22
xfs: create a sparse load xfarray function
Darrick J. Wong
1
-0
/
+19
2024-02-22
xfs: create a helper to count per-device inode block usage
Darrick J. Wong
2
-0
/
+18
2024-02-22
xfs: create a xchk_trans_alloc_empty helper for scrub
Darrick J. Wong
3
-2
/
+10
2024-02-22
xfs: report the health of quota counts
Darrick J. Wong
5
-2
/
+13
2024-02-22
xfs: repair file modes by scanning for a dirent pointing to us
Darrick J. Wong
5
-6
/
+312
2024-02-22
xfs: create a macro for decoding ftypes in tracepoints
Darrick J. Wong
1
-0
/
+11
2024-02-22
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2
-2
/
+14
2024-02-22
xfs: create a static name for the dot entry too
Darrick J. Wong
2
-0
/
+7
2024-02-22
xfs: iscan batching should handle unallocated inodes too
Darrick J. Wong
3
-15
/
+119
2024-02-22
xfs: cache a bunch of inodes for repair scans
Darrick J. Wong
3
-30
/
+159
2024-02-22
xfs: stagger the starting AG of scrub iscans to reduce contention
Darrick J. Wong
3
-12
/
+89
2024-02-22
xfs: allow scrub to hook metadata updates in other writers
Darrick J. Wong
5
-0
/
+124
2024-02-22
xfs: implement live inode scan for scrub
Darrick J. Wong
5
-0
/
+656
2024-02-22
xfs: speed up xfs_iwalk_adjust_start a little bit
Darrick J. Wong
1
-11
/
+2
2024-02-21
xfs: fix SEEK_HOLE/DATA for regions with active COW extents
Dave Chinner
1
-2
/
+2
2024-02-21
xfs: remove xfile_{get,put}_page
Darrick J. Wong
4
-127
/
+1
2024-02-21
xfs: convert xfarray_pagesort to deal with large folios
Darrick J. Wong
3
-111
/
+143
2024-02-21
xfs: fix a comment in xfarray.c
Christoph Hellwig
1
-1
/
+1
2024-02-21
xfs: remove xfarray_sortinfo.page_kaddr
Christoph Hellwig
2
-19
/
+4
2024-02-21
xfs: add file_{get,put}_folio
Darrick J. Wong
3
-0
/
+83
2024-02-21
xfs: use shmem_get_folio in in xfile_load
Christoph Hellwig
1
-35
/
+26
2024-02-21
xfs: use shmem_get_folio in xfile_obj_store
Christoph Hellwig
1
-46
/
+27
[next]