index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-11
xfs: Fix bool initialization/comparison
Thomas Meyer
1
-2
/
+2
2017-09-26
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
Darrick J. Wong
1
-15
/
+2
2017-09-02
xfs: fix compiler warnings
Darrick J. Wong
1
-1
/
+1
2017-09-01
xfs: simplify the rmap code in xfs_bmse_merge
Darrick J. Wong
1
-4
/
+3
2017-09-01
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
Christoph Hellwig
1
-16
/
+4
2017-09-01
xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
Christoph Hellwig
1
-92
/
+88
2017-09-01
xfs: move some code around inside xfs_bmap_shift_extents
Christoph Hellwig
1
-25
/
+29
2017-09-01
xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
Christoph Hellwig
1
-5
/
+7
2017-09-01
xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
Christoph Hellwig
1
-4
/
+7
2017-09-01
xfs: add a xfs_iext_update_extent helper
Christoph Hellwig
1
-6
/
+6
2017-09-01
xfs: remove the ip argument to xfs_defer_finish
Christoph Hellwig
1
-2
/
+2
2017-09-01
xfs: rename xfs_defer_join to xfs_defer_ijoin
Christoph Hellwig
1
-1
/
+1
2017-07-26
xfs: fix multi-AG deadlock in xfs_bunmapi
Christoph Hellwig
1
-0
/
+12
2017-07-20
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
1
-0
/
+9
2017-06-27
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
1
-7
/
+6
2017-06-19
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
Darrick J. Wong
1
-8
/
+30
2017-05-16
xfs: fix warnings about unused stack variables
Darrick J. Wong
1
-2
/
+0
2017-05-16
xfs: fix indlen accounting error on partial delalloc conversion
Brian Foster
1
-3
/
+4
2017-04-25
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
1
-14
/
+2
2017-04-25
xfs: more do_div cleanups
Eric Sandeen
1
-1
/
+1
2017-04-25
xfs: remove bmap block allocation retries
Christoph Hellwig
1
-29
/
+0
2017-04-25
xfs: remove xfs_bmap_remap_alloc
Christoph Hellwig
1
-58
/
+2
2017-04-25
xfs: introduce xfs_bmapi_remap
Christoph Hellwig
1
-45
/
+112
2017-04-25
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
Christoph Hellwig
1
-59
/
+64
2017-04-25
xfs: remove attr fork handling in xfs_bmap_finish_one
Christoph Hellwig
1
-6
/
+3
2017-04-25
xfs: fix integer truncation in xfs_bmap_remap_alloc
Christoph Hellwig
1
-1
/
+1
2017-03-08
xfs: try any AG when allocating the first btree block when reflinking
Christoph Hellwig
1
-3
/
+7
2017-03-08
xfs: use iomap new flag for newly allocated delalloc blocks
Brian Foster
1
-10
/
+14
2017-02-16
xfs: tune down agno asserts in the bmap code
Christoph Hellwig
1
-16
/
+6
2017-02-16
xfs: split indlen reservations fairly when under reserved
Brian Foster
1
-18
/
+43
2017-02-16
xfs: handle indlen shortage on delalloc extent merge
Brian Foster
1
-3
/
+6
2017-02-06
xfs: go straight to real allocations for direct I/O COW writes
Christoph Hellwig
1
-1
/
+2
2017-02-02
xfs: allow unwritten extents in the CoW fork
Darrick J. Wong
1
-30
/
+50
2017-02-02
xfs: filter out obviously bad btree pointers
Darrick J. Wong
1
-4
/
+1
2017-01-30
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
1
-15
/
+4
2017-01-30
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
Eric Sandeen
1
-2
/
+2
2017-01-25
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
Christoph Hellwig
1
-2
/
+2
2017-01-23
xfs: fix COW writeback race
Christoph Hellwig
1
-12
/
+32
2017-01-09
xfs: fix bogus minleft manipulations
Christoph Hellwig
1
-3
/
+0
2016-12-07
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
Dave Chinner
1
-4
/
+10
2016-12-05
xfs: error out if trying to add attrs and anextents > 0
Darrick J. Wong
1
-1
/
+4
2016-12-05
xfs: complain if we don't get nextents bmap records
Darrick J. Wong
1
-1
/
+2
2016-12-05
xfs: handle cow fork in xfs_bmap_trace_exlist
Eric Sandeen
1
-1
/
+3
2016-12-05
xfs: pass state not whichfork to trace_xfs_extlist
Eric Sandeen
1
-1
/
+1
2016-11-28
Merge branch 'xfs-4.10-misc-fixes-2' into for-next
Dave Chinner
1
-4
/
+36
2016-11-28
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
Brian Foster
1
-2
/
+21
2016-11-28
xfs: factor rmap btree size into the indlen calculations
Darrick J. Wong
1
-2
/
+15
2016-11-24
Merge branch 'xfs-4.10-extent-lookup' into for-next
Dave Chinner
1
-169
/
+65
2016-11-24
xfs: remove NULLEXTNUM
Christoph Hellwig
1
-1
/
+1
2016-11-24
xfs: remove xfs_bmap_search_extents
Christoph Hellwig
1
-91
/
+0
[next]