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
/
repair.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
2023-04-11
1
-48
/
+56
*
xfs: scrub should use ECHRNG to signal that the drain is needed
Darrick J. Wong
2023-04-11
1
-0
/
+3
*
xfs: update copyright years for scrub/ files
Darrick J. Wong
2023-04-11
1
-1
/
+1
*
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
2023-04-11
1
-2
/
+2
*
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
2023-04-11
1
-1
/
+2
*
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
1
-3
/
+1
*
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
1
-1
/
+2
*
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
1
-1
/
+1
*
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: 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
1
-5
/
+6
*
xfs: fix for variable set but not used warning
sunliming
2022-07-20
1
-3
/
+1
*
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: replace xfs_ag_block_count() with perag accesses
Dave Chinner
2022-07-07
1
-4
/
+4
*
|
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
2022-07-07
1
-6
/
+3
*
|
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
1
-2
/
+3
*
|
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
2022-07-07
1
-1
/
+1
|
/
*
xfs: fix quotaoff mutex usage now that we don't support disabling it
Darrick J. Wong
2021-12-21
1
-0
/
+3
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-6
/
+6
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-18
1
-1
/
+1
*
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-18
1
-9
/
+9
*
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-07-02
1
-6
/
+8
|
\
|
*
xfs: convert rmap btree cursor to using a perag
Dave Chinner
2021-06-02
1
-5
/
+5
|
*
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
1
-2
/
+3
|
*
xfs: pass perags through to the busy extent code
Dave Chinner
2021-06-02
1
-2
/
+2
|
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-0
/
+1
*
|
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
1
-1
/
+1
|
/
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
1
-3
/
+2
*
xfs: fix uninitialized variables in xrep_calc_ag_resblks
Darrick J. Wong
2021-03-25
1
-1
/
+5
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-2
/
+2
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-3
/
+3
*
xfs: rename xfs_bitmap to xbitmap
Darrick J. Wong
2020-03-18
1
-8
/
+8
*
xfs: xrep_reap_extents should not destroy the bitmap
Darrick J. Wong
2020-03-18
1
-3
/
+1
*
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
2020-03-11
1
-3
/
+5
*
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
2020-01-26
1
-2
/
+0
*
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
2020-01-26
1
-2
/
+6
*
xfs: remove all *_ITER_ABORT values
Darrick J. Wong
2019-08-29
1
-2
/
+2
*
xfs: log proper length of btree block in scrub/repair
Eric Sandeen
2019-08-28
1
-1
/
+1
*
xfs: create iterator error codes
Darrick J. Wong
2019-07-02
1
-2
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-8
/
+0
*
xfs: remove unused flag arguments
Eric Sandeen
2019-06-12
1
-1
/
+1
*
xfs: fix broken bhold behavior in xrep_roll_ag_trans
Darrick J. Wong
2019-04-26
1
-17
/
+8
*
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
2019-04-16
1
-3
/
+2
*
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
2019-04-16
1
-2
/
+2
*
xfs: use buf ops magic to detect btree block type
Darrick J. Wong
2019-02-11
1
-1
/
+2
*
xfs: set buffer ops when repair probes for btree type
Darrick J. Wong
2019-02-03
1
-3
/
+8
[next]