summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-03-27xfs: validate the realtime geometry in xfs_validate_sb_commonDarrick J. Wong
2020-03-19xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-18xfs: add support for rmap btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for refcount btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for inode btree staging cursorsDarrick J. Wong
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: make the btree cursor union members named structureDave Chinner
2020-03-13xfs: make btree cursor private union anonymousDave Chinner
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-13xfs: introduce new private btree cursor namesDave Chinner
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig
2020-03-02xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: factor out a xfs_attr_match helperChristoph Hellwig
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig
2020-03-02xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig