aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_da_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-1/+1
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig1-4/+2
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig1-1/+2
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig1-0/+2
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig1-2/+0
2020-03-02xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig1-1/+1
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig1-1/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig1-2/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig1-3/+2
2019-11-22xfs: split xfs_da3_node_readChristoph Hellwig1-2/+4
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufChristoph Hellwig1-2/+2
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig1-0/+3
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig1-11/+0
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig1-1/+0
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig1-0/+3
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig1-0/+1
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig1-0/+1
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig1-0/+1
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig1-0/+1
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig1-0/+1
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig1-0/+6
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig1-0/+2
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig1-0/+3
2019-11-10xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig1-4/+4
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig1-0/+13
2019-08-30xfs: allocate xattr buffer on demandDave Chinner1-1/+3
2018-08-02xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-07-11xfs: use ->t_firstblock in xattr opsBrian Foster1-1/+0
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong1-1/+1
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-2/+2
2014-06-25libxfs: move header filesDave Chinner1-0/+221