index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2023-06-05
8
-37
/
+60
*
xfs: validate block number being freed before adding to xefi
Dave Chinner
2023-06-05
8
-23
/
+62
*
xfs: validity check agbnos on the AGFL
Dave Chinner
2023-06-05
1
-0
/
+3
*
xfs: fix agf/agfl verification on v4 filesystems
Dave Chinner
2023-06-05
1
-17
/
+42
*
xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()
Dave Chinner
2023-06-05
1
-1
/
+0
*
xfs: fix broken logic when detecting mergeable bmap records
Darrick J. Wong
2023-06-05
1
-12
/
+13
*
xfs: Fix undefined behavior of shift into sign bit
Geert Uytterhoeven
2023-06-05
1
-4
/
+4
*
xfs: fix AGF vs inode cluster buffer deadlock
Dave Chinner
2023-06-05
4
-106
/
+166
*
xfs: defered work could create precommits
Dave Chinner
2023-06-05
1
-0
/
+5
*
xfs: restore allocation trylock iteration
Dave Chinner
2023-06-05
1
-6
/
+7
*
xfs: buffer pins need to hold a buffer reference
Dave Chinner
2023-06-05
1
-23
/
+65
*
Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-05-11
14
-63
/
+65
|
\
|
*
xfs: fix xfs_inodegc_stop racing with mod_delayed_work
Darrick J. Wong
2023-05-02
1
-5
/
+27
|
*
xfs: disable reaping in fscounters scrub
Darrick J. Wong
2023-05-02
6
-39
/
+6
|
*
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
2023-05-02
3
-0
/
+8
|
*
xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
Darrick J. Wong
2023-05-02
1
-2
/
+4
|
*
xfs: fix negative array access in xfs_getbmap
Darrick J. Wong
2023-05-02
1
-1
/
+3
|
*
xfs: don't allocate into the data fork for an unshare request
Darrick J. Wong
2023-05-02
1
-2
/
+3
|
*
xfs: flush dirty data and drain directios before scrubbing cow fork
Darrick J. Wong
2023-05-02
1
-2
/
+2
|
*
xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
Darrick J. Wong
2023-05-02
1
-10
/
+9
|
*
xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
Darrick J. Wong
2023-05-02
1
-2
/
+3
*
|
Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-04-29
81
-1887
/
+5199
|
\
|
|
*
xfs: fix livelock in delayed allocation at ENOSPC
Dave Chinner
2023-04-27
1
-1
/
+0
|
*
xfs: fix duplicate includes
Dave Chinner
2023-04-20
1
-3
/
+1
|
*
Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...
Dave Chinner
2023-04-14
5
-102
/
+185
|
|
\
|
|
*
xfs: deprecate the ascii-ci feature
Darrick J. Wong
2023-04-11
2
-0
/
+40
|
|
*
xfs: test the ascii case-insensitive hash
Darrick J. Wong
2023-04-11
1
-100
/
+111
|
|
*
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
2023-04-11
2
-2
/
+34
|
*
|
Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...
Dave Chinner
2023-04-14
5
-2
/
+411
|
|
\
|
|
|
*
xfs: cross-reference rmap records with refcount btrees
Darrick J. Wong
2023-04-11
1
-0
/
+23
|
|
*
xfs: cross-reference rmap records with inode btrees
Darrick J. Wong
2023-04-11
1
-0
/
+35
|
|
*
xfs: cross-reference rmap records with free space btrees
Darrick J. Wong
2023-04-11
3
-0
/
+102
|
|
*
xfs: cross-reference rmap records with ag btrees
Darrick J. Wong
2023-04-11
4
-2
/
+202
|
|
*
xfs: introduce bitmap type for AG blocks
Darrick J. Wong
2023-04-11
2
-0
/
+49
|
*
|
Merge tag 'repair-bitmap-rework-6.4_2023-04-11' of git://git.kernel.org/pub/s...
Dave Chinner
2023-04-14
4
-245
/
+358
|
|
\
|
|
|
*
xfs: convert xbitmap to interval tree
Darrick J. Wong
2023-04-11
3
-157
/
+185
|
|
*
xfs: drop the _safe behavior from the xbitmap foreach macro
Darrick J. Wong
2023-04-11
1
-9
/
+8
|
|
*
xfs: remove the for_each_xbitmap_ helpers
Darrick J. Wong
2023-04-11
4
-94
/
+180
|
*
|
Merge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04-11' of git://git.kernel.or...
Dave Chinner
2023-04-14
4
-140
/
+239
|
|
\
|
|
|
*
xfs: don't load local xattr values during scrub
Darrick J. Wong
2023-04-11
1
-0
/
+8
|
|
*
xfs: only allocate free space bitmap for xattr scrub if needed
Darrick J. Wong
2023-04-11
1
-3
/
+28
|
|
*
xfs: clean up xattr scrub initialization
Darrick J. Wong
2023-04-11
1
-17
/
+17
|
|
*
xfs: check used space of shortform xattr structures
Darrick J. Wong
2023-04-11
2
-5
/
+76
|
|
*
xfs: move xattr scrub buffer allocation to top level function
Darrick J. Wong
2023-04-11
1
-8
/
+7
|
|
*
xfs: remove flags argument from xchk_setup_xattr_buf
Darrick J. Wong
2023-04-11
1
-10
/
+8
|
|
*
xfs: split valuebuf from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-11
2
-64
/
+46
|
|
*
xfs: split usedmap from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-11
2
-35
/
+26
|
|
*
xfs: split freemap from xchk_xattr_buf.buf
Darrick J. Wong
2023-04-11
4
-19
/
+49
|
|
*
xfs: remove unnecessary dstmap in xattr scrubber
Darrick J. Wong
2023-04-11
2
-15
/
+4
|
|
*
xfs: don't shadow @leaf in xchk_xattr_block
Darrick J. Wong
2023-04-11
1
-3
/
+3
[next]