summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-03-02xfs: move the legacy xfs_attr_list to xfs_ioctl.cChristoph Hellwig6-144/+137
2020-03-02xfs: open code ATTR_ENTSIZEChristoph Hellwig1-7/+4
2020-03-02xfs: remove the unused ATTR_ENTRY macroChristoph Hellwig1-8/+0
2020-03-02xfs: cleanup struct xfs_attr_list_contextChristoph Hellwig4-54/+55
2020-03-02xfs: factor out a xfs_attr_match helperChristoph Hellwig1-50/+30
2020-03-02xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIMEChristoph Hellwig5-11/+6
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig5-33/+18
2020-03-02xfs: remove ATTR_KERNOVALChristoph Hellwig6-22/+13
2020-03-02xfs: remove the xfs_inode argument to xfs_attr_get_ilockedChristoph Hellwig3-10/+9
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig5-100/+68
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig6-74/+87
2020-03-02xfs: turn xfs_da_args.value into a void pointerChristoph Hellwig1-1/+1
2020-03-02xfs: remove the MAXNAMELEN check from xfs_attr_args_initChristoph Hellwig1-3/+0
2020-03-02xfs: remove the name == NULL check from xfs_attr_args_initChristoph Hellwig1-4/+0
2020-03-02xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE opChristoph Hellwig3-106/+59
2020-03-02xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLEChristoph Hellwig2-24/+10
2020-03-02xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_setChristoph Hellwig3-32/+12
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig5-149/+77
2020-03-02xfs: remove the ATTR_INCOMPLETE flagChristoph Hellwig3-10/+5
2020-03-02xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLEChristoph Hellwig2-0/+4
2020-03-02xfs: rework collapse range into an atomic operationBrian Foster1-14/+15
2020-03-02xfs: rework insert range into an atomic operationBrian Foster1-19/+13
2020-03-02xfs: open code insert range extent split helperBrian Foster3-32/+17
2020-03-02xfs: Add missing annotation to xfs_ail_check()Jules Irenge1-0/+1
2020-03-02xfs: fix an undefined behaviour in _da3_path_shiftQian Cai1-1/+2
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig1-1/+1
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig1-1/+1
2020-03-02xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig7-54/+27
2020-03-02xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig11-52/+46
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig4-5/+12
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong1-2/+3
2020-03-02xfs: add agf freeblocks verify in xfs_agf_verifyZheng Bin1-0/+16
2020-03-02xfs: fix iclog release error check race with shutdownBrian Foster1-4/+9
2020-02-11Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-06Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-365/+278
2020-01-30Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds33-253/+300
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong5-13/+17
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong6-18/+1
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong3-33/+25
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong4-79/+18
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong10-62/+67
2020-01-26xfs: make xfs_trans_get_buf_map return an error codeDarrick J. Wong3-22/+23
2020-01-26xfs: make xfs_buf_read return an error codeDarrick J. Wong4-24/+18
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong3-20/+30
2020-01-26xfs: make xfs_buf_get return an error codeDarrick J. Wong3-15/+11
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong7-83/+72
2020-01-26xfs: make xfs_buf_get_map return an error codeDarrick J. Wong3-37/+34