summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: fix uninitialized error variablesDarrick J. Wong2019-02-251-1/+1
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-212-10/+7Star
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-185-19/+19
* xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-0/+3
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-172-7/+36
* xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-172-52/+58
* xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
* xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26Star
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-152-3/+3
* xfs: add magic numbers to dquot buffer opsDarrick J. Wong2019-02-121-0/+4
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-121-1/+5
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-124-37/+43
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-1213-46/+57
* xfs: use verifier magic field in dir2 leaf verifiersBrian Foster2019-02-121-68/+19Star
* xfs: distinguish between bnobt and cntbt magic valuesBrian Foster2019-02-121-35/+25Star
* xfs: split up allocation btree verifierBrian Foster2019-02-123-7/+14
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-121-9/+7Star
* xfs: create a separate finobt verifierBrian Foster2019-02-123-2/+10
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-125-7/+8
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-121-1/+3
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-123-2/+16
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-122-11/+7Star
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-122-4/+59
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-122-12/+0Star
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-122-8/+7Star
* xfs: check attribute name validityDarrick J. Wong2019-02-122-1/+18
* xfs: check directory name validityDarrick J. Wong2019-02-122-0/+18
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-122-0/+12
* xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-191-2/+2
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-0/+13
* xfs: move XFS_INODE_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-0/+10
* xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfsDarrick J. Wong2018-12-191-0/+5
* xfs: fix symbolic enum printing in ftrace outputDarrick J. Wong2018-12-191-0/+4
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-121-0/+6
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-122-7/+6Star
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-13/+10Star
* xfs: add a block to inode count converterDarrick J. Wong2018-12-123-11/+12
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-128-50/+55
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-126-155/+155
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-122-39/+42
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-122-10/+13
* xfs: zero length symlinks are not validDave Chinner2018-12-121-4/+10
* xfs: libxfs: move xfs_perag_put latePan Bian2018-12-121-1/+1
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
* xfs: finobt AG reserves don't consider last AG can be a runtDave Chinner2018-11-201-4/+7
* xfs: fix overflow in xfs_attr3_leaf_verifyDave Chinner2018-11-061-2/+9
* xfs: Add attibute remove and helper functionsAllison Henderson2018-10-182-11/+26
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-184-87/+115
* xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson2018-10-181-23/+30