index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_bmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-16
xfs: make xfs_bmapi_remapi work with attribute forks
Darrick J. Wong
1
-0
/
+4
2018-05-16
xfs: factor out nodiscard helpers
Brian Foster
1
-11
/
+0
2018-05-16
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Darrick J. Wong
1
-1
/
+5
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
1
-3
/
+30
2018-04-09
xfs: non-scrub - remove unused function parameters
Eric Sandeen
1
-1
/
+1
2018-03-24
xfs: refactor bmap record validation
Darrick J. Wong
1
-0
/
+3
2017-11-06
xfs: simplify xfs_reflink_convert_cow
Christoph Hellwig
1
-1
/
+5
2017-11-06
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
1
-5
/
+7
2017-10-27
xfs: merge xfs_bmap_read_extents into xfs_iread_extents
Christoph Hellwig
1
-2
/
+0
2017-10-27
xfs: remove xfs_bmse_shift_one
Christoph Hellwig
1
-5
/
+0
2017-10-27
xfs: split xfs_bmap_shift_extents
Christoph Hellwig
1
-3
/
+7
2017-10-27
xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
Christoph Hellwig
1
-11
/
+1
2017-10-27
xfs: remove XFS_BMAP_TRACE_EXLIST
Christoph Hellwig
1
-9
/
+0
2017-10-27
xfs: add a xfs_bmap_fork_to_state helper
Christoph Hellwig
1
-0
/
+12
2017-10-16
xfs: trim writepage mapping to within eof
Brian Foster
1
-0
/
+1
2017-06-19
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
1
-1
/
+1
2017-04-25
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
1
-2
/
+0
2017-04-04
xfs: factor out a xfs_bmap_is_real_extent helper
Christoph Hellwig
1
-0
/
+12
2017-01-23
xfs: fix COW writeback race
Christoph Hellwig
1
-1
/
+5
2016-11-28
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
Brian Foster
1
-1
/
+1
2016-11-24
xfs: remove xfs_bmap_search_extents
Christoph Hellwig
1
-4
/
+0
2016-11-24
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
1
-2
/
+1
2016-10-20
xfs: remove xfs_bunmapi_cow
Christoph Hellwig
1
-1
/
+0
2016-10-20
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
1
-0
/
+5
2016-10-20
xfs: add xfs_trim_extent
Darrick J. Wong
1
-0
/
+2
2016-10-05
xfs: support removing extents from CoW fork
Darrick J. Wong
1
-0
/
+1
2016-10-05
xfs: support bmapping delalloc extents in the CoW fork
Darrick J. Wong
1
-3
/
+4
2016-10-05
xfs: introduce the CoW fork
Darrick J. Wong
1
-3
/
+19
2016-10-05
xfs: return work remaining at the end of a bunmapi operation
Darrick J. Wong
1
-0
/
+4
2016-10-04
xfs: implement deferred bmbt map/unmap operations
Darrick J. Wong
1
-0
/
+9
2016-10-04
xfs: pass bmapi flags through to bmap_del_extent
Darrick J. Wong
1
-0
/
+3
2016-10-04
xfs: map an inode's offset to an exact physical block
Darrick J. Wong
1
-1
/
+9
2016-10-04
xfs: log bmap intent items
Darrick J. Wong
1
-0
/
+13
2016-10-03
Merge branch 'xfs-4.9-log-recovery-fixes' into for-next
Dave Chinner
1
-1
/
+1
2016-09-26
xfs: remote attribute blocks aren't really userdata
Dave Chinner
1
-1
/
+1
2016-09-19
xfs: rewrite and optimize the delalloc write path
Christoph Hellwig
1
-3
/
+7
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
1
-1
/
+3
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
1
-5
/
+5
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-9
/
+9
2016-08-03
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
Darrick J. Wong
1
-32
/
+0
2016-06-21
xfs: convert list of extents to free into a regular list
Darrick J. Wong
1
-6
/
+8
2016-06-21
xfs: rearrange xfs_bmap_add_free parameters
Darrick J. Wong
1
-2
/
+2
2016-01-11
xfs: eliminate committed arg from xfs_bmap_finish
Eric Sandeen
1
-1
/
+1
2015-11-03
xfs: introduce BMAPI_ZERO for allocating zeroed extents
Dave Chinner
1
-2
/
+11
2015-03-25
xfs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
1
-3
/
+10
2015-01-09
xfs: move xfs_bmap_finish prototype
Dave Chinner
1
-0
/
+2
2015-01-09
xfs: move struct xfs_bmalloca to libxfs
Dave Chinner
1
-0
/
+31
2014-09-23
xfs: track collapse via file offset rather than extent index
Brian Foster
1
-4
/
+3
2014-07-15
Merge branch 'xfs-libxfs-restructure' into for-next
Dave Chinner
1
-0
/
+186
2014-06-25
libxfs: move header files
Dave Chinner
1
-0
/
+188