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.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
2017-10-27
xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent
Christoph Hellwig
1
-30
/
+26
2017-10-27
xfs: don't rely on extent indices in xfs_bmap_insert_extents
Christoph Hellwig
1
-38
/
+9
2017-10-27
xfs: don't rely on extent indices in xfs_bmap_collapse_extents
Christoph Hellwig
1
-42
/
+12
2017-10-27
xfs: update got in xfs_bmap_shift_update_extent
Christoph Hellwig
1
-9
/
+7
2017-10-27
xfs: remove xfs_bmse_shift_one
Christoph Hellwig
2
-115
/
+71
2017-10-27
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
2
-65
/
+142
2017-10-27
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
2
-38
/
+21
2017-10-27
xfs: remove if_rdev
Christoph Hellwig
2
-18
/
+21
2017-10-27
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
6
-30
/
+12
2017-10-27
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
3
-32
/
+8
2017-10-27
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
Christoph Hellwig
3
-123
/
+55
2017-10-27
xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
Christoph Hellwig
1
-2
/
+0
2017-10-27
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
Christoph Hellwig
1
-2
/
+1
2017-10-27
xfs: add a xfs_bmap_fork_to_state helper
Christoph Hellwig
2
-36
/
+21
2017-10-27
xfs: scrub quota information
Darrick J. Wong
1
-1
/
+4
2017-10-27
xfs: scrub realtime bitmap/summary
Darrick J. Wong
2
-1
/
+8
2017-10-27
xfs: scrub directory parent pointers
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub symbolic links
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub extended attributes
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub directory metadata
Darrick J. Wong
3
-2
/
+22
2017-10-27
xfs: scrub inode block mappings
Darrick J. Wong
1
-1
/
+4
2017-10-27
xfs: scrub inodes
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub refcount btrees
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub rmap btrees
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub inode btrees
Darrick J. Wong
2
-2
/
+4
2017-10-27
xfs: scrub free space btrees
Darrick J. Wong
1
-1
/
+3
2017-10-27
xfs: scrub the AGI
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub AGF and AGFL
Darrick J. Wong
1
-1
/
+3
2017-10-27
xfs: scrub the secondary superblocks
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: scrub the shape of a metadata btree
Darrick J. Wong
2
-2
/
+21
2017-10-27
xfs: probe the scrub ioctl
Darrick J. Wong
1
-1
/
+2
2017-10-27
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
1
-0
/
+53
2017-10-27
xfs: create inode pointer verifiers
Darrick J. Wong
3
-16
/
+100
2017-10-27
xfs: refactor btree block header checking functions
Darrick J. Wong
3
-68
/
+114
2017-10-27
xfs: refactor btree pointer checks
Darrick J. Wong
3
-42
/
+45
2017-10-27
xfs: create block pointer check functions
Darrick J. Wong
3
-0
/
+65
2017-10-27
xfs: remove xfs_bmbt_get_state
Christoph Hellwig
2
-29
/
+1
2017-10-27
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
Christoph Hellwig
2
-94
/
+14
2017-10-27
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
Christoph Hellwig
1
-8
/
+6
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
Christoph Hellwig
1
-106
/
+39
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
Christoph Hellwig
3
-116
/
+44
2017-10-27
xfs: refactor xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-104
/
+104
2017-10-27
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-23
/
+9
2017-10-27
xfs: refactor xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-86
/
+95
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_real
Christoph Hellwig
1
-27
/
+21
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_delay
Christoph Hellwig
1
-10
/
+11
2017-10-27
xfs: refactor xfs_del_extent_real
Christoph Hellwig
1
-30
/
+30
2017-10-27
xfs: use the state defines in xfs_bmap_del_extent_real
Christoph Hellwig
1
-12
/
+9
2017-10-27
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
Christoph Hellwig
1
-12
/
+12
2017-10-27
xfs: move some more code into xfs_bmap_del_extent_real
Christoph Hellwig
1
-24
/
+17
[prev]
[next]