summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: add support for refcount btree staging cursorsDarrick J. Wong2020-03-182-10/+66
* xfs: add support for inode btree staging cursorsDarrick J. Wong2020-03-182-12/+76
* xfs: add support for free space btree staging cursorsDarrick J. Wong2020-03-182-16/+84
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-186-7/+793
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-185-2/+160
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-187-1/+249
* xfs: replace open-coded bitmap weight logicDarrick J. Wong2020-03-183-10/+18
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-185-79/+79
* xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2020-03-182-4/+2
* xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblockDarrick J. Wong2020-03-171-1/+1
* xfs: xfs_dabuf_map should return ENOMEM when map allocation failsDarrick J. Wong2020-03-151-1/+3
* xfs: cleanup xfs_log_unmount_writeChristoph Hellwig2020-03-131-16/+16
* xfs: remove dead code from xfs_log_unmount_writeChristoph Hellwig2020-03-131-32/+3
* xfs: remove the unused return value from xfs_log_unmount_writeChristoph Hellwig2020-03-131-10/+5
* xfs: remove the unused XLOG_UNMOUNT_REC_TYPE defineChristoph Hellwig2020-03-131-6/+0
* xfs: mark XLOG_FORCED_SHUTDOWN as unlikelyChristoph Hellwig2020-03-131-1/+2
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-135-36/+33
* xfs: make the btree cursor union members named structureDave Chinner2020-03-131-15/+24
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-134-9/+9
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-136-76/+76
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-1317-187/+187
* xfs: introduce new private btree cursor namesDave Chinner2020-03-131-0/+2
* xfs: fix regression in "cleanup xfs_dir2_block_getdents"Tommi Rantala2020-03-131-5/+7
* xfs: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-5/+5
* xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-03-121-0/+3
* xfs: check owner of dir3 blocksDarrick J. Wong2020-03-121-2/+31
* xfs: check owner of dir3 data blocksDarrick J. Wong2020-03-121-2/+30
* xfs: check owner of dir3 free blocksDarrick J. Wong2020-03-121-0/+2
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-03-121-0/+1
* xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong2020-03-121-1/+1
* xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong2020-03-123-4/+5
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-1212-20/+46
* xfs: fix xfs_rmap_has_other_keys usage of ECANCELEDDarrick J. Wong2020-03-121-7/+6
* xfs: fix use-after-free when aborting corrupt attr inactivationDarrick J. Wong2020-03-121-1/+1
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-118-15/+15
* 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-021-4/+0
* xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig2020-03-021-6/+1
* xfs: clean up bufsize alignment in xfs_ioc_attr_listChristoph Hellwig2020-03-021-1/+1
* xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig2020-03-028-37/+22
* xfs: remove XFS_DA_OP_INCOMPLETEChristoph Hellwig2020-03-024-15/+11
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-0213-96/+96
* xfs: clean up the ATTR_REPLACE checksChristoph Hellwig2020-03-021-12/+12
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-024-28/+24