summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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: xfs_buf_corruption_error should take __this_addressDarrick 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-12xfs: fix use-after-free when aborting corrupt attr inactivationDarrick 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-11xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-03-02xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig
2020-03-02xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig
2020-03-02xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph 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: improve xfs_forget_aclChristoph Hellwig
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: lift common checks into xfs_ioc_attr_listChristoph 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: open code ATTR_ENTSIZEChristoph 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
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig
2020-03-02xfs: rework collapse range into an atomic operationBrian Foster
2020-03-02xfs: rework insert range into an atomic operationBrian Foster
2020-03-02xfs: open code insert range extent split helperBrian Foster
2020-03-02xfs: Add missing annotation to xfs_ail_check()Jules Irenge
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftQian Cai