aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong1-1/+8
2018-04-17xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen1-0/+4
2018-04-17xfs: enhance dinode verifierEric Sandeen1-0/+21
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen16-55/+33
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster1-1/+0
2018-03-23xfs: remove dead inode version setting codeDave Chinner1-4/+1
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong1-2/+8
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong2-0/+110
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong1-1/+3
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong2-8/+12
2018-03-23xfs: refactor bmap record validationDarrick J. Wong4-21/+54
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong5-49/+111
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster1-0/+94
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster4-12/+45
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster2-28/+27
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner3-19/+27
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong2-3/+5
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino7-164/+14
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong1-2/+2
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds44-897/+1696
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+5
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong1-0/+20
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong1-2/+30
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong1-13/+17
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong1-4/+2
2018-01-29xfs: bmap code cleanupShan Hai1-24/+8
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino11-16/+16
2018-01-29xfs: convert to new i_version APIJeff Layton1-2/+5
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2-0/+21
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong1-1/+9
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong3-22/+27
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong1-0/+21
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2-0/+22
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2-0/+72
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2-0/+105
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong4-1/+62
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster1-4/+0
2018-01-12xfs: account finobt blocks properly in perag reservationBrian Foster1-4/+25
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King1-1/+1
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong1-1/+1
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong1-1/+1
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong1-0/+8
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong4-75/+89
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2-0/+82
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong2-1/+4
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong2-94/+54
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong2-8/+17