aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner3-72/+72
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner9-175/+175
2020-03-13xfs: introduce new private btree cursor namesDave Chinner1-0/+2
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong1-2/+31
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong1-2/+30
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong6-14/+14
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong1-7/+6
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig3-10/+10
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig6-50/+43
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig4-23/+21
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig4-12/+16
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2-4/+3
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig3-14/+9
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig6-50/+29
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig1-12/+12
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2-23/+20
2020-03-02xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-17/+17
2020-03-02xfs: factor out a xfs_attr_match helperChristoph Hellwig1-50/+30
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig3-9/+5
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig4-23/+8
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig4-15/+13
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2-9/+8
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2-60/+24
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2-40/+32
2020-03-02xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig1-1/+1
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig1-4/+0
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2-118/+62
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig1-3/+2
2020-03-02xfs: open code insert range extent split helperBrian Foster2-31/+4
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftQian Cai1-1/+2
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig1-4/+4
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2-8/+4
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-0/+2
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-6/+0
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong2-27/+20
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong4-79/+18
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong3-17/+27
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong1-6/+2
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong1-4/+4
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong1-9/+12
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong2-7/+7
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong2-14/+7