summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: add support for free space btree staging cursorsDarrick J. Wong2020-03-182-16/+84
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-184-7/+707
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-184-2/+127
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-184-1/+219
* xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong2020-03-171-1/+1
* xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong2020-03-151-1/+3
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-135-36/+33
* xfs: make the btree cursor union members named structureDave Chinner2020-03-131-15/+24
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-134-9/+9
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-133-72/+72
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-139-175/+175
* xfs: introduce new private btree cursor namesDave Chinner2020-03-131-0/+2
* xfs: check owner of dir3 blocksDarrick J. Wong2020-03-121-2/+31
* xfs: check owner of dir3 data blocksDarrick J. Wong2020-03-121-2/+30
* xfs: check owner of dir3 free blocksDarrick J. Wong2020-03-121-0/+2
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-03-121-0/+1
* xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong2020-03-121-1/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-126-14/+14
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-113-10/+10
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-116-50/+43
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-114-23/+21
* xfs: remove the xfs_agfl_t typedefChristoph Hellwig2020-03-111-3/+3
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-114-12/+16
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-032-4/+3
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-033-14/+9
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-036-50/+29
* xfs: clean up the ATTR_REPLACE checksChristoph Hellwig2020-03-031-12/+12
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-031-2/+2
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-032-23/+20
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-031-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-031-17/+17
* xfs: factor out a xfs_attr_match helperChristoph Hellwig2020-03-031-50/+30
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-033-9/+5
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-034-23/+8
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-034-15/+13
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-032-9/+8
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-032-60/+24
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-032-40/+32
* xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig2020-03-031-1/+1
* xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig2020-03-031-3/+0
* xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig2020-03-031-4/+0
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-032-118/+62
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-031-3/+2
* xfs: open code insert range extent split helperBrian Foster2020-03-032-31/+4
* xfs: fix an undefined behaviour in _da3_path_shiftQian Cai2020-03-031-1/+2
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-031-4/+4
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-032-8/+4
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-031-0/+2