summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-198-33/+23
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-195-19/+23
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-182-10/+62
* xfs: add support for refcount btree staging cursorsDarrick J. Wong2020-03-182-10/+66
* xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-182-12/+76
* 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-022-4/+3
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-023-14/+9
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-026-50/+29
* xfs: clean up the ATTR_REPLACE checksChristoph Hellwig2020-03-021-12/+12
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-021-2/+2
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-022-23/+20
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-021-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-021-17/+17
* xfs: factor out a xfs_attr_match helperChristoph Hellwig2020-03-021-50/+30
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-023-9/+5
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-024-23/+8
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-024-15/+13
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-022-9/+8
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-022-60/+24
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-022-40/+32
* xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig2020-03-021-1/+1
* xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig2020-03-021-3/+0
* xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig2020-03-021-4/+0
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-022-118/+62
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-021-3/+2