aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner
2018-05-10xfs: add missing rmap error returnDarrick J. Wong
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong
2018-05-09xfs: defer agfl block frees from deferred ops processing contextBrian Foster
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster
2018-05-09xfs: create agfl block free helper functionBrian Foster
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-04-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-04-17xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-04-17xfs: enhance dinode verifierEric Sandeen
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
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