aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-18xfs: add support for free space btree staging cursorsGravatar Darrick J. Wong 2-16/+84
2020-03-18xfs: support bulk loading of staged btreesGravatar Darrick J. Wong 4-7/+707
2020-03-18xfs: introduce fake roots for inode-rooted btreesGravatar Darrick J. Wong 4-2/+127
2020-03-18xfs: introduce fake roots for ag-rooted btreesGravatar Darrick J. Wong 4-1/+219
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockGravatar Darrick J. Wong 1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsGravatar Darrick J. Wong 1-1/+3
2020-03-13xfs: make the btree ag cursor private union anonymousGravatar Dave Chinner 5-36/+33
2020-03-13xfs: make the btree cursor union members named structureGravatar Dave Chinner 1-15/+24
2020-03-13xfs: make btree cursor private union anonymousGravatar Dave Chinner 1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsGravatar Dave Chinner 4-9/+9
2020-03-13xfs: convert btree cursor inode-private member namesGravatar Dave Chinner 3-72/+72
2020-03-13xfs: convert btree cursor ag-private member nameGravatar Dave Chinner 9-175/+175
2020-03-13xfs: introduce new private btree cursor namesGravatar Dave Chinner 1-0/+2
2020-03-12xfs: check owner of dir3 blocksGravatar Darrick J. Wong 1-2/+31
2020-03-12xfs: check owner of dir3 data blocksGravatar Darrick J. Wong 1-2/+30
2020-03-12xfs: check owner of dir3 free blocksGravatar Darrick J. Wong 1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readGravatar Darrick J. Wong 1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsGravatar Darrick J. Wong 1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 6-14/+14
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDGravatar Darrick J. Wong 1-7/+6
2020-03-11xfs: remove XFS_BUF_TO_SBPGravatar Christoph Hellwig 3-10/+10
2020-03-11xfs: remove XFS_BUF_TO_AGFGravatar Christoph Hellwig 6-50/+43
2020-03-11xfs: remove XFS_BUF_TO_AGIGravatar Christoph Hellwig 4-23/+21
2020-03-11xfs: remove the xfs_agfl_t typedefGravatar Christoph Hellwig 1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflGravatar Christoph Hellwig 4-12/+16
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 2-4/+3
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEGravatar Christoph Hellwig 3-14/+9
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 6-50/+29
2020-03-02xfs: clean up the ATTR_REPLACE checksGravatar Christoph Hellwig 1-12/+12
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cGravatar Christoph Hellwig 2-23/+20
2020-03-02xfs: remove the unused ATTR_ENTRY macroGravatar Christoph Hellwig 1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 1-17/+17
2020-03-02xfs: factor out a xfs_attr_match helperGravatar Christoph Hellwig 1-50/+30
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEGravatar Christoph Hellwig 3-9/+5
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 4-23/+8
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 4-15/+13
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedGravatar Christoph Hellwig 2-9/+8
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getGravatar Christoph Hellwig 2-60/+24
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 2-40/+32
2020-03-02xfs: turn xfs_da_args.value into a void pointerGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initGravatar Christoph Hellwig 1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initGravatar Christoph Hellwig 1-4/+0
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setGravatar Christoph Hellwig 2-118/+62
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 1-3/+2
2020-03-02xfs: open code insert range extent split helperGravatar Brian Foster 2-31/+4
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftGravatar Qian Cai 1-1/+2
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-4/+4
2020-03-02xfs: remove the icdinode di_uid/di_gid membersGravatar Christoph Hellwig 2-8/+4
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesGravatar Christoph Hellwig 1-0/+2