summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-1111-72/+68
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-118-35/+33
* xfs: remove the xfs_agfl_t typedefChristoph Hellwig2020-03-111-3/+3
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-115-13/+17
* xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers2020-03-111-1/+3
* xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig2020-03-031-4/+0
* xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig2020-03-031-6/+1
* xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig2020-03-031-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-038-37/+22
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-034-15/+11
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-0313-96/+96
* xfs: clean up the ATTR_REPLACE checksChristoph Hellwig2020-03-031-12/+12
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-034-28/+24
* xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig2020-03-033-37/+20
* xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig2020-03-033-41/+22
* xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig2020-03-032-22/+12
* xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig2020-03-035-9/+9
* xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig2020-03-036-144/+137
* xfs: open code ATTR_ENTSIZEChristoph Hellwig2020-03-031-7/+4
* xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig2020-03-031-8/+0
* xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig2020-03-034-54/+55
* xfs: factor out a xfs_attr_match helperChristoph Hellwig2020-03-031-50/+30
* xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig2020-03-035-11/+6
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-035-33/+18
* xfs: remove ATTR_KERNOVALChristoph Hellwig2020-03-036-22/+13
* xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig2020-03-033-10/+9
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-035-100/+68
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-036-74/+87
* xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig2020-03-031-1/+1
* xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig2020-03-031-3/+0
* xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig2020-03-031-4/+0
* xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig2020-03-033-106/+59
* xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2020-03-032-24/+10
* xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig2020-03-033-32/+12
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-035-149/+77
* xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig2020-03-033-10/+5
* xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig2020-03-032-0/+4
* xfs: rework collapse range into an atomic operationBrian Foster2020-03-031-14/+15
* xfs: rework insert range into an atomic operationBrian Foster2020-03-031-19/+13
* xfs: open code insert range extent split helperBrian Foster2020-03-033-32/+17
* xfs: Add missing annotation to xfs_ail_check()Jules Irenge2020-03-031-0/+1
* xfs: fix an undefined behaviour in _da3_path_shiftQian Cai2020-03-031-1/+2
* xfs: ratelimit xfs_discard_page messagesChristoph Hellwig2020-03-031-1/+1
* xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig2020-03-031-1/+1
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-037-54/+27
* xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig2020-03-0311-52/+46
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-034-5/+12
* xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong2020-03-031-2/+3
* xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin2020-03-031-0/+16
* xfs: fix iclog release error check race with shutdownBrian Foster2020-03-031-4/+9