index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
xfs: don't rely on extent indices in xfs_bmap_insert_extents
Christoph Hellwig
2017-10-26
1
-38
/
+9
|
*
xfs: don't rely on extent indices in xfs_bmap_collapse_extents
Christoph Hellwig
2017-10-26
1
-42
/
+12
|
*
xfs: update got in xfs_bmap_shift_update_extent
Christoph Hellwig
2017-10-26
1
-9
/
+7
|
*
xfs: remove xfs_bmse_shift_one
Christoph Hellwig
2017-10-26
2
-115
/
+71
|
*
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
2017-10-26
2
-65
/
+142
|
*
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
2017-10-26
2
-38
/
+21
|
*
xfs: remove if_rdev
Christoph Hellwig
2017-10-26
2
-18
/
+21
|
*
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
2017-10-26
6
-30
/
+12
|
*
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
2017-10-26
3
-32
/
+8
|
*
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
Christoph Hellwig
2017-10-26
3
-123
/
+55
|
*
xfs: remove post-bmap tracing in xfs_bmap_local_to_extents
Christoph Hellwig
2017-10-26
1
-2
/
+0
|
*
xfs: make better use of the 'state' variable in xfs_bmap_del_extent_real
Christoph Hellwig
2017-10-26
1
-2
/
+1
|
*
xfs: add a xfs_bmap_fork_to_state helper
Christoph Hellwig
2017-10-26
2
-36
/
+21
|
*
xfs: scrub quota information
Darrick J. Wong
2017-10-26
1
-1
/
+4
|
*
xfs: scrub realtime bitmap/summary
Darrick J. Wong
2017-10-26
2
-1
/
+8
|
*
xfs: scrub directory parent pointers
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub symbolic links
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub extended attributes
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub directory metadata
Darrick J. Wong
2017-10-26
3
-2
/
+22
|
*
xfs: scrub inode block mappings
Darrick J. Wong
2017-10-26
1
-1
/
+4
|
*
xfs: scrub inodes
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub refcount btrees
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub rmap btrees
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub inode btrees
Darrick J. Wong
2017-10-26
2
-2
/
+4
|
*
xfs: scrub free space btrees
Darrick J. Wong
2017-10-26
1
-1
/
+3
|
*
xfs: scrub the AGI
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub AGF and AGFL
Darrick J. Wong
2017-10-26
1
-1
/
+3
|
*
xfs: scrub the secondary superblocks
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: scrub the shape of a metadata btree
Darrick J. Wong
2017-10-26
2
-2
/
+21
|
*
xfs: probe the scrub ioctl
Darrick J. Wong
2017-10-26
1
-1
/
+2
|
*
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
2017-10-26
1
-0
/
+53
|
*
xfs: create inode pointer verifiers
Darrick J. Wong
2017-10-26
3
-16
/
+100
|
*
xfs: refactor btree block header checking functions
Darrick J. Wong
2017-10-26
3
-68
/
+114
|
*
xfs: refactor btree pointer checks
Darrick J. Wong
2017-10-26
3
-42
/
+45
|
*
xfs: create block pointer check functions
Darrick J. Wong
2017-10-26
3
-0
/
+65
|
*
xfs: remove xfs_bmbt_get_state
Christoph Hellwig
2017-10-26
2
-29
/
+1
|
*
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
Christoph Hellwig
2017-10-26
2
-94
/
+14
|
*
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
Christoph Hellwig
2017-10-26
1
-8
/
+6
|
*
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
Christoph Hellwig
2017-10-26
1
-106
/
+39
|
*
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
Christoph Hellwig
2017-10-26
3
-116
/
+44
|
*
xfs: refactor xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
2017-10-26
1
-104
/
+104
|
*
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-10-26
1
-23
/
+9
|
*
xfs: refactor xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-10-26
1
-86
/
+95
|
*
xfs: refactor xfs_bmap_add_extent_hole_real
Christoph Hellwig
2017-10-26
1
-27
/
+21
|
*
xfs: refactor xfs_bmap_add_extent_hole_delay
Christoph Hellwig
2017-10-26
1
-10
/
+11
|
*
xfs: refactor xfs_del_extent_real
Christoph Hellwig
2017-10-26
1
-30
/
+30
|
*
xfs: use the state defines in xfs_bmap_del_extent_real
Christoph Hellwig
2017-10-26
1
-12
/
+9
|
*
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
Christoph Hellwig
2017-10-26
1
-12
/
+12
|
*
xfs: move some more code into xfs_bmap_del_extent_real
Christoph Hellwig
2017-10-26
1
-24
/
+17
|
*
xfs: use xfs_bmap_del_extent_delay for the data fork as well
Christoph Hellwig
2017-10-26
1
-217
/
+114
[prev]
[next]