summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson2018-10-181-0/+148
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-183-23/+11Star
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: validate inode di_forkoffEric Sandeen2018-09-291-0/+30
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-0/+2
* xfs: remove last of unnecessary xfs_defer_cancel() callersBrian Foster2018-09-292-28/+10Star
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-1439-1097/+973Star
|\
| * xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16