aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressGravatar Darrick J. Wong 3-4/+5
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 12-20/+46
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDGravatar Darrick J. Wong 1-7/+6
2020-03-12xfs: fix use-after-free when aborting corrupt attr inactivationGravatar Darrick J. Wong 1-1/+1
2020-03-11xfs: remove XFS_BUF_TO_SBPGravatar Christoph Hellwig 8-15/+15
2020-03-11xfs: remove XFS_BUF_TO_AGFGravatar Christoph Hellwig 11-72/+68
2020-03-11xfs: remove XFS_BUF_TO_AGIGravatar Christoph Hellwig 8-35/+33
2020-03-11xfs: remove the xfs_agfl_t typedefGravatar Christoph Hellwig 1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflGravatar Christoph Hellwig 5-13/+17
2020-03-11xfs: clear PF_MEMALLOC before exiting xfsaild threadGravatar Eric Biggers 1-1/+3
2020-03-02xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationGravatar Christoph Hellwig 1-4/+0
2020-03-02xfs: only allocate the buffer size actually needed in __xfs_set_aclGravatar Christoph Hellwig 1-6/+1
2020-03-02xfs: clean up bufsize alignment in xfs_ioc_attr_listGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 8-37/+22
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEGravatar Christoph Hellwig 4-15/+11
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 13-96/+96
2020-03-02xfs: clean up the ATTR_REPLACE checksGravatar Christoph Hellwig 1-12/+12
2020-03-02xfs: improve xfs_forget_aclGravatar Christoph Hellwig 4-28/+24
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listGravatar Christoph Hellwig 3-37/+20
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listGravatar Christoph Hellwig 3-41/+22
2020-03-02xfs: lift common checks into xfs_ioc_attr_listGravatar Christoph Hellwig 2-22/+12
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 5-9/+9
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cGravatar Christoph Hellwig 6-144/+137
2020-03-02xfs: open code ATTR_ENTSIZEGravatar Christoph Hellwig 1-7/+4
2020-03-02xfs: remove the unused ATTR_ENTRY macroGravatar Christoph Hellwig 1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextGravatar Christoph Hellwig 4-54/+55
2020-03-02xfs: factor out a xfs_attr_match helperGravatar Christoph Hellwig 1-50/+30
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEGravatar Christoph Hellwig 5-11/+6
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 5-33/+18
2020-03-02xfs: remove ATTR_KERNOVALGravatar Christoph Hellwig 6-22/+13
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedGravatar Christoph Hellwig 3-10/+9
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getGravatar Christoph Hellwig 5-100/+68
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 6-74/+87
2020-03-02xfs: turn xfs_da_args.value into a void pointerGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initGravatar Christoph Hellwig 1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initGravatar Christoph Hellwig 1-4/+0
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opGravatar Christoph Hellwig 3-106/+59
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEGravatar Christoph Hellwig 2-24/+10
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setGravatar Christoph Hellwig 3-32/+12
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setGravatar Christoph Hellwig 5-149/+77
2020-03-02xfs: remove the ATTR_INCOMPLETE flagGravatar Christoph Hellwig 3-10/+5
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEGravatar Christoph Hellwig 2-0/+4
2020-03-02xfs: rework collapse range into an atomic operationGravatar Brian Foster 1-14/+15
2020-03-02xfs: rework insert range into an atomic operationGravatar Brian Foster 1-19/+13
2020-03-02xfs: open code insert range extent split helperGravatar Brian Foster 3-32/+17
2020-03-02xfs: Add missing annotation to xfs_ail_check()Gravatar Jules Irenge 1-0/+1
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftGravatar Qian Cai 1-1/+2
2020-03-02xfs: ratelimit xfs_discard_page messagesGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 7-54/+27