summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 allocationxfs-5.7-merge-1Christoph 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
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin
2020-03-02xfs: fix iclog release error check race with shutdownBrian Foster