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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-12
xfs: use ->t_dfops in reflink cow recover path
Brian Foster
1
-4
/
+5
2018-07-12
xfs: remove unused btree cursor bc_private.a.dfops field
Brian Foster
4
-10
/
+6
2018-07-12
xfs: remove xfs_btree_cur bmbt dfops field
Brian Foster
3
-18
/
+4
2018-07-12
xfs: remove dfops param from internal bmap extent helpers
Brian Foster
1
-48
/
+44
2018-07-12
xfs: use ->t_dfops for collapse/insert range operations
Brian Foster
2
-13
/
+9
2018-07-12
xfs: remove struct xfs_bmalloca dfops field
Brian Foster
2
-16
/
+15
2018-07-12
xfs: remove xfs_bmapi_remap() dfops param
Brian Foster
2
-5
/
+5
2018-07-12
xfs: remove xfs_bunmapi() dfops param
Brian Foster
5
-17
/
+14
2018-07-12
xfs: remove xfs_bmapi_write() dfops param
Brian Foster
4
-13
/
+9
2018-07-12
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
7
-119
/
+117
2018-07-12
xfs: use ->t_dfops in extent split tx and remove param
Brian Foster
1
-7
/
+6
2018-07-12
xfs: remove dfops param in attr fork add path
Brian Foster
1
-11
/
+8
2018-07-12
xfs: use ->t_dfops for attr set/remove operations
Brian Foster
2
-5
/
+9
2018-07-12
xfs: remove dfops param from high level dirname calls
Brian Foster
2
-14
/
+12
2018-07-12
xfs: remove dfops parameter from ifree call stack
Brian Foster
2
-5
/
+2
2018-07-12
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
Brian Foster
2
-6
/
+6
2018-07-12
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
Christoph Hellwig
2
-7
/
+2
2018-06-28
xfs: Initialize variables in xfs_alloc_get_rec before using them
Carlos Maiolino
1
-2
/
+3
2018-06-24
xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation
Darrick J. Wong
1
-4
/
+27
2018-06-24
xfs: fix off-by-one error in xfs_rtalloc_query_range
Darrick J. Wong
1
-2
/
+2
2018-06-24
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
3
-0
/
+30
2018-06-22
xfs: More robust inode extent count validation
Dave Chinner
2
-29
/
+50
2018-06-12
xfs: update incore per-AG inode count
Darrick J. Wong
1
-0
/
+2
2018-06-08
xfs: replace do_mod with native operations
Dave Chinner
1
-14
/
+23
2018-06-08
xfs: don't call xfs_da_shrink_inode with NULL bp
Eric Sandeen
1
-3
/
+2
2018-06-08
xfs: clean up MIN/MAX
Dave Chinner
7
-20
/
+20
2018-06-08
xfs: move various type verifiers to common file
Dave Chinner
7
-162
/
+192
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
68
-899
/
+68
2018-06-06
xfs: validate btree records on retrieval
Dave Chinner
4
-9
/
+132
2018-06-06
xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()
Dave Chinner
1
-5
/
+0
2018-06-06
xfs: verify COW extent size hint is valid in inode verifier
Dave Chinner
1
-0
/
+6
2018-06-06
xfs: verify extent size hint is valid in inode verifier
Dave Chinner
1
-1
/
+8
2018-06-06
xfs: catch bad stripe alignment configurations
Dave Chinner
1
-0
/
+16
2018-06-05
xfs: use xfs_trans_getsb in xfs_sync_sb_buf
Eric Sandeen
1
-3
/
+5
2018-06-05
xfs: explicitly pass buffer size to xfs_corruption_error
Darrick J. Wong
5
-6
/
+10
2018-06-05
xfs: don't assert when on-disk btree pointers are garbage
Darrick J. Wong
1
-7
/
+16
2018-06-05
xfs: strengthen btree pointer checks before use
Darrick J. Wong
1
-15
/
+35
2018-06-05
xfs: introduce xfs_btree_debug_check_ptr
Darrick J. Wong
1
-47
/
+29
2018-06-05
xfs: check directory bestfree information in the verifier
Darrick J. Wong
1
-35
/
+68
2018-06-05
xfs: don't return garbage buffers in xfs_da3_node_read
Darrick J. Wong
1
-3
/
+5
2018-06-05
xfs: don't ASSERT on short form btree root pointer of zero
Darrick J. Wong
3
-3
/
+0
2018-06-05
xfs: btree lookup shouldn't ASSERT on empty btree nodes
Darrick J. Wong
1
-1
/
+6
2018-06-05
xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruption
Darrick J. Wong
1
-4
/
+8
2018-06-05
xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addname
Darrick J. Wong
1
-1
/
+0
2018-06-05
xfs: don't assert when reporting on-disk corruption while loading btree
Darrick J. Wong
1
-1
/
+0
2018-06-04
xfs: verify AGI unlinked list contains valid blocks
Dave Chinner
1
-15
/
+8
2018-06-01
xfs: fix error handling in xfs_refcount_insert()
Dave Chinner
1
-0
/
+3
2018-06-01
xfs: fix xfs_rtalloc_rec units
Darrick J. Wong
1
-13
/
+13
2018-06-01
xfs: strengthen rtalloc query range checks
Darrick J. Wong
1
-2
/
+5
2018-06-01
xfs: xfs_rtbuf_get should check the bmapi_read results
Darrick J. Wong
1
-0
/
+3
[prev]
[next]