summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-1/+0Star
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-2/+2
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-1/+0Star
* xfs: don't discard on free of unwritten extentsBrian Foster2018-05-101-1/+2
* xfs: add bmapi nodiscard flagBrian Foster2018-05-104-12/+75
* xfs: get rid of the log item descriptorDave Chinner2018-05-102-19/+4Star
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-101-6/+6
* xfs: add missing rmap error returnDarrick J. Wong2018-05-101-0/+2
* xfs: bmap debugging should never panic the systemDarrick J. Wong2018-05-091-2/+4
* xfs: defer agfl block frees from deferred ops processing contextBrian Foster2018-05-091-0/+12
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-092-4/+48
* xfs: create agfl block free helper functionBrian Foster2018-05-092-10/+29
* xfs: print specific dqblk that failed verifiersEric Sandeen2018-05-091-19/+22
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-092-5/+24
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-092-13/+10Star
* xfs: check type in quota verifier during quotacheckEric Sandeen2018-05-091-1/+3
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-092-5/+3Star
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-1/+1
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-04-181-1/+8
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-181-0/+4
* xfs: enhance dinode verifierEric Sandeen2018-04-181-0/+21
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-0916-55/+33Star
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-1/+0Star
* xfs: remove dead inode version setting codeDave Chinner2018-03-241-4/+1Star
* xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-241-2/+8
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-242-0/+110
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-241-1/+3
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-242-8/+12
* xfs: refactor bmap record validationDarrick J. Wong2018-03-244-21/+54
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-245-49/+111
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-241-0/+94
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-124-12/+45
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-122-28/+27Star
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-123-19/+27
* xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-122-3/+5
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-127-164/+14Star
* Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-02-051-2/+2
|\
| * xfs: fix u32 type usage in sb validation functionDarrick J. Wong2018-02-011-2/+2
* | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-3144-897/+1696
|\|
| * xfs: don't screw up direct writes when freesp is fragmentedDarrick J. Wong2018-01-291-0/+20
| * xfs: treat CoW fork operations as delalloc for quota accountingDarrick J. Wong2018-01-291-2/+30
| * xfs: refactor accounting updates out of xfs_bmap_btallocDarrick J. Wong2018-01-291-13/+17
| * xfs: refactor inode verifier corruption error printingDarrick J. Wong2018-01-291-4/+2Star
| * xfs: bmap code cleanupShan Hai2018-01-291-24/+8Star
| * Split buffer's b_fspriv fieldCarlos Maiolino2018-01-2911-16/+16
| * xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2018-01-182-0/+21
| * xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-181-1/+9
| * xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong2018-01-181-0/+1
| * xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong2018-01-181-5/+21
| * xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-183-22/+27