summary refs log tree commit diff
AgeCommit message (Expand)Author
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: rename on-disk dquot counter zap functionsDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong
2018-05-10xfs: fetch dquots directly during quotacheckDarrick J. Wong
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: don't spray logs when dquot flush/purge failDarrick J. Wong
2018-05-10xfs: release new dquot buffer on defer_finish errorDarrick J. Wong
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: add some more debug checks to buffer log item reuseDave Chinner
2018-05-10xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner
2018-05-10xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner
2018-05-10xfs: don't assert fail with AIL lock heldDave Chinner
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner
2018-05-10xfs: log item flags are racyDave 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 frees from directory op transactionsBrian Foster
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster
2018-05-09xfs: defer agfl frees from inode inactivationBrian Foster
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