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_da_btree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-16
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
1
-1
/
+3
2022-05-22
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
1
-0
/
+1
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
1
-1
/
+3
2022-05-12
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
1
-3
/
+5
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
1
-0
/
+1
2022-04-21
xfs: convert da btree operations flags to unsigned.
Dave Chinner
1
-8
/
+8
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
1
-0
/
+1
2021-10-23
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-2
/
+1
2021-10-23
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2020-07-29
xfs: Refactor xfs_da_state_alloc() helper
Carlos Maiolino
1
-1
/
+1
2020-05-14
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-03-03
xfs: remove XFS_DA_OP_INCOMPLETE
Christoph Hellwig
1
-4
/
+2
2020-03-03
xfs: clean up the attr flag confusion
Christoph Hellwig
1
-1
/
+2
2020-03-03
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
1
-0
/
+2
2020-03-03
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
1
-2
/
+0
2020-03-03
xfs: turn xfs_da_args.value into a void pointer
Christoph Hellwig
1
-1
/
+1
2020-01-09
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
1
-1
/
+3
2019-11-22
xfs: remove the mappedbno argument to xfs_da_get_buf
Christoph Hellwig
1
-2
/
+1
2019-11-22
xfs: remove the mappedbno argument to xfs_da_read_buf
Christoph Hellwig
1
-3
/
+2
2019-11-22
xfs: split xfs_da3_node_read
Christoph Hellwig
1
-2
/
+4
2019-11-22
xfs: remove the mappedbno argument to xfs_da_reada_buf
Christoph Hellwig
1
-2
/
+2
2019-11-22
xfs: improve the xfs_dabuf_map calling conventions
Christoph Hellwig
1
-0
/
+3
2019-11-13
xfs: devirtualize ->m_dirnameops
Christoph Hellwig
1
-11
/
+0
2019-11-11
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
1
-1
/
+0
2019-11-11
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+3
2019-11-11
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+1
2019-11-11
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+1
2019-11-11
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+1
2019-11-11
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+1
2019-11-11
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
1
-0
/
+1
2019-11-11
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
1
-0
/
+6
2019-11-11
xfs: devirtualize ->node_hdr_to_disk
Christoph Hellwig
1
-0
/
+2
2019-11-11
xfs: devirtualize ->node_hdr_from_disk
Christoph Hellwig
1
-0
/
+3
2019-11-11
xfs: use unsigned int for all size values in struct xfs_da_geometry
Christoph Hellwig
1
-4
/
+4
2019-11-11
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
1
-0
/
+13
2019-08-31
xfs: allocate xattr buffer on demand
Dave Chinner
1
-1
/
+3
2018-08-03
xfs: fold dfops into the transaction
Brian Foster
1
-1
/
+0
2018-07-12
xfs: use ->t_firstblock in xattr ops
Brian Foster
1
-1
/
+0
2018-07-12
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
Brian Foster
1
-1
/
+0
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2017-06-20
xfs: remove double-underscore integer types
Darrick J. Wong
1
-4
/
+4
2017-02-03
xfs: fail _dir_open when readahead fails
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: rename flist/free_list to dfops
Darrick J. Wong
1
-1
/
+1
2016-08-03
xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
Darrick J. Wong
1
-2
/
+2
2014-06-25
libxfs: move header files
Dave Chinner
1
-0
/
+221