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
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
3
-13
/
+8
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
4
-24
/
+16
2023-12-22
xfs: factor out a xfs_rtalloc_sumlevel helper
Christoph Hellwig
1
-83
/
+70
2023-12-22
xfs: tidy up xfs_rtallocate_extent_exact
Christoph Hellwig
1
-21
/
+13
2023-12-22
xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_block
Christoph Hellwig
1
-8
/
+5
2023-12-22
xfs: reflow the tail end of xfs_rtallocate_extent_block
Christoph Hellwig
1
-21
/
+23
2023-12-22
xfs: invert a check in xfs_rtallocate_extent_block
Christoph Hellwig
1
-5
/
+4
2023-12-22
xfs: split xfs_rtmodify_summary_int
Christoph Hellwig
1
-51
/
+25
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
3
-18
/
+16
2023-12-22
xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+15
2023-12-22
xfs: indicate if xfs_bmap_adjacent changed ap->blkno
Christoph Hellwig
2
-6
/
+15
2023-12-22
xfs: reflow the tail end of xfs_bmap_rtalloc
Christoph Hellwig
1
-30
/
+30
2023-12-22
xfs: return -ENOSPC from xfs_rtallocate_*
Christoph Hellwig
2
-141
/
+71
2023-12-22
xfs: move xfs_bmap_rtalloc to xfs_rtalloc.c
Christoph Hellwig
3
-170
/
+133
2023-12-22
xfs: also use xfs_bmap_btalloc_accounting for RT allocations
Christoph Hellwig
3
-18
/
+17
2023-12-22
xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accounting
Christoph Hellwig
1
-10
/
+9
2023-12-22
xfs: turn the xfs_trans_mod_dquot_byino stub into an inline function
Christoph Hellwig
1
-1
/
+4
2023-12-22
xfs: consider minlen sized extents in xfs_rtallocate_extent_block
Christoph Hellwig
1
-1
/
+1
2023-12-22
xfs/health: cleanup, remove duplicated including
Wang Jinchao
1
-2
/
+0
2023-12-22
xfs: fix perag leak when growfs fails
Long Li
3
-11
/
+32
2023-12-22
xfs: add lock protection when remove perag from radix tree
Long Li
1
-0
/
+4
2023-12-15
xfs: repair quotas
Darrick J. Wong
10
-8
/
+628
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
9
-46
/
+319
2023-12-15
xfs: check dquot resource timers
Darrick J. Wong
1
-0
/
+21
2023-12-15
xfs: check the ondisk space mapping behind a dquot
Darrick J. Wong
1
-0
/
+58
2023-12-15
xfs: online repair of realtime bitmaps
Darrick J. Wong
6
-8
/
+245
2023-12-15
xfs: create a new inode fork block unmap helper
Darrick J. Wong
3
-24
/
+46
2023-12-15
xfs: repair the inode core and forks of a metadata inode
Darrick J. Wong
3
-4
/
+168
2023-12-15
xfs: always check the rtbitmap and rtsummary files
Darrick J. Wong
1
-2
/
+0
2023-12-15
xfs: check rt summary file geometry more thoroughly
Darrick J. Wong
1
-27
/
+110
2023-12-15
xfs: check rt bitmap file geometry more thoroughly
Darrick J. Wong
1
-15
/
+84
2023-12-15
xfs: repair problems in CoW forks
Darrick J. Wong
7
-1
/
+771
2023-12-15
xfs: create a ranged query function for refcount btrees
Darrick J. Wong
2
-0
/
+51
2023-12-15
xfs: refactor repair forcing tests into a repair.c helper
Darrick J. Wong
3
-13
/
+25
2023-12-15
xfs: repair inode fork block mapping data structures
Darrick J. Wong
17
-34
/
+1153
2023-12-15
xfs: skip the rmapbt search on an empty attr fork unless we know it was zapped
Darrick J. Wong
1
-22
/
+79
2023-12-15
xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
Darrick J. Wong
4
-4
/
+160
2023-12-15
xfs: abort directory parent scrub scans if we encounter a zapped directory
Darrick J. Wong
4
-0
/
+46
2023-12-15
xfs: zap broken inode forks
Darrick J. Wong
11
-46
/
+808
2023-12-15
xfs: repair inode records
Darrick J. Wong
7
-2
/
+1018
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
13
-12
/
+166
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2
-2
/
+2
2023-12-15
xfs: add missing nrext64 inode flag check to scrub
Darrick J. Wong
1
-0
/
+4
2023-12-15
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
7
-5
/
+55
2023-12-15
xfs: repair refcount btrees
Darrick J. Wong
12
-19
/
+856
2023-12-15
xfs: disable online repair quota helpers when quota not enabled
Darrick J. Wong
2
-0
/
+11
2023-12-15
xfs: repair inode btrees
Darrick J. Wong
11
-51
/
+1022
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
20
-21
/
+1224
2023-12-15
xfs: remove trivial bnobt/inobt scrub helpers
Darrick J. Wong
4
-46
/
+39
2023-12-15
xfs: roll the scrub transaction after completing a repair
Darrick J. Wong
1
-3
/
+6
[next]