summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-03-18xfs: add support for free space btree staging cursorsDarrick J. Wong
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2020-03-17xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong
2020-03-15xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong
2020-03-13xfs: cleanup xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig
2020-03-13xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig
2020-03-13xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: make the btree cursor union members named structureDave Chinner
2020-03-13xfs: make btree cursor private union anonymousDave Chinner
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-13xfs: introduce new private btree cursor namesDave Chinner
2020-03-13xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala
2020-03-12xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong
2020-03-12xfs: check owner of dir3 data blocksDarrick J. Wong
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-03-12xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong
2020-03-12xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-03-11xfs: remove the xfs_agfl_t typedefChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-03-11xfs: clear PF_MEMALLOC before exiting xfsaild threadEric Biggers
2020-03-02xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocationChristoph Hellwig
2020-03-02xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig
2020-03-02xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: clean up the ATTR_REPLACE checksChristoph Hellwig
2020-03-02xfs: improve xfs_forget_aclChristoph Hellwig
2020-03-02xfs: lift cursor copy in/out into xfs_ioc_attr_listChristoph Hellwig
2020-03-02xfs: lift buffer allocation into xfs_ioc_attr_listChristoph Hellwig