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
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
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
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
1
-8
/
+2
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
1
-3
/
+1
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
1
-6
/
+4
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
1
-2
/
+1
2021-02-01
xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()
Chandan Babu R
1
-5
/
+4
2021-01-23
xfs: Introduce error injection to allocate only minlen size extents for files
Chandan Babu R
1
-24
/
+100
2021-01-23
xfs: Process allocated extent in a separate function
Chandan Babu R
1
-29
/
+45
2021-01-23
xfs: Compute bmap extent alignments in a separate function
Chandan Babu R
1
-37
/
+52
2021-01-23
xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
Chandan Babu R
1
-1
/
+0
2021-01-23
xfs: Check for extent overflow when renaming dir entries
Chandan Babu R
1
-0
/
+3
2021-01-23
xfs: Check for extent overflow when removing dir entries
Chandan Babu R
1
-0
/
+18
2021-01-23
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
1
-0
/
+6
2020-12-17
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-3
/
+3
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
1
-1
/
+1
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
1
-10
/
+3
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
1
-6
/
+2
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-09-23
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
1
-7
/
+12
2020-09-03
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: Remove kmem_zone_zalloc() usage
Carlos Maiolino
1
-1
/
+4
2020-07-29
xfs: Remove kmem_zone_alloc() usage
Carlos Maiolino
1
-1
/
+2
2020-05-27
xfs: force writes to delalloc regions to unwritten
Darrick J. Wong
1
-12
/
+17
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-66
/
+54
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-71
/
+55
2020-05-19
xfs: remove the NULL fork handling in xfs_bmapi_read
Christoph Hellwig
1
-17
/
+5
2020-05-19
xfs: remove the special COW fork handling in xfs_bmapi_read
Christoph Hellwig
1
-12
/
+1
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
1
-6
/
+4
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
1
-4
/
+4
2020-03-13
xfs: convert btree cursor inode-private member names
Dave Chinner
1
-22
/
+22
2020-03-03
xfs: open code insert range extent split helper
Brian Foster
1
-30
/
+2
2020-01-27
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
Darrick J. Wong
1
-5
/
+6
2020-01-27
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
1
-5
/
+9
2019-12-19
libxfs: resync with the userspace libxfs
Darrick J. Wong
1
-1
/
+1
2019-12-12
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
1
-2
/
+1
2019-12-03
xfs: don't check for AG deadlock for realtime files in bunmapi
Omar Sandoval
1
-1
/
+1
2019-12-03
xfs: fix realtime file data space leak
Omar Sandoval
1
-11
/
+14
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-44
/
+24
2019-11-13
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
1
-65
/
+234
2019-11-10
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
1
-19
/
+9
2019-11-08
xfs: null out bma->prev if no previous extent
Darrick J. Wong
1
-1
/
+2
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
1
-1
/
+7
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
1
-6
/
+5
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
1
-4
/
+6
2019-11-03
xfs: refactor xfs_bmapi_allocate
Christoph Hellwig
1
-48
/
+45
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
1
-112
/
+75
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
[next]