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: resolve fork names in trace output
Darrick J. Wong
2021-08-19
1
-8
/
+8
*
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2021-08-19
1
-4
/
+4
*
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2021-08-19
1
-3
/
+3
*
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-1
/
+1
*
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-12
/
+12
*
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-17
/
+17
*
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2021-08-19
1
-4
/
+4
*
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
2021-08-19
1
-12
/
+4
*
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
2021-08-19
6
-7
/
+7
*
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
2021-08-19
7
-19
/
+22
*
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-19
6
-30
/
+31
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-10
2
-9
/
+8
*
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
8
-44
/
+56
*
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
1
-4
/
+5
*
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
1
-0
/
+7
*
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
1
-1
/
+1
*
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
2021-07-15
1
-2
/
+16
*
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-07-02
12
-74
/
+75
|
\
|
*
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
2021-06-08
12
-74
/
+75
|
|
\
|
|
*
xfs: remove agno from btree cursor
Dave Chinner
2021-06-02
7
-10
/
+15
|
|
*
xfs: use perag for ialloc btree cursors
Dave Chinner
2021-06-02
2
-5
/
+4
|
|
*
xfs: convert allocbt cursors to use perags
Dave Chinner
2021-06-02
2
-6
/
+6
|
|
*
xfs: convert refcount btree cursor to use perags
Dave Chinner
2021-06-02
3
-6
/
+6
|
|
*
xfs: convert rmap btree cursor to using a perag
Dave Chinner
2021-06-02
4
-11
/
+9
|
|
*
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
4
-18
/
+21
|
|
*
xfs: pass perags through to the busy extent code
Dave Chinner
2021-06-02
1
-2
/
+2
|
|
*
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
2021-06-02
1
-5
/
+8
|
|
*
xfs: make for_each_perag... a first class citizen
Dave Chinner
2021-06-02
1
-25
/
+15
|
|
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
6
-3
/
+6
*
|
|
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2021-06-29
6
-7
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-26
6
-7
/
+8
|
|
/
*
/
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
[prev]
[next]