summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-10-011-8/+21
* xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* xfs: change some error-less functions to void typesEric Sandeen2019-05-014-12/+8
* 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/+22
* 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-221-1/+5
* xfs: report inode health via bulkstatDarrick J. Wong2019-04-142-1/+14
* xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-143-1/+16
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-142-1/+13
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-143-0/+68
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-142-28/+64
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-141-0/+2
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-141-2/+3
* xfs: track metadata health statusDarrick J. Wong2019-04-141-0/+183
* xfs: don't account extra agfl blocks as availableBrian Foster2019-04-141-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/+15
* 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/+8
* 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/+7
* 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/+26
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-02-142-3/+3
* xfs: add magic numbers to dquot buffer opsDarrick J. Wong2019-02-111-0/+4
* xfs: add inode magic to inode verifierDarrick J. Wong2019-02-111-1/+5
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-114-37/+43
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-1113-46/+57
* xfs: use verifier magic field in dir2 leaf verifiersBrian Foster2019-02-111-68/+19
* xfs: distinguish between bnobt and cntbt magic valuesBrian Foster2019-02-111-35/+25
* xfs: split up allocation btree verifierBrian Foster2019-02-113-7/+14
* xfs: distinguish between inobt and finobt magic valuesBrian Foster2019-02-111-9/+7
* xfs: create a separate finobt verifierBrian Foster2019-02-113-2/+10
* xfs: always check magic values in on-disk byte orderBrian Foster2019-02-115-7/+8
* xfs: cache unlinked pointers in an rhashtableDarrick J. Wong2019-02-111-1/+3
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-113-2/+16
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-112-11/+7
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-112-4/+59
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-112-12/+0
* xfs: update fork seq counter on data fork changesBrian Foster2019-02-112-8/+7
* xfs: check attribute name validityDarrick J. Wong2019-02-112-1/+18
* xfs: check directory name validityDarrick J. Wong2019-02-112-0/+18