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.13.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
/
xfs_bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
1
-0
/
+9
2017-06-28
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 sh...
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-17
xfs: tune down agno asserts in the bmap code
Christoph Hellwig
1
-16
/
+6
2017-02-17
xfs: split indlen reservations fairly when under reserved
Brian Foster
1
-18
/
+43
2017-02-17
xfs: handle indlen shortage on delalloc extent merge
Brian Foster
1
-3
/
+6
2017-02-07
xfs: go straight to real allocations for direct I/O COW writes
Christoph Hellwig
1
-1
/
+2
2017-02-03
xfs: allow unwritten extents in the CoW fork
Darrick J. Wong
1
-30
/
+50
2017-02-03
xfs: filter out obviously bad btree pointers
Darrick J. Wong
1
-4
/
+1
2017-01-31
xfs: remove boilerplate around xfs_btree_init_block
Eric Sandeen
1
-15
/
+4
2017-01-31
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-10
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
2016-11-24
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
1
-2
/
+6
2016-11-24
xfs: use new extent lookup helpers in __xfs_bunmapi
Christoph Hellwig
1
-27
/
+13
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_write
Christoph Hellwig
1
-8
/
+7
2016-11-24
xfs: use new extent lookup helpers in xfs_bmapi_read
Christoph Hellwig
1
-8
/
+6
2016-11-24
xfs: cleanup xfs_bmap_last_before
Christoph Hellwig
1
-32
/
+32
2016-11-10
Merge branch 'xfs-4.10-misc-fixes-1' into for-next
Dave Chinner
1
-26
/
+23
2016-11-08
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
1
-26
/
+23
2016-11-08
xfs: check return value of _trans_reserve_quota_nblks
Darrick J. Wong
1
-1
/
+4
2016-10-20
xfs: remove xfs_bunmapi_cow
Christoph Hellwig
1
-22
/
+0
2016-10-20
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
1
-154
/
+220
2016-10-20
xfs: add xfs_trim_extent
Darrick J. Wong
1
-0
/
+33
2016-10-20
xfs: remove pointless error goto in xfs_bmap_remap_alloc
Eric Sandeen
1
-3
/
+0
2016-10-20
xfs: remove redundant assignment of ifp
Colin Ian King
1
-1
/
+1
[next]