aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong1-5/+5
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-03-12xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong1-18/+15
2019-03-10xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong1-2/+2
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong1-12/+8
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor1-0/+2
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong1-1/+1
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2-10/+7
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong5-19/+19
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig1-0/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2-7/+36
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2-52/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2-3/+3
2019-02-11xfs: add magic numbers to dquot buffer opsDarrick J. Wong1-0/+4
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong1-1/+5
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster4-37/+43
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster13-46/+57
2019-02-11xfs: use verifier magic field in dir2 leaf verifiersBrian Foster1-68/+19
2019-02-11xfs: distinguish between bnobt and cntbt magic valuesBrian Foster1-35/+25
2019-02-11xfs: split up allocation btree verifierBrian Foster3-7/+14
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster1-9/+7
2019-02-11xfs: create a separate finobt verifierBrian Foster3-2/+10
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster5-7/+8
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong1-1/+3
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong3-2/+16
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2-11/+7
2019-02-11xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2-4/+59
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster2-12/+0
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster2-8/+7
2019-02-11xfs: check attribute name validityDarrick J. Wong2-1/+18
2019-02-11xfs: check directory name validityDarrick J. Wong2-0/+18
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2-0/+12
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong1-2/+2
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong1-0/+13
2018-12-19xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+10
2018-12-19xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong1-0/+5
2018-12-19xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong1-0/+4
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-0/+6
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2-7/+6
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong1-13/+10
2018-12-12xfs: add a block to inode count converterDarrick J. Wong3-11/+12
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong8-50/+55
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong6-155/+155
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong2-39/+42
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong2-10/+13
2018-12-12xfs: zero length symlinks are not validDave Chinner1-4/+10
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian1-1/+1
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1