index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-29
xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata
Darrick J. Wong
1
-3
/
+3
2019-10-24
xfs: don't set bmapi total block req where minleft is
Brian Foster
1
-1
/
+0
2019-10-24
xfs: cap longest free extent to maximum allocatable
Dave Chinner
1
-9
/
+9
2019-10-21
xfs: use a struct iomap in xfs_writepage_ctx
Christoph Hellwig
1
-4
/
+10
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
1
-2
/
+4
2019-09-23
xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
Darrick J. Wong
1
-2
/
+6
2019-09-23
xfs: convert inode to extent format after extent merge due to shift
Brian Foster
1
-0
/
+5
2019-09-03
xfs: add a xfs_valid_startblock helper
Christoph Hellwig
1
-1
/
+1
2019-08-31
xfs: remove the unused XFS_ALLOC_USERDATA flag
Christoph Hellwig
1
-6
/
+2
2019-08-28
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
1
-6
/
+6
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
1
-15
/
+6
2019-08-28
xfs: remove unnecessary int returns from deferred rmap functions
Darrick J. Wong
1
-24
/
+12
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-3
/
+3
2019-08-12
xfs: don't crash on null attr fork xfs_bmapi_read
Darrick J. Wong
1
-8
/
+21
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-7
/
+7
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
1
-3
/
+14
2019-03-19
xfs: always init bma in xfs_bmapi_write
Darrick J. Wong
1
-5
/
+5
2019-03-18
xfs: don't trip over uninitialized buffer on extent read of corrupted inode
Brian Foster
1
-1
/
+4
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
1
-6
/
+3
2019-02-17
xfs: move stat accounting to xfs_bmapi_convert_delalloc
Christoph Hellwig
1
-0
/
+3
2019-02-17
xfs: move transaction handling to xfs_bmapi_convert_delalloc
Christoph Hellwig
1
-5
/
+33
2019-02-17
xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
Christoph Hellwig
1
-48
/
+58
2019-02-17
xfs: factor out two helpers from xfs_bmapi_write
Christoph Hellwig
1
-34
/
+44
2019-02-17
xfs: simplify the xfs_bmap_btree_to_extents calling conventions
Christoph Hellwig
1
-52
/
+26
2019-02-12
xfs: use the latest extent at writeback delalloc conversion time
Brian Foster
1
-9
/
+7
2019-02-12
xfs: create delalloc bmapi wrapper for full extent allocation
Brian Foster
1
-4
/
+55
2019-02-12
xfs: remove superfluous writeback mapping eof trimming
Brian Foster
1
-11
/
+0
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
1
-2
/
+2
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
1
-1
/
+1
2018-11-21
xfs: delalloc -> unwritten COW fork allocation can go wrong
Dave Chinner
1
-1
/
+4
2018-10-18
xfs: Add attibute set and helper functions
Allison Henderson
1
-19
/
+30
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
1
-14
/
+7
2018-10-01
xfs: fix error handling in xfs_bmap_extents_to_btree
Dave Chinner
1
-11
/
+13
2018-08-12
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
Shan Hai
1
-8
/
+16
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-1
/
+0
2018-08-03
xfs: pass transaction to xfs_defer_add()
Brian Foster
1
-49
/
+40
2018-08-03
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
1
-2
/
+0
2018-08-03
xfs: automatic dfops inode relogging
Brian Foster
1
-8
/
+0
2018-08-03
xfs: add missing defer ijoins for held inodes
Brian Foster
1
-0
/
+1
2018-08-03
xfs: replace dop_low with transaction flag
Brian Foster
1
-4
/
+4
2018-07-30
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
1
-9
/
+9
2018-07-26
xfs: remove all boilerplate defer init/finish code
Brian Foster
1
-15
/
+1
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
1
-16
/
+8
2018-07-12
xfs: remove xfs_defer_init() firstblock param
Brian Foster
1
-2
/
+2
2018-07-12
xfs: remove xfs_alloc_arg firstblock field
Brian Foster
1
-3
/
+0
2018-07-12
xfs: remove xfs_btree_cur private firstblock field
Brian Foster
1
-25
/
+3
2018-07-12
xfs: remove bmap format helpers firstblock params
Brian Foster
1
-34
/
+29
2018-07-12
xfs: remove bmap extent add helper firstblock params
Brian Foster
1
-16
/
+10
2018-07-12
xfs: remove xfs_bmalloca firstblock field
Brian Foster
1
-21
/
+23
[prev]
[next]