index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
xfs: remove struct xfs_attr_shortform
Christoph Hellwig
2
-7
/
+6
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
3
-12
/
+6
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
1
-1
/
+1
2023-12-22
xfs/health: cleanup, remove duplicated including
Wang Jinchao
1
-2
/
+0
2023-12-15
xfs: repair quotas
Darrick J. Wong
7
-5
/
+618
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
5
-9
/
+312
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
5
-8
/
+241
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
6
-1
/
+770
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
7
-4
/
+950
2023-12-15
xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
Darrick J. Wong
4
-4
/
+160
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: 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
2
-4
/
+751
2023-12-15
xfs: repair inode records
Darrick J. Wong
6
-2
/
+1017
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
6
-10
/
+101
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
1
-1
/
+1
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: disable online repair quota helpers when quota not enabled
Darrick J. Wong
2
-0
/
+11
2023-12-15
xfs: repair refcount btrees
Darrick J. Wong
5
-12
/
+810
2023-12-15
xfs: repair inode btrees
Darrick J. Wong
8
-37
/
+1001
2023-12-15
xfs: repair free space btrees
Darrick J. Wong
11
-13
/
+1173
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
2023-12-15
xfs: move the per-AG datatype bitmaps to separate files
Darrick J. Wong
7
-150
/
+174
2023-12-15
xfs: create separate structures and code for u32 bitmaps
Darrick J. Wong
4
-166
/
+458
2023-12-15
xfs: constrain dirty buffers while formatting a staged btree
Darrick J. Wong
1
-0
/
+1
2023-12-15
xfs: add debug knobs to control btree bulk load slack factors
Darrick J. Wong
1
-3
/
+8
2023-12-15
xfs: fix an off-by-one error in xreap_agextent_binval
Darrick J. Wong
1
-1
/
+1
2023-12-07
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
1
-0
/
+5
2023-12-07
xfs: log EFIs for all btree blocks being used to stage a btree
Darrick J. Wong
2
-8
/
+29
2023-12-07
xfs: implement block reservation accounting for btrees we're staging
Darrick J. Wong
3
-0
/
+594
2023-12-07
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2023-12-07
xfs: make xchk_iget safer in the presence of corrupt inode btrees
Darrick J. Wong
3
-4
/
+31
2023-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
1
-1
/
+1
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
1
-3
/
+2
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
1
-2
/
+2
2023-10-19
xfs: consolidate realtime allocation arguments
Dave Chinner
1
-1
/
+5
2023-10-19
xfs: use accessor functions for summary info words
Darrick J. Wong
3
-15
/
+28
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
1
-4
/
+3
2023-10-18
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-6
/
+8
2023-10-18
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-1
/
+1
2023-10-18
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
1
-9
/
+5
[next]