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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-03
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
1
-1
/
+6
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-29
/
+148
2022-12-01
xfs: invalidate xfs_bufs when allocating cow extents
Darrick J. Wong
1
-1
/
+1
2022-12-01
xfs: get rid of assert from xfs_btree_islastblock
Guo Xuenan
1
-1
/
+0
2022-12-01
xfs: estimate post-merge refcounts correctly
Darrick J. Wong
1
-4
/
+21
2022-12-01
xfs: hoist refcount record merge predicates
Darrick J. Wong
1
-16
/
+113
2022-11-28
xfs: add debug knob to slow down write for fun
Darrick J. Wong
1
-1
/
+3
2022-11-28
xfs: add debug knob to slow down writeback for fun
Darrick J. Wong
1
-1
/
+3
2022-11-28
Merge tag 'xfs-iomap-stale-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
2
-9
/
+9
2022-11-29
xfs: drop write error injection is unfixable, remove it
Dave Chinner
1
-7
/
+5
2022-11-29
xfs: use iomap_valid method to detect stale cached iomaps
Dave Chinner
1
-2
/
+4
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
2022-11-16
xfs: fix sb write verify for lazysbcount
Long Li
1
-1
/
+3
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
3
-6
/
+6
2022-10-31
xfs: fix uninitialized list head in struct xfs_refcount_recovery
Darrick J. Wong
1
-4
/
+6
2022-10-31
xfs: fix agblocks check in the cow leftover recovery function
Darrick J. Wong
1
-1
/
+3
2022-10-31
xfs: check record domain when accessing refcount records
Darrick J. Wong
1
-12
/
+41
2022-10-31
xfs: remove XFS_FIND_RCEXT_SHARED and _COW
Darrick J. Wong
1
-31
/
+17
2022-10-31
xfs: refactor domain and refcount checking
Darrick J. Wong
2
-4
/
+13
2022-10-31
xfs: report refcount domain in tracepoints
Darrick J. Wong
1
-0
/
+4
2022-10-31
xfs: track cow/shared record domains explicitly in xfs_refcount_irec
Darrick J. Wong
4
-54
/
+141
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2
-20
/
+20
2022-10-31
xfs: check deferred refcount op continuation parameters
Darrick J. Wong
1
-2
/
+36
2022-10-31
xfs: create a predicate to verify per-AG extents
Darrick J. Wong
4
-17
/
+19
2022-10-31
xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
Darrick J. Wong
1
-3
/
+17
2022-10-31
xfs: refactor all the EFI/EFD log item sizeof logic
Darrick J. Wong
1
-0
/
+48
2022-10-31
xfs: fix memcpy fortify errors in EFI log format copying
Darrick J. Wong
1
-6
/
+6
2022-10-26
xfs: increase rename inode reservation
Allison Henderson
1
-2
/
+2
2022-10-20
xfs: fix exception caused by unexpected illegal bestcount in leaf dir
Guo Xuenan
1
-2
/
+7
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2
-2
/
+2
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
2
-22
/
+32
2022-10-04
xfs: trim the mapp array accordingly in xfs_da_grow_inode_int
Shida Zhang
1
-1
/
+1
2022-09-19
xfs: Remove the unneeded result variable
ye xingchen
1
-3
/
+1
2022-09-19
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
Zeng Heng
2
-3
/
+3
2022-08-10
xfs: fix inode reservation space for removing transaction
hexiaole
1
-1
/
+1
2022-07-22
xfs: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-20
xfs: don't leak memory when attr fork loading fails
Darrick J. Wong
2
-5
/
+1
2022-07-20
xfs: delete unnecessary NULL checks
Dan Carpenter
1
-2
/
+1
2022-07-20
xfs: fix comment for start time value of inode with bigtime enabled
Xiaole He
1
-1
/
+1
2022-07-14
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...
Darrick J. Wong
13
-144
/
+127
2022-07-14
Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...
Darrick J. Wong
1
-5
/
+10
2022-07-14
Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
3
-15
/
+2
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
2
-14
/
+0
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
1
-1
/
+2
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
8
-30
/
+17
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
5
-9
/
+8
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
6
-12
/
+2
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
7
-50
/
+63
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
9
-58
/
+52
[next]