index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
xfs: convert flex-array declarations in xfs attr shortform objects
Darrick J. Wong
2
-1
/
+2
2023-07-17
xfs: convert flex-array declarations in xfs attr leaf blocks
Darrick J. Wong
2
-10
/
+67
2023-07-17
xfs: convert flex-array declarations in struct xfs_attrlist*
Darrick J. Wong
1
-2
/
+2
2023-07-09
Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-07-08
xfs: fix uninit warning in xfs_growfs_data
Darrick J. Wong
1
-1
/
+1
2023-07-06
Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
21
-331
/
+586
2023-07-03
xfs: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-07-03
xfs: AGI length should be bounds checked
Darrick J. Wong
3
-39
/
+60
2023-07-02
xfs: fix the calculation for "end" and "length"
Shiyang Ruan
1
-4
/
+5
2023-07-02
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Darrick J. Wong
3
-20
/
+13
2023-07-02
xfs: validate fsmap offsets specified in the query keys
Darrick J. Wong
1
-11
/
+19
2023-07-02
xfs: fix logdev fsmap query result filtering
Darrick J. Wong
1
-22
/
+8
2023-07-02
xfs: clean up the rtbitmap fsmap backend
Darrick J. Wong
2
-53
/
+34
2023-07-02
xfs: fix getfsmap reporting past the last rt extent
Darrick J. Wong
1
-1
/
+1
2023-07-02
xfs: fix integer overflows in the fsmap rtbitmap and logdev backends
Darrick J. Wong
1
-26
/
+64
2023-07-02
xfs: fix interval filtering in multi-step fsmap queries
Darrick J. Wong
1
-19
/
+48
2023-06-29
Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
5
-14
/
+19
2023-06-29
xfs: fix bounds check in xfs_defer_agfl_block()
Dave Chinner
1
-5
/
+6
2023-06-29
xfs: AGF length has never been bounds checked
Dave Chinner
1
-34
/
+56
2023-06-29
xfs: journal geometry is not properly bounds checked
Dave Chinner
2
-33
/
+70
2023-06-29
xfs: don't block in busy flushing when freeing extents
Dave Chinner
4
-30
/
+88
2023-06-29
xfs: allow extent free intents to be retried
Dave Chinner
1
-3
/
+69
2023-06-29
xfs: pass alloc flags through to xfs_extent_busy_flush()
Dave Chinner
4
-47
/
+56
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
11
-26
/
+33
2023-06-29
xfs: don't reverse order of items in bulk AIL insertion
Dave Chinner
1
-1
/
+1
2023-06-29
xfs: remove redundant initializations of pointers drop_leaf and save_leaf
Colin Ian King
1
-2
/
+0
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+0
2023-06-28
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+2
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
3
-8
/
+33
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2
-2
/
+30
2023-06-13
xfs: fix ag count overflow during growfs
Long Li
2
-4
/
+11
2023-06-13
xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Christoph Hellwig
2
-3
/
+1
2023-06-13
xfs: drop EXPERIMENTAL tag for large extent counts
Darrick J. Wong
1
-4
/
+0
2023-06-13
xfs: don't deplete the reserve pool when trying to shrink the fs
Darrick J. Wong
1
-3
/
+7
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-7
/
+8
2023-06-10
iomap: update ki_pos in iomap_file_buffered_write
Christoph Hellwig
1
-2
/
+0
2023-06-10
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-4
/
+0
2023-06-05
xfs: wire up the ->mark_dead holder operation for log and RT devices
Christoph Hellwig
1
-1
/
+12
2023-06-05
xfs: wire up sops->shutdown
Christoph Hellwig
3
-1
/
+14
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-1
/
+1
2023-06-05
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
8
-37
/
+60
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
8
-23
/
+62
2023-06-05
xfs: validity check agbnos on the AGFL
Dave Chinner
1
-0
/
+3
2023-06-05
xfs: fix agf/agfl verification on v4 filesystems
Dave Chinner
1
-17
/
+42
2023-06-05
xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()
Dave Chinner
1
-1
/
+0
2023-06-05
xfs: fix broken logic when detecting mergeable bmap records
Darrick J. Wong
1
-12
/
+13
2023-06-04
xfs: Fix undefined behavior of shift into sign bit
Geert Uytterhoeven
1
-4
/
+4
2023-06-04
xfs: fix AGF vs inode cluster buffer deadlock
Dave Chinner
4
-106
/
+166
2023-06-04
xfs: defered work could create precommits
Dave Chinner
1
-0
/
+5
[next]