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