summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong1-0/+32
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig2-11/+6
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig8-33/+23
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig5-19/+23
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong2-10/+62
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong2-10/+66
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong2-12/+76
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong2-16/+84
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong4-7/+707
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong4-2/+127
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong4-1/+219
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong1-1/+3
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner5-36/+33
2020-03-13xfs: make the btree cursor union members named structureDave Chinner1-15/+24
2020-03-13xfs: make btree cursor private union anonymousDave Chinner1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner4-9/+9
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-03xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2-4/+3
2020-03-03xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig3-14/+9
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig6-50/+29
2020-03-03xfs: clean up the ATTR_REPLACE checksChristoph Hellwig1-12/+12
2020-03-03xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2
2020-03-03xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2-23/+20
2020-03-03xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig1-8/+0
2020-03-03xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig1-17/+17
2020-03-03xfs: factor out a xfs_attr_match helperChristoph Hellwig1-50/+30
2020-03-03xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig3-9/+5
2020-03-03xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig4-23/+8
2020-03-03xfs: remove ATTR_KERNOVALChristoph Hellwig4-15/+13
2020-03-03xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2-9/+8
2020-03-03xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2-60/+24
2020-03-03xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2-40/+32
2020-03-03xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig1-1/+1
2020-03-03xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig1-3/+0
2020-03-03xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig1-4/+0