summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2019-05-20xfs: don't reserve per-AG space for an internal logDarrick J. Wong
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-03-12xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong
2019-03-10xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig
2019-02-14xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong
2019-02-11xfs: add magic numbers to dquot buffer opsDarrick J. Wong
2019-02-11xfs: add inode magic to inode verifierDarrick J. Wong
2019-02-11xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2019-02-11xfs: use verifier magic field in dir2 leaf verifiersBrian Foster
2019-02-11xfs: distinguish between bnobt and cntbt magic valuesBrian Foster
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2019-02-11xfs: always check magic values in on-disk byte orderBrian Foster
2019-02-11xfs: cache unlinked pointers in an rhashtableDarrick J. Wong
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster
2019-02-11xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster
2019-02-11xfs: check attribute name validityDarrick J. Wong
2019-02-11xfs: check directory name validityDarrick J. Wong
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong