index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix warnings about unused stack variables
Darrick J. Wong
2017-05-16
1
-2
/
+0
*
xfs: fix indlen accounting error on partial delalloc conversion
Brian Foster
2017-05-16
1
-3
/
+4
*
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
2017-04-25
1
-14
/
+2
*
xfs: more do_div cleanups
Eric Sandeen
2017-04-25
1
-1
/
+1
*
xfs: remove bmap block allocation retries
Christoph Hellwig
2017-04-25
1
-29
/
+0
*
xfs: remove xfs_bmap_remap_alloc
Christoph Hellwig
2017-04-25
1
-58
/
+2
*
xfs: introduce xfs_bmapi_remap
Christoph Hellwig
2017-04-25
1
-45
/
+112
*
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
Christoph Hellwig
2017-04-25
1
-59
/
+64
*
xfs: remove attr fork handling in xfs_bmap_finish_one
Christoph Hellwig
2017-04-25
1
-6
/
+3
*
xfs: fix integer truncation in xfs_bmap_remap_alloc
Christoph Hellwig
2017-04-25
1
-1
/
+1
*
xfs: try any AG when allocating the first btree block when reflinking
Christoph Hellwig
2017-03-08
1
-3
/
+7
*
xfs: use iomap new flag for newly allocated delalloc blocks
Brian Foster
2017-03-08
1
-10
/
+14
*
xfs: tune down agno asserts in the bmap code
Christoph Hellwig
2017-02-17
1
-16
/
+6
*
xfs: split indlen reservations fairly when under reserved
Brian Foster
2017-02-17
1
-18
/
+43
*
xfs: handle indlen shortage on delalloc extent merge
Brian Foster
2017-02-17
1
-3
/
+6
*
xfs: go straight to real allocations for direct I/O COW writes
Christoph Hellwig
2017-02-07
1
-1
/
+2
*
xfs: allow unwritten extents in the CoW fork
Darrick J. Wong
2017-02-03
1
-30
/
+50
*
xfs: filter out obviously bad btree pointers
Darrick J. Wong
2017-02-03
1
-4
/
+1
*
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
2017-01-31
1
-15
/
+4
*
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
Eric Sandeen
2017-01-31
1
-2
/
+2
*
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
Christoph Hellwig
2017-01-25
1
-2
/
+2
*
xfs: fix COW writeback race
Christoph Hellwig
2017-01-23
1
-12
/
+32
*
xfs: fix bogus minleft manipulations
Christoph Hellwig
2017-01-09
1
-3
/
+0
*
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
Dave Chinner
2016-12-07
1
-4
/
+10
|
\
|
*
xfs: error out if trying to add attrs and anextents > 0
Darrick J. Wong
2016-12-05
1
-1
/
+4
|
*
xfs: complain if we don't get nextents bmap records
Darrick J. Wong
2016-12-05
1
-1
/
+2
|
*
xfs: handle cow fork in xfs_bmap_trace_exlist
Eric Sandeen
2016-12-05
1
-1
/
+3
|
*
xfs: pass state not whichfork to trace_xfs_extlist
Eric Sandeen
2016-12-05
1
-1
/
+1
*
|
Merge branch 'xfs-4.10-misc-fixes-2' into for-next
Dave Chinner
2016-11-28
1
-4
/
+36
|
\
|
|
*
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
Brian Foster
2016-11-28
1
-2
/
+21
|
*
xfs: factor rmap btree size into the indlen calculations
Darrick J. Wong
2016-11-28
1
-2
/
+15
*
|
Merge branch 'xfs-4.10-extent-lookup' into for-next
Dave Chinner
2016-11-24
1
-169
/
+65
|
\
|
|
*
xfs: remove NULLEXTNUM
Christoph Hellwig
2016-11-24
1
-1
/
+1
|
*
xfs: remove xfs_bmap_search_extents
Christoph Hellwig
2016-11-24
1
-91
/
+0
|
*
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
2016-11-24
1
-2
/
+6
|
*
xfs: use new extent lookup helpers in __xfs_bunmapi
Christoph Hellwig
2016-11-24
1
-27
/
+13
|
*
xfs: use new extent lookup helpers in xfs_bmapi_write
Christoph Hellwig
2016-11-24
1
-8
/
+7
|
*
xfs: use new extent lookup helpers in xfs_bmapi_read
Christoph Hellwig
2016-11-24
1
-8
/
+6
|
*
xfs: cleanup xfs_bmap_last_before
Christoph Hellwig
2016-11-24
1
-32
/
+32
*
|
Merge branch 'xfs-4.10-misc-fixes-1' into for-next
Dave Chinner
2016-11-10
1
-26
/
+23
|
\
|
|
*
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
2016-11-08
1
-26
/
+23
*
|
xfs: check return value of _trans_reserve_quota_nblks
Darrick J. Wong
2016-11-08
1
-1
/
+4
|
/
*
xfs: remove xfs_bunmapi_cow
Christoph Hellwig
2016-10-20
1
-22
/
+0
*
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
2016-10-20
1
-154
/
+220
*
xfs: add xfs_trim_extent
Darrick J. Wong
2016-10-20
1
-0
/
+33
*
xfs: remove pointless error goto in xfs_bmap_remap_alloc
Eric Sandeen
2016-10-20
1
-3
/
+0
*
xfs: remove redundant assignment of ifp
Colin Ian King
2016-10-20
1
-1
/
+1
*
xfs: try other AGs to allocate a BMBT block
Darrick J. Wong
2016-10-06
1
-0
/
+30
*
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-06
1
-2
/
+7
*
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-06
1
-0
/
+11
[next]