summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-154-0/+41
* xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2018-05-152-0/+85
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-154-3/+11
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-158-3/+37
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-154-21/+17
* xfs: btree scrub should check minrecsDarrick J. Wong2018-05-151-0/+40
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-153-3/+4
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-153-28/+30
* xfs: refactor dquot iterationDarrick J. Wong2018-05-153-30/+63
* xfs: rename on-disk dquot counter zap functionsDarrick J. Wong2018-05-101-8/+8
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-106-28/+19
* xfs: remove direct calls to _qm_dqreadDarrick J. Wong2018-05-103-15/+39
* xfs: refactor xfs_qm_dqtobp and xfs_qm_dqallocDarrick J. Wong2018-05-101-148/+122
* xfs: refactor incore dquot initialization functionsDarrick J. Wong2018-05-101-30/+51
* xfs: fetch dquots directly during quotacheckDarrick J. Wong2018-05-101-16/+12
* xfs: split out dqget for inodes from regular dqgetDarrick J. Wong2018-05-108-77/+134
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-108-20/+19
* xfs: delegate dqget input checks to helper functionDarrick J. Wong2018-05-101-9/+31
* xfs: refactor dquot cache handlingDarrick J. Wong2018-05-101-34/+78
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-107-71/+108
* xfs: don't spray logs when dquot flush/purge failDarrick J. Wong2018-05-102-12/+3
* xfs: release new dquot buffer on defer_finish errorDarrick J. Wong2018-05-101-20/+28
* xfs: don't discard on free of unwritten extentsBrian Foster2018-05-101-1/+2
* xfs: skip online discard during eofblocks trimsBrian Foster2018-05-103-12/+35
* xfs: add bmapi nodiscard flagBrian Foster2018-05-107-18/+87
* xfs: get rid of the log item descriptorDave Chinner2018-05-1018-124/+63
* xfs: add some more debug checks to buffer log item reuseDave Chinner2018-05-101-1/+3
* xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner2018-05-101-2/+6
* xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner2018-05-101-2/+4
* xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner2018-05-101-7/+2
* xfs: don't assert fail with AIL lock heldDave Chinner2018-05-101-11/+32
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-102-12/+17
* xfs: add tracing to high level transaction operationsDave Chinner2018-05-103-1/+57
* xfs: log item flags are racyDave Chinner2018-05-1019-48/+52
* 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 frees from directory op transactionsBrian Foster2018-05-091-0/+3
* xfs: defer frees from common inode allocation pathsBrian Foster2018-05-092-0/+2
* xfs: defer agfl frees from inode inactivationBrian Foster2018-05-091-0/+1
* 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-096-7/+129
* 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-094-11/+30
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-093-14/+11
* xfs: check type in quota verifier during quotacheckEric Sandeen2018-05-091-1/+3
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-095-9/+7
* xfs: clean up locking in xfs_file_iomap_beginDave Chinner2018-05-091-37/+61
* xfs: simplify xfs_file_iomap_begin() logicDave Chinner2018-05-091-36/+46
* iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner2018-05-091-5/+46