summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: simplify the xfs_log_release_iclog calling conventionChristoph Hellwig2020-03-233-9/+6
* xfs: factor out a xlog_wait_on_iclog helperChristoph Hellwig2020-03-231-45/+31
* xfs: merge xlog_cil_push into xlog_cil_push_workChristoph Hellwig2020-03-231-28/+18
* xfs: remove the di_version field from struct icdinodeChristoph Hellwig2020-03-199-44/+24
* xfs: simplify a check in xfs_ioctl_setattr_check_cowextsizeChristoph Hellwig2020-03-191-2/+1
* xfs: simplify di_flags2 inheritance in xfs_iallocChristoph Hellwig2020-03-191-10/+3
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-1911-37/+27
* xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig2020-03-197-21/+25
* xfs: fix unmount hang and memory leak on shutdown during quotaoffBrian Foster2020-03-182-6/+22
* xfs: factor out quotaoff intent AIL removal and memory freeBrian Foster2020-03-182-9/+21
* xfs: add support for rmap btree staging cursorsDarrick J. Wong2020-03-182-10/+62
* 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