index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
xfs: drop write error injection is unfixable, remove it
Dave Chinner
3
-23
/
+25
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
5
-27
/
+87
2022-11-29
xfs: xfs_bmap_punch_delalloc_range() should take a byte range
Dave Chinner
4
-21
/
+15
2022-11-23
xfs,iomap: move delalloc punching to iomap
Dave Chinner
1
-39
/
+8
2022-11-23
xfs: use byte ranges for write cleanup ranges
Dave Chinner
1
-15
/
+25
2022-11-23
xfs: punching delalloc extents on write failure is racy
Dave Chinner
1
-18
/
+23
2022-11-21
xfs: fix incorrect i_nlink caused by inode racing
Long Li
1
-0
/
+6
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
3
-3
/
+3
2022-11-16
xfs: Print XFS UUID on mount and umount events.
Lukas Herbolt
2
-5
/
+7
2022-11-16
xfs: fix sb write verify for lazysbcount
Long Li
2
-1
/
+18
2022-11-16
xfs: fix incorrect error-out in xfs_remove
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: check inode core when scrubbing metadata files
Darrick J. Wong
1
-6
/
+34
2022-11-16
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: teach scrub to flag non-extents format cow forks
Darrick J. Wong
1
-0
/
+2
2022-11-16
xfs: check that CoW fork extents are not shared
Darrick J. Wong
1
-0
/
+2
2022-11-16
xfs: check quota files for unwritten extents
Darrick J. Wong
1
-2
/
+4
2022-11-16
xfs: block map scrub should handle incore delalloc reservations
Darrick J. Wong
1
-19
/
+36
2022-11-16
xfs: teach scrub to check for adjacent bmaps when rmap larger than bmap
Darrick J. Wong
1
-2
/
+72
2022-11-16
xfs: fix perag loop in xchk_bmap_check_rmaps
Darrick J. Wong
1
-7
/
+7
2022-11-16
xfs: online checking of the free rt extent count
Darrick J. Wong
2
-10
/
+84
2022-11-16
xfs: skip fscounters comparisons when the scan is incomplete
Darrick J. Wong
1
-1
/
+20
2022-11-16
xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file
Darrick J. Wong
2
-4
/
+4
2022-11-16
xfs: load rtbitmap and rtsummary extent mapping btrees at mount time
Darrick J. Wong
1
-4
/
+52
2022-11-16
xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
Darrick J. Wong
1
-2
/
+2
2022-11-16
xfs: don't retry repairs harder when EAGAIN is returned
Darrick J. Wong
1
-1
/
+5
2022-11-16
xfs: fix return code when fatal signal encountered during dquot scrub
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: return EINTR when a fatal signal terminates scrub
Darrick J. Wong
1
-1
/
+1
2022-11-16
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
8
-24
/
+24
2022-11-16
xfs: initialize the check_owner object fully
Darrick J. Wong
1
-1
/
+4
2022-11-16
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
4
-7
/
+15
2022-11-16
xfs: make AGFL repair function avoid crosslinked blocks
Darrick J. Wong
1
-12
/
+66
2022-11-16
xfs: log the AGI/AGF buffers when rolling transactions during an AG repair
Darrick J. Wong
1
-9
/
+21
2022-11-16
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
5
-33
/
+35
2022-11-16
xfs: fully initialize xfs_da_args in xchk_directory_blocks
Darrick J. Wong
1
-4
/
+6
2022-11-07
xfs: write page faults in iomap are not buffered writes
Dave Chinner
3
-1
/
+11
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
3
-6
/
+6
2022-10-31
xfs: fix uninitialized list head in struct xfs_refcount_recovery
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: fix agblocks check in the cow leftover recovery function
Darrick J. Wong
1
-1
/
+3
2022-10-31
xfs: check record domain when accessing refcount records
Darrick J. Wong
2
-14
/
+43
2022-10-31
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
Darrick J. Wong
1
-31
/
+17
2022-10-31
xfs: refactor domain and refcount checking
Darrick J. Wong
3
-10
/
+17
2022-10-31
xfs: report refcount domain in tracepoints
Darrick J. Wong
2
-9
/
+43
2022-10-31
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
5
-67
/
+151
2022-10-31
xfs: refactor refcount record usage in xchk_refcountbt_rec
Darrick J. Wong
1
-30
/
+24
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2
-20
/
+20
2022-10-31
xfs: check deferred refcount op continuation parameters
Darrick J. Wong
1
-2
/
+36
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
7
-26
/
+24
2022-10-31
xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
Darrick J. Wong
1
-3
/
+17
2022-10-31
xfs: dump corrupt recovered log intent items to dmesg consistently
Darrick J. Wong
5
-20
/
+43
2022-10-31
xfs: actually abort log recovery on corrupt intent-done log items
Darrick J. Wong
2
-5
/
+21
[prev]
[next]