summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-03-23xfs: remove dead inode version setting codeDave Chinner
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong
2018-01-29xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong
2018-01-29xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong
2018-01-29xfs: refactor inode verifier corruption error printingDarrick J. Wong
2018-01-29xfs: bmap code cleanupShan Hai
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-29xfs: convert to new i_version APIJeff Layton
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster
2018-01-12xfs: account finobt blocks properly in perag reservationBrian Foster
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong