summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-16xfs: make struct xfs_buf_log_format have a consistent sizeDarrick J. Wong1-5/+14
2020-01-16xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong1-9/+0
2020-01-16xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong1-6/+31
2020-01-16xfs: refactor remote attr value buffer invalidationDarrick J. Wong2-20/+34
2020-01-15xfs: Add __packed to xfs_dir2_sf_entry_t definitionVincenzo Frascino1-1/+1
2020-01-14xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong1-0/+7
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2-7/+13
2020-01-09xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig4-6/+6
2020-01-09xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig1-2/+5
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen1-2/+0
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun1-1/+1
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2-0/+65