summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: change some error-less functions to void typesEric Sandeen2019-05-024-12/+8Star
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-303-2/+5
* xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-303-29/+22Star
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-3/+14
* xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
* xfs: make tr_growdata a permanent transactionBrian Foster2019-04-231-1/+5
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-152-1/+14
* xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-153-1/+16
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-152-1/+13
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-153-0/+68
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-152-28/+64
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-151-0/+2
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-151-2/+3
* xfs: track metadata health statusDarrick J. Wong2019-04-151-0/+183
* xfs: don't account extra agfl blocks as availableBrian Foster2019-04-151-2/+8
* xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong2019-03-121-18/+15Star
* xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
* xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8Star
* xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* 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