aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-2/+2
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-1/+0
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster1-1/+2
2018-05-10xfs: add bmapi nodiscard flagBrian Foster4-12/+75
2018-05-10xfs: get rid of the log item descriptorDave Chinner2-19/+4
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner1-6/+6
2018-05-10xfs: add missing rmap error returnDarrick J. Wong1-0/+2
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong1-2/+4
2018-05-09xfs: defer agfl block frees from deferred ops processing contextBrian Foster1-0/+12
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster2-4/+48
2018-05-09xfs: create agfl block free helper functionBrian Foster2-10/+29
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen1-19/+22
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen2-5/+24
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2-13/+10
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen1-1/+3
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2-5/+3
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner1-1/+1
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