index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
1
-12
/
+4
2021-08-18
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
6
-7
/
+7
2021-08-18
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
7
-19
/
+22
2021-08-18
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
6
-30
/
+31
2021-08-09
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2
-9
/
+8
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
8
-44
/
+56
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
1
-4
/
+5
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
1
-0
/
+7
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-1
/
+1
2021-07-15
xfs: detect misaligned rtinherit directory extent size hints
Darrick J. Wong
1
-2
/
+16
2021-07-02
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
12
-74
/
+75
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-7
/
+8
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
12
-74
/
+75
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
7
-10
/
+15
2021-06-02
xfs: use perag for ialloc btree cursors
Dave Chinner
2
-5
/
+4
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
2
-6
/
+6
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
3
-6
/
+6
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
4
-11
/
+9
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
[next]