index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-06-29
5
-14
/
+19
|
\
|
*
xfs: fix ag count overflow during growfs
Long Li
2023-06-13
2
-4
/
+11
|
*
xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2023-06-13
2
-3
/
+1
|
*
xfs: drop EXPERIMENTAL tag for large extent counts
Darrick J. Wong
2023-06-13
1
-4
/
+0
|
*
xfs: don't deplete the reserve pool when trying to shrink the fs
Darrick J. Wong
2023-06-13
1
-3
/
+7
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-6
/
+0
|
\
\
|
*
|
iomap: update ki_pos in iomap_file_buffered_write
Christoph Hellwig
2023-06-10
1
-2
/
+0
|
*
|
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-10
1
-4
/
+0
*
|
|
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-28
2
-2
/
+2
|
\
\
\
|
*
|
|
overflow: Add struct_size_t() helper
Kees Cook
2023-05-26
2
-2
/
+2
|
|
/
/
*
|
|
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
3
-8
/
+33
|
\
\
\
|
*
|
|
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-1
/
+1
|
*
|
|
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-7
/
+8
|
*
|
|
xfs: wire up the ->mark_dead holder operation for log and RT devices
Christoph Hellwig
2023-06-05
1
-1
/
+12
|
*
|
|
xfs: wire up sops->shutdown
Christoph Hellwig
2023-06-05
3
-1
/
+14
|
*
|
|
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
|
|
|
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
2
-2
/
+30
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
xfs: Provide a splice-read wrapper
David Howells
2023-05-24
2
-2
/
+30
|
|
/
*
|
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-04
1
-4
/
+4
*
|
xfs: fix AGF vs inode cluster buffer deadlock
Dave Chinner
2023-06-04
4
-106
/
+166
*
|
xfs: defered work could create precommits
Dave Chinner
2023-06-04
1
-0
/
+5
*
|
xfs: restore allocation trylock iteration
Dave Chinner
2023-06-04
1
-6
/
+7
*
|
xfs: buffer pins need to hold a buffer reference
Dave Chinner
2023-06-04
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-13
5
-102
/
+185
|
|
\
|
|
*
xfs: deprecate the ascii-ci feature
Darrick J. Wong
2023-04-12
2
-0
/
+40
|
|
*
xfs: test the ascii case-insensitive hash
Darrick J. Wong
2023-04-12
1
-100
/
+111
|
|
*
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
2023-04-12
2
-2
/
+34
|
*
|
Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...
Dave Chinner
2023-04-13
5
-2
/
+411
|
|
\
|
|
|
*
xfs: cross-reference rmap records with refcount btrees
Darrick J. Wong
2023-04-12
1
-0
/
+23
|
|
*
xfs: cross-reference rmap records with inode btrees
Darrick J. Wong
2023-04-12
1
-0
/
+35
|
|
*
xfs: cross-reference rmap records with free space btrees
Darrick J. Wong
2023-04-12
3
-0
/
+102
[next]