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_dir2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-02
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
1
-0
/
+104
2024-07-02
xfs: create libxfs helper to rename two directory entries
Darrick J. Wong
1
-0
/
+227
2024-07-02
xfs: create libxfs helper to exchange two directory entries
Darrick J. Wong
1
-0
/
+125
2024-07-02
xfs: create libxfs helper to remove an existing inode/name from a directory
Darrick J. Wong
1
-0
/
+81
2024-07-02
xfs: create libxfs helper to link an existing inode into a directory
Darrick J. Wong
1
-3
/
+68
2024-07-02
xfs: create libxfs helper to link a new inode into a directory
Darrick J. Wong
1
-0
/
+53
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
1
-115
/
+73
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
1
-23
/
+26
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
1
-23
/
+25
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
1
-25
/
+28
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
1
-26
/
+40
2024-04-23
xfs: add raw parent pointer apis to support repair
Darrick J. Wong
1
-1
/
+1
2024-04-16
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
1
-0
/
+5
2024-02-22
xfs: report dir/attr block corruption errors to the health system
Darrick J. Wong
1
-1
/
+4
2024-02-22
xfs: create a static name for the dot entry too
Darrick J. Wong
1
-0
/
+6
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-4
/
+4
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
1
-10
/
+4
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-9
/
+9
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-9
/
+9
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
1
-1
/
+1
2023-04-12
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
1
-2
/
+3
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
1
-20
/
+30
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
1
-1
/
+1
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
1
-0
/
+8
2022-03-14
xfs: constify xfs_name_dotdot
Darrick J. Wong
1
-1
/
+5
2022-03-14
xfs: constify the name argument to various directory functions
Darrick J. Wong
1
-15
/
+15
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-3
/
+3
2021-04-08
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-7
/
+7
2020-05-19
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
1
-4
/
+4
2019-12-19
libxfs: resync with the userspace libxfs
Darrick J. Wong
1
-0
/
+21
2019-11-13
xfs: devirtualize ->m_dirnameops
Christoph Hellwig
1
-22
/
+11
2019-11-13
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
1
-5
/
+5
2019-11-11
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
1
-2
/
+0
2019-11-11
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+8
2019-11-11
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+2
2019-11-11
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+2
2019-11-11
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+2
2019-11-11
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
1
-2
/
+5
2019-11-11
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
1
-5
/
+7
2019-11-05
xfs: always log corruption errors
Darrick J. Wong
1
-1
/
+3
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-7
/
+7
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-5
/
+0
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-02-12
xfs: check directory name validity
Darrick J. Wong
1
-0
/
+17
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-2
/
+0
2018-07-12
xfs: remove xfs_bunmapi() firstblock param
Brian Foster
1
-2
/
+1
2018-07-12
xfs: use ->t_firstblock in xattr ops
Brian Foster
1
-4
/
+1
2018-07-12
xfs: remove firstblock param from xfs dir ops
Brian Foster
1
-8
/
+4
2018-07-12
xfs: remove xfs_bunmapi() dfops param
Brian Foster
1
-1
/
+1
[next]