aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-18xfs: introduce fake roots for ag-rooted btreesGravatar Darrick J. Wong 7-1/+249
2020-03-18xfs: replace open-coded bitmap weight logicGravatar Darrick J. Wong 3-10/+18
2020-03-18xfs: rename xfs_bitmap to xbitmapGravatar Darrick J. Wong 5-79/+79
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapGravatar Darrick J. Wong 2-4/+2
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockGravatar Darrick J. Wong 1-1/+1
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsGravatar Darrick J. Wong 1-1/+3
2020-03-13xfs: cleanup xfs_log_unmount_writeGravatar Christoph Hellwig 1-16/+16
2020-03-13xfs: remove dead code from xfs_log_unmount_writeGravatar Christoph Hellwig 1-32/+3
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeGravatar Christoph Hellwig 1-10/+5
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineGravatar Christoph Hellwig 1-6/+0
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyGravatar Christoph Hellwig 1-1/+2
2020-03-13xfs: make the btree ag cursor private union anonymousGravatar Dave Chinner 5-36/+33
2020-03-13xfs: make the btree cursor union members named structureGravatar Dave Chinner 1-15/+24
2020-03-13xfs: make btree cursor private union anonymousGravatar Dave Chinner 1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsGravatar Dave Chinner 4-9/+9
2020-03-13xfs: convert btree cursor inode-private member namesGravatar Dave Chinner 6-76/+76
2020-03-13xfs: convert btree cursor ag-private member nameGravatar Dave Chinner 17-187/+187
2020-03-13xfs: introduce new private btree cursor namesGravatar Dave Chinner 1-0/+2
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Gravatar Tommi Rantala 1-5/+7
2020-03-12xfs: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-5/+5
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2020-03-12xfs: check owner of dir3 blocksGravatar Darrick J. Wong 1-2/+31
2020-03-12xfs: check owner of dir3 data blocksGravatar Darrick J. Wong 1-2/+30
2020-03-12xfs: check owner of dir3 free blocksGravatar Darrick J. Wong 1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readGravatar Darrick J. Wong 1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsGravatar Darrick J. Wong 1-1/+1
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