index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
5
-20
/
+23
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
8
-50
/
+32
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-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-12-09
xfs: trace log intent item recovery failures
Darrick J. Wong
2
-1
/
+22
2020-12-09
xfs: validate feature support when recovering rmap/refcount intents
Darrick J. Wong
2
-0
/
+6
2020-12-09
xfs: improve the code that checks recovered extent-free intent items
Darrick J. Wong
1
-8
/
+7
2020-12-09
xfs: hoist recovered extent-free intent checks out of xfs_efi_item_recover
Darrick J. Wong
1
-8
/
+25
2020-12-09
xfs: improve the code that checks recovered refcount intent items
Darrick J. Wong
1
-12
/
+11
2020-12-09
xfs: hoist recovered refcount intent checks out of xfs_cui_item_recover
Darrick J. Wong
1
-21
/
+38
2020-12-09
xfs: improve the code that checks recovered rmap intent items
Darrick J. Wong
1
-12
/
+18
2020-12-09
xfs: hoist recovered rmap intent checks out of xfs_rui_item_recover
Darrick J. Wong
1
-25
/
+42
2020-12-09
xfs: improve the code that checks recovered bmap intent items
Darrick J. Wong
1
-13
/
+13
2020-12-09
xfs: hoist recovered bmap intent checks out of xfs_bui_item_recover
Darrick J. Wong
1
-27
/
+47
2020-12-09
xfs: enable the needsrepair feature
Darrick J. Wong
1
-1
/
+2
2020-12-09
xfs: define a new "needrepair" feature
Darrick J. Wong
2
-0
/
+14
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
2
-27
/
+32
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
1
-5
/
+2
2020-11-19
xfs: revert "xfs: fix rmap key and record comparison functions"
Darrick J. Wong
1
-8
/
+8
2020-11-19
xfs: don't allow NOWAIT DIO across extent boundaries
Dave Chinner
1
-0
/
+29
2020-11-18
xfs: return corresponding errcode if xfs_initialize_perag() fail
Yu Kuai
1
-3
/
+8
2020-11-18
xfs: ensure inobt record walks always make forward progress
Darrick J. Wong
1
-3
/
+24
2020-11-18
xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
Gao Xiang
1
-1
/
+7
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-11
xfs: fix a missing unlock on error in xfs_fs_map_blocks
Christoph Hellwig
1
-1
/
+1
2020-11-10
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
1
-5
/
+3
2020-11-10
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
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-10
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-11-04
xfs: only flush the unshared range in xfs_reflink_unshare
Darrick J. Wong
1
-1
/
+2
2020-11-04
xfs: fix scrub flagging rtinherit even if there is no rt device
Darrick J. Wong
1
-2
/
+1
2020-11-04
xfs: fix missing CoW blocks writeback conversion retry
Darrick J. Wong
1
-2
/
+4
2020-11-04
iomap: support partial page discard on writeback block mapping failure
Brian Foster
1
-6
/
+8
2020-11-04
xfs: flush new eof page on truncate to avoid post-eof corruption
Brian Foster
1
-0
/
+10
2020-10-29
xfs: set xefi_discard when creating a deferred agfl free log intent item
Darrick J. Wong
2
-1
/
+2
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-10-24
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2020-10-23
Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-18
/
+54
2020-10-21
xfs: cancel intents immediately if process_intents fails
Darrick J. Wong
1
-0
/
+8
2020-10-21
xfs: fix fallocate functions when rtextsize is larger than 1
Darrick J. Wong
3
-18
/
+46
2020-10-19
Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
36
-508
/
+992
2020-10-16
xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=n
Darrick J. Wong
1
-0
/
+1
2020-10-16
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
1
-7
/
+4
2020-10-14
Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
59
-746
/
+1183
2020-10-13
xfs: annotate grabbing the realtime bitmap/summary locks in growfs
Darrick J. Wong
1
-2
/
+2
2020-10-13
xfs: make xfs_growfs_rt update secondary superblocks
Darrick J. Wong
1
-1
/
+7
2020-10-13
xfs: fix realtime bitmap/summary file truncation when growing rt volume
Darrick J. Wong
1
-2
/
+8
[prev]
[next]