index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
Christoph Hellwig
2017-11-06
1
-2
/
+2
*
xfs: remove the nr_extents argument to xfs_iext_remove
Christoph Hellwig
2017-11-06
1
-12
/
+14
*
xfs: remove the nr_extents argument to xfs_iext_insert
Christoph Hellwig
2017-11-06
1
-15
/
+16
*
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
2017-11-06
1
-10
/
+10
*
xfs: simplify xfs_reflink_convert_cow
Christoph Hellwig
2017-11-06
1
-1
/
+2
*
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
2017-11-06
1
-229
/
+212
*
xfs: iterate over extents in xfs_bmap_extents_to_btree
Christoph Hellwig
2017-11-06
1
-12
/
+8
*
xfs: pass an on-disk extent to xfs_bmbt_validate_extent
Christoph Hellwig
2017-11-06
1
-3
/
+3
*
xfs: treat idx as a cursor in xfs_bmap_collapse_extents
Christoph Hellwig
2017-11-06
1
-11
/
+6
*
xfs: treat idx as a cursor in xfs_bmap_del_extent_*
Christoph Hellwig
2017-11-06
1
-3
/
+3
*
xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
2017-11-06
1
-17
/
+18
*
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
Christoph Hellwig
2017-11-06
1
-5
/
+5
*
xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay
Christoph Hellwig
2017-11-06
1
-4
/
+5
*
xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-11-06
1
-11
/
+16
*
xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-11-06
1
-1
/
+1
*
xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_real
Christoph Hellwig
2017-11-06
1
-4
/
+4
*
xfs: move error injection tags into their own file
Darrick J. Wong
2017-11-01
1
-0
/
+1
*
xfs: add a new xfs_iext_lookup_extent_before helper
Christoph Hellwig
2017-10-26
1
-20
/
+7
*
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
Christoph Hellwig
2017-10-26
1
-36
/
+51
*
xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extent
Christoph Hellwig
2017-10-26
1
-30
/
+26
*
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
1
-110
/
+71
*
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
2017-10-26
1
-62
/
+135
*
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
2017-10-26
1
-27
/
+20
*
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
2017-10-26
1
-4
/
+0
*
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
2017-10-26
1
-21
/
+2
*
xfs: move pre/post-bmap tracing into xfs_iext_update_extent
Christoph Hellwig
2017-10-26
1
-120
/
+47
*
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
1
-36
/
+9
*
xfs: refactor btree pointer checks
Darrick J. Wong
2017-10-26
1
-2
/
+2
*
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
1
-84
/
+30
*
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
*
xfs: rename bno to end in __xfs_bunmapi
Christoph Hellwig
2017-10-26
1
-25
/
+24
*
xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
Christoph Hellwig
2017-10-26
1
-5
/
+1
*
xfs: use xfs_iext_get_extent instead of open coding it
Christoph Hellwig
2017-10-26
1
-20
/
+16
*
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
2017-10-26
1
-1
/
+1
[next]