index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: check inode core when scrubbing metadata files
Darrick J. Wong
2022-11-16
1
-6
/
+34
*
xfs: don't warn about files that are exactly s_maxbytes long
Darrick J. Wong
2022-11-16
1
-1
/
+1
*
xfs: teach scrub to flag non-extents format cow forks
Darrick J. Wong
2022-11-16
1
-0
/
+2
*
xfs: check that CoW fork extents are not shared
Darrick J. Wong
2022-11-16
1
-0
/
+2
*
xfs: check quota files for unwritten extents
Darrick J. Wong
2022-11-16
1
-2
/
+4
*
xfs: block map scrub should handle incore delalloc reservations
Darrick J. Wong
2022-11-16
1
-19
/
+36
*
xfs: teach scrub to check for adjacent bmaps when rmap larger than bmap
Darrick J. Wong
2022-11-16
1
-2
/
+72
*
xfs: fix perag loop in xchk_bmap_check_rmaps
Darrick J. Wong
2022-11-16
1
-7
/
+7
*
xfs: online checking of the free rt extent count
Darrick J. Wong
2022-11-16
2
-10
/
+84
*
xfs: skip fscounters comparisons when the scan is incomplete
Darrick J. Wong
2022-11-16
1
-1
/
+20
*
xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
Darrick J. Wong
2022-11-16
1
-2
/
+2
*
xfs: don't retry repairs harder when EAGAIN is returned
Darrick J. Wong
2022-11-16
1
-1
/
+5
*
xfs: fix return code when fatal signal encountered during dquot scrub
Darrick J. Wong
2022-11-16
1
-1
/
+1
*
xfs: return EINTR when a fatal signal terminates scrub
Darrick J. Wong
2022-11-16
1
-1
/
+1
*
xfs: pivot online scrub away from kmem.[ch]
Darrick J. Wong
2022-11-16
8
-24
/
+24
*
xfs: initialize the check_owner object fully
Darrick J. Wong
2022-11-16
1
-1
/
+4
*
xfs: standardize GFP flags usage in online scrub
Darrick J. Wong
2022-11-16
4
-7
/
+15
*
xfs: make AGFL repair function avoid crosslinked blocks
Darrick J. Wong
2022-11-16
1
-12
/
+66
*
xfs: log the AGI/AGF buffers when rolling transactions during an AG repair
Darrick J. Wong
2022-11-16
1
-9
/
+21
*
xfs: don't track the AGFL buffer in the scrub AG context
Darrick J. Wong
2022-11-16
5
-33
/
+35
*
xfs: fully initialize xfs_da_args in xchk_directory_blocks
Darrick J. Wong
2022-11-16
1
-4
/
+6
*
xfs: check record domain when accessing refcount records
Darrick J. Wong
2022-10-31
1
-2
/
+2
*
xfs: refactor domain and refcount checking
Darrick J. Wong
2022-10-31
1
-6
/
+4
*
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
2022-10-31
1
-13
/
+10
*
xfs: refactor refcount record usage in xchk_refcountbt_rec
Darrick J. Wong
2022-10-31
1
-30
/
+24
*
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
2022-10-31
3
-9
/
+5
*
Merge tag 'xfs-6.1-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-10-10
1
-1
/
+1
|
\
|
*
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
2022-10-04
1
-1
/
+1
*
|
Change calling conventions for filldir_t
Al Viro
2022-08-17
2
-6
/
+6
|
/
*
xfs: fix for variable set but not used warning
sunliming
2022-07-20
1
-3
/
+1
*
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...
Darrick J. Wong
2022-07-14
6
-14
/
+14
|
\
|
*
xfs: replace inode fork size macros with functions
Darrick J. Wong
2022-07-12
1
-2
/
+2
|
*
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-12
1
-1
/
+1
|
*
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-09
5
-11
/
+11
*
|
Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...
Darrick J. Wong
2022-07-14
1
-6
/
+9
|
\
\
|
|
/
|
/
|
|
*
xfs: rework xfs_buf_incore() API
Dave Chinner
2022-07-07
1
-6
/
+9
*
|
xfs: make is_log_ag() a first class helper
Dave Chinner
2022-07-07
2
-0
/
+4
*
|
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
2022-07-07
2
-8
/
+6
*
|
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
3
-12
/
+9
*
|
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
6
-29
/
+23
*
|
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
2022-07-07
2
-2
/
+2
*
|
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
2022-07-07
1
-2
/
+2
*
|
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
2022-07-07
1
-3
/
+3
*
|
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-07-07
5
-9
/
+8
*
|
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
2022-07-07
3
-3
/
+3
|
/
*
xfs: implement per-mount warnings for scrub and shrink usage
Darrick J. Wong
2022-05-27
1
-15
/
+2
*
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
1
-0
/
+2
*
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
2022-04-27
1
-20
/
+4
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
2
-10
/
+12
|
\
|
*
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
1
-8
/
+10
[next]