index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
4
-18
/
+21
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
1
-2
/
+2
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
1
-5
/
+8
2021-06-02
xfs: make for_each_perag... a first class citizen
Dave Chinner
1
-25
/
+15
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
6
-3
/
+6
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
6
-7
/
+8
2021-05-20
xfs: fix deadlock retry tracepoint arguments
Darrick J. Wong
1
-1
/
+3
2021-05-06
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+45
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
23
-182
/
+167
2021-04-29
xfs: count free space btree blocks when scrubbing pre-lazysbcount fses
Darrick J. Wong
1
-1
/
+38
2021-04-29
xfs: don't check agf_btreeblks on pre-lazysbcount filesystems
Darrick J. Wong
2
-2
/
+8
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-5
/
+1
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
1
-1
/
+1
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-5
/
+4
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
19
-93
/
+61
2021-04-09
xfs: fix scrub and remount-ro protection when running scrub
Darrick J. Wong
3
-14
/
+32
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-2
/
+2
2021-04-07
xfs: scrub: Disable check for unoptimized data fork bmbt node
Chandan Babu R
1
-2
/
+28
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
4
-6
/
+6
2021-04-07
xfs: split xfs_imap_to_bp
Christoph Hellwig
1
-2
/
+1
2021-04-07
xfs: scrub: Remove incorrect check executed on block format directories
Chandan Babu R
1
-9
/
+0
2021-03-25
xfs: remove return value from xchk_ag_btcur_init
Darrick J. Wong
3
-17
/
+7
2021-03-25
xfs: set the scrub AG number in xchk_ag_read_headers
Darrick J. Wong
3
-23
/
+14
2021-03-25
xfs: mark a data structure sick if there are cross-referencing errors
Darrick J. Wong
1
-1
/
+2
2021-03-25
xfs: bail out of scrub immediately if scan incomplete
Darrick J. Wong
1
-1
/
+1
2021-03-25
xfs: fix dquot scrub loop cancellation
Darrick J. Wong
1
-2
/
+4
2021-03-25
xfs: fix uninitialized variables in xrep_calc_ag_resblks
Darrick J. Wong
1
-1
/
+5
2021-02-03
xfs: rename block gc start and stop functions
Darrick J. Wong
1
-2
/
+2
2020-12-09
xfs: don't catch dax+reflink inodes as corruption in verifier
Eric Sandeen
1
-4
/
+0
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
3
-21
/
+0
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
1
-0
/
+4
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
2
-10
/
+2
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
1
-4
/
+1
2020-12-09
xfs: scrub should mark a directory corrupt if any entries cannot be iget'd
Darrick J. Wong
1
-3
/
+18
2020-12-09
xfs: fix parent pointer scrubber bailing out on unallocated inodes
Darrick J. Wong
1
-5
/
+5
2020-11-18
xfs: directory scrub should check the null bestfree entries too
Darrick J. Wong
1
-4
/
+17
2020-11-18
xfs: strengthen rmap record flags checking
Darrick J. Wong
1
-4
/
+4
2020-11-18
xfs: fix the minrecs logic when dealing with inode root child blocks
Darrick J. Wong
1
-18
/
+27
2020-11-10
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
1
-5
/
+3
2020-11-10
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
1
-0
/
+2
2020-11-04
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
1
-2
/
+1
2020-09-23
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
1
-0
/
+14
2020-09-15
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
1
-1
/
+1
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
1
-5
/
+11
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
1
-8
/
+17
2020-09-15
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
1
-0
/
+24
2020-09-15
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
1
-0
/
+30
2020-07-28
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
1
-3
/
+1
2020-07-28
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
3
-7
/
+9
[prev]
[next]