summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_da_btree.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong2022-06-151-1/+3
* xfs: clean up xfs_attr_node_hasnameDarrick J. Wong2022-05-221-0/+1
* xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-121-1/+3
* xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner2022-05-121-3/+5
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+1
|\
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-131-0/+1
* | xfs: convert da btree operations flags to unsigned.Dave Chinner2022-04-211-8/+8
|/
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-2/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-281-1/+1
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-021-4/+2
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-1/+2
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-021-0/+2
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-021-2/+0
* xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig2020-03-021-1/+1
* xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig2020-01-091-1/+3
* xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-221-2/+1
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-3/+2
* xfs: split xfs_da3_node_readChristoph Hellwig2019-11-221-2/+4
* xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig2019-11-221-2/+2
* xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-221-0/+3
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-11/+0
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-101-1/+0
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+3
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+1
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+1
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+1
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+1
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-0/+1
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-101-0/+6
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-101-0/+2
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-101-0/+3
* xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig2019-11-101-4/+4
* xfs: move incore structures out of xfs_da_format.hChristoph Hellwig2019-11-101-0/+13
* xfs: allocate xattr buffer on demandDave Chinner2019-08-301-1/+3
* xfs: fold dfops into the transactionBrian Foster2018-08-021-1/+0
* xfs: use ->t_firstblock in xattr opsBrian Foster2018-07-111-1/+0
* xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster2018-07-111-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: fail _dir_open when readahead failsDarrick J. Wong2017-02-021-1/+1
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-1/+1
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-2/+2
* libxfs: move header filesDave Chinner2014-06-251-0/+221