index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix deadlock retry tracepoint arguments
Darrick J. Wong
2021-05-20
1
-1
/
+3
*
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-05-07
2
-2
/
+45
|
\
|
*
xfs: count free space btree blocks when scrubbing pre-lazysbcount fses
Darrick J. Wong
2021-04-29
1
-1
/
+38
|
*
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
2021-04-29
2
-2
/
+8
*
|
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-04-29
23
-182
/
+167
|
\
|
|
*
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
1
-5
/
+1
|
*
xfs: remove XFS_IFINLINE
Christoph Hellwig
2021-04-15
1
-1
/
+1
|
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-5
/
+4
|
*
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2021-04-09
19
-93
/
+61
|
*
xfs: fix scrub and remount-ro protection when running scrub
Darrick J. Wong
2021-04-09
3
-14
/
+32
|
*
xfs: scrub: Disable check for unoptimized data fork bmbt node
Chandan Babu R
2021-04-07
1
-2
/
+28
|
*
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
|
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
4
-6
/
+6
|
*
xfs: split xfs_imap_to_bp
Christoph Hellwig
2021-04-07
1
-2
/
+1
|
*
xfs: scrub: Remove incorrect check executed on block format directories
Chandan Babu R
2021-04-07
1
-9
/
+0
|
*
xfs: remove return value from xchk_ag_btcur_init
Darrick J. Wong
2021-03-26
3
-17
/
+7
|
*
xfs: set the scrub AG number in xchk_ag_read_headers
Darrick J. Wong
2021-03-26
3
-23
/
+14
|
*
xfs: mark a data structure sick if there are cross-referencing errors
Darrick J. Wong
2021-03-26
1
-1
/
+2
|
*
xfs: bail out of scrub immediately if scan incomplete
Darrick J. Wong
2021-03-26
1
-1
/
+1
|
*
xfs: fix dquot scrub loop cancellation
Darrick J. Wong
2021-03-26
1
-2
/
+4
|
*
xfs: fix uninitialized variables in xrep_calc_ag_resblks
Darrick J. Wong
2021-03-26
1
-1
/
+5
*
|
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-09
1
-2
/
+2
|
/
*
xfs: rename block gc start and stop functions
Darrick J. Wong
2021-02-03
1
-2
/
+2
*
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
2020-12-09
1
-4
/
+0
*
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
2020-12-09
3
-21
/
+0
*
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
1
-0
/
+4
*
xfs: refactor realtime volume extent validation
Darrick J. Wong
2020-12-09
2
-10
/
+2
*
xfs: refactor data device extent validation
Darrick J. Wong
2020-12-09
1
-4
/
+1
*
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
2020-12-09
1
-3
/
+18
*
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
2020-12-09
1
-5
/
+5
*
xfs: directory scrub should check the null bestfree entries too
Darrick J. Wong
2020-11-18
1
-4
/
+17
*
xfs: strengthen rmap record flags checking
Darrick J. Wong
2020-11-18
1
-4
/
+4
*
xfs: fix the minrecs logic when dealing with inode root child blocks
Darrick J. Wong
2020-11-18
1
-18
/
+27
*
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
2020-11-11
1
-5
/
+3
*
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
2020-11-11
1
-0
/
+2
*
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
2020-11-04
1
-2
/
+1
*
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
2020-09-23
1
-0
/
+14
*
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
2020-09-16
1
-1
/
+1
*
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-16
1
-5
/
+11
*
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2020-09-16
1
-8
/
+17
*
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
2020-09-16
1
-0
/
+24
*
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
2020-09-16
1
-0
/
+30
*
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
2020-07-29
1
-3
/
+1
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-29
3
-7
/
+9
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-29
2
-6
/
+6
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-29
1
-8
/
+0
*
xfs: stop using q_core counters in the quota code
Darrick J. Wong
2020-07-29
1
-12
/
+6
*
xfs: stop using q_core limits in the quota code
Darrick J. Wong
2020-07-29
1
-24
/
+12
*
xfs: stop using q_core.d_id in the quota code
Darrick J. Wong
2020-07-29
1
-7
/
+12
*
xfs: rtbitmap scrubber should check inode size
Darrick J. Wong
2020-07-07
1
-0
/
+7
[next]