summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-16xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-16xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong3-43/+99
2018-05-16xfs: don't continue scrub if already corruptDarrick J. Wong4-10/+34
2018-05-16xfs: refactor quota limits initializationDarrick J. Wong1-64/+78
2018-05-16xfs: superblock scrub should use short-lived buffersDarrick J. Wong4-3/+27
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong10-16/+37
2018-05-16xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2018-05-16xfs: add mount delay debug optionDave Chinner4-0/+44
2018-05-16xfs: factor out nodiscard helpersBrian Foster7-59/+14
2018-05-16iomap: add a swapfile activation functionDarrick J. Wong3-0/+185
2018-05-16xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong4-12/+31
2018-05-16xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2-12/+23
2018-05-16xfs: add repair helpers for the reference count btreeDarrick J. Wong4-0/+41
2018-05-16xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2-0/+85
2018-05-16xfs: expose various functions to repair codeDarrick J. Wong4-3/+11
2018-05-16xfs: add helpers to calculate btree sizeDarrick J. Wong8-3/+37
2018-05-16xfs: refactor scrub transaction allocation functionDarrick J. Wong4-21/+17
2018-05-16xfs: btree scrub should check minrecsDarrick J. Wong1-0/+40
2018-05-16xfs: clean up scrub usage of KM_NOFSDarrick J. Wong3-3/+4
2018-05-16xfs: avoid ilock games in the quota scrubberDarrick J. Wong3-28/+30
2018-05-16xfs: refactor dquot iterationDarrick J. Wong3-30/+63
2018-05-10xfs: rename on-disk dquot counter zap functionsDarrick J. Wong1-8/+8
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong6-28/+19
2018-05-10xfs: remove direct calls to _qm_dqreadDarrick J. Wong3-15/+39
2018-05-10xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong1-148/+122
2018-05-10xfs: refactor incore dquot initialization functionsDarrick J. Wong1-30/+51
2018-05-10xfs: fetch dquots directly during quotacheckDarrick J. Wong1-16/+12
2018-05-10xfs: split out dqget for inodes from regular dqgetDarrick J. Wong8-77/+134
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong8-20/+19
2018-05-10xfs: delegate dqget input checks to helper functionDarrick J. Wong1-9/+31
2018-05-10xfs: refactor dquot cache handlingDarrick J. Wong1-34/+78
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong7-71/+108
2018-05-10xfs: don't spray logs when dquot flush/purge failDarrick J. Wong2-12/+3
2018-05-10xfs: release new dquot buffer on defer_finish errorDarrick J. Wong1-20/+28
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster1-1/+2
2018-05-10xfs: skip online discard during eofblocks trimsBrian Foster3-12/+35
2018-05-10xfs: add bmapi nodiscard flagBrian Foster7-18/+87
2018-05-10xfs: get rid of the log item descriptorDave Chinner18-124/+63
2018-05-10xfs: add some more debug checks to buffer log item reuseDave Chinner1-1/+3
2018-05-10xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner1-2/+6
2018-05-10xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner1-2/+4
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner1-7/+2
2018-05-10xfs: don't assert fail with AIL lock heldDave Chinner1-11/+32
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2-12/+17
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner3-1/+57
2018-05-10xfs: log item flags are racyDave Chinner19-48/+52
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 frees from directory op transactionsBrian Foster1-0/+3
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster2-0/+2