summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig1-10/+5
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig1-6/+0
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig1-1/+2
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner5-36/+33
2020-03-13xfs: make the btree cursor union members named structureDave Chinner1-15/+24
2020-03-13xfs: make btree cursor private union anonymousDave Chinner1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner4-9/+9
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner6-76/+76
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner17-187/+187
2020-03-13xfs: introduce new private btree cursor namesDave Chinner1-0/+2
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala1-5/+7
2020-03-12xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-5/+5
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong1-2/+31
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong1-2/+30
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong1-1/+1
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong3-4/+5
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong12-20/+46
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong1-7/+6
2020-03-12xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong1-1/+1
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig8-15/+15
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig11-72/+68
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig8-35/+33
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig1-3/+3
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig5-13/+17
2020-03-11xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers1-1/+3
2020-03-02xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig1-4/+0
2020-03-02xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig1-6/+1
2020-03-02xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig8-37/+22
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig4-15/+11
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig13-96/+96
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig1-12/+12
2020-03-02xfs: improve xfs_forget_aclChristoph Hellwig4-28/+24
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig3-37/+20
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig3-41/+22
2020-03-02xfs: lift common checks into xfs_ioc_attr_listChristoph Hellwig2-22/+12
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig5-9/+9
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