summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-15xfs: factor ag btree root block initialisationDave Chinner1-222/+259
2018-05-15xfs: convert growfs AG header init to use buffer listsDave Chinner1-41/+33
2018-05-15xfs: factor out AG header initialisation from growfs coreDave Chinner1-306/+331
2018-05-15xfs: one-shot cached buffersDave Chinner1-0/+12
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong9-9/+359
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong1-0/+258
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2-12/+20
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong4-69/+55
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong3-2/+37
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong1-1/+33
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong3-43/+99
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong4-10/+34
2018-05-15xfs: refactor quota limits initializationDarrick J. Wong1-64/+78
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong4-3/+27
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong10-16/+37
2018-05-15xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2018-05-15xfs: add mount delay debug optionDave Chinner4-0/+44
2018-05-15xfs: factor out nodiscard helpersBrian Foster7-59/+14
2018-05-15iomap: add a swapfile activation functionDarrick J. Wong2-0/+174
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong4-12/+31
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2-12/+23
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong4-0/+41
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2-0/+85
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong4-3/+11
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong8-3/+37
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong4-21/+17
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong1-0/+40
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong3-3/+4
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong3-28/+30
2018-05-15xfs: 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