aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_da_btree.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13xfs: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEGravatar Christoph Hellwig 1-4/+2
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-1/+2
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEGravatar Christoph Hellwig 1-0/+2
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 1-2/+0
2020-03-02xfs: turn xfs_da_args.value into a void pointerGravatar Christoph Hellwig 1-1/+1
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-1/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 1-2/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-3/+2
2019-11-22xfs: split xfs_da3_node_readGravatar Christoph Hellwig 1-2/+4
2019-11-22xfs: remove the mappedbno argument to xfs_da_reada_bufGravatar Christoph Hellwig 1-2/+2
2019-11-22xfs: improve the xfs_dabuf_map calling conventionsGravatar Christoph Hellwig 1-0/+3
2019-11-13xfs: devirtualize ->m_dirnameopsGravatar Christoph Hellwig 1-11/+0
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 1-1/+0
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+3
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+1
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+1
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+1
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+1
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-0/+1
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 1-0/+6
2019-11-10xfs: devirtualize ->node_hdr_to_diskGravatar Christoph Hellwig 1-0/+2
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 1-0/+3
2019-11-10xfs: use unsigned int for all size values in struct xfs_da_geometryGravatar Christoph Hellwig 1-4/+4
2019-11-10xfs: move incore structures out of xfs_da_format.hGravatar Christoph Hellwig 1-0/+13
2019-08-30xfs: allocate xattr buffer on demandGravatar Dave Chinner 1-1/+3
2018-08-02xfs: fold dfops into the transactionGravatar Brian Foster 1-1/+0
2018-07-11xfs: use ->t_firstblock in xattr opsGravatar Brian Foster 1-1/+0
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeGravatar Brian Foster 1-1/+0
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-4/+4
2017-02-02xfs: fail _dir_open when readahead failsGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-1/+1
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-2/+2
2014-06-25libxfs: move header filesGravatar Dave Chinner 1-0/+221