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
/
xfs_bmap_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
xfs: set prealloc flag in xfs_alloc_file_space()
Dave Chinner
1
-6
/
+3
2022-01-21
Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+3
2022-01-17
xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls
Darrick J. Wong
1
-4
/
+3
2021-12-04
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
1
-4
/
+3
2021-09-02
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+10
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-7
/
+7
2021-07-13
xfs: Convert double locking of MMAPLOCK to use VFS helpers
Jan Kara
1
-7
/
+8
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+3
2021-06-29
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2021-06-01
xfs: remove unnecessary shifts
Darrick J. Wong
1
-3
/
+3
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2021-05-20
xfs: retry allocations when locality-based search fails
Darrick J. Wong
1
-1
/
+14
2021-05-17
xfs: adjust rt allocation minlen when extszhint > rtextsize
Darrick J. Wong
1
-26
/
+57
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
1
-2
/
+2
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-10
/
+6
2021-04-08
xfs: move the check for post-EOF mappings into xfs_can_free_eofblocks
Darrick J. Wong
1
-65
/
+80
2021-04-08
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-12
/
+12
2021-04-08
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-04-08
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
1
-4
/
+4
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-3
/
+3
2021-04-08
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-02-03
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
1
-24
/
+5
2021-02-03
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
1
-11
/
+3
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
1
-13
/
+11
2021-02-03
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
1
-7
/
+4
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
1
-2
/
+2
2021-01-23
xfs: Check for extent overflow when swapping extents
Chandan Babu R
1
-0
/
+16
2021-01-23
xfs: Check for extent overflow when punching a hole
Chandan Babu R
1
-0
/
+10
2021-01-23
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
1
-0
/
+5
2020-10-21
xfs: fix fallocate functions when rtextsize is larger than 1
Darrick J. Wong
1
-13
/
+5
2020-09-16
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...
Darrick J. Wong
1
-0
/
+16
2020-08-27
xfs: finish dfops on every insert range shift iteration
Brian Foster
1
-1
/
+1
2020-08-07
Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-9
/
+9
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-06
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
1
-9
/
+9
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-28
/
+28
2020-05-19
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
1
-16
/
+12
2020-05-19
xfs: don't allow SWAPEXT if we'd screw up quota accounting
Darrick J. Wong
1
-0
/
+7
2020-05-06
xfs: clean up the error handling in xfs_swap_extents
Darrick J. Wong
1
-1
/
+1
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
1
-8
/
+8
2020-03-03
xfs: rework collapse range into an atomic operation
Brian Foster
1
-14
/
+15
2020-03-03
xfs: rework insert range into an atomic operation
Brian Foster
1
-19
/
+13
2020-03-03
xfs: open code insert range extent split helper
Brian Foster
1
-1
/
+13
2019-12-12
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
1
-0
/
+12
2019-11-11
xfs: attach dquots before performing xfs_swap_extents
Darrick J. Wong
1
-0
/
+8
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
1
-7
/
+0
2019-11-03
xfs: simplify xfs_iomap_eof_align_last_fsb
Christoph Hellwig
1
-23
/
+0
2019-10-31
xfs: properly serialise fallocate against AIO+DIO
Dave Chinner
1
-7
/
+1
[next]