summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen6-54/+55
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen5-15/+26
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen5-5/+6
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen2-26/+26
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen3-18/+8
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen1-1/+2
2020-05-27xfs: remove the m_active_trans counterDave Chinner3-29/+16
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner1-66/+82
2020-05-27xfs: reduce free inode accounting overheadDave Chinner3-39/+13
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner1-143/+20
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig6-37/+28
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig27-215/+182
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig24-162/+132
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig1-20/+10
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2-6/+5
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong1-21/+13
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig1-17/+5
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig1-12/+1
2020-05-19xfs: improve local fork verificationChristoph Hellwig5-33/+16
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig3-36/+40
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig3-29/+9
2020-05-19xfs: remove xfs_ireadChristoph Hellwig3-76/+32
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig1-2/+0
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig1-10/+8
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig1-36/+14
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig3-106/+103
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig3-6/+6
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig1-1/+1
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia1-1/+1
2020-05-19xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong1-0/+7
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2-14/+52
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster1-8/+7
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar21-21/+21
2020-05-14xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-14xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin1-1/+2
2020-05-08xfs: remove duplicate headersChen Zhou1-1/+0
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster1-2/+1
2020-05-08xfs: remove unnecessary includes from xfs_log_recover.cDarrick J. Wong1-8/+0
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong3-104/+104
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong5-19/+2
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong5-137/+54
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong9-42/+20
2020-05-08xfs: refactor adding recovered intent items to the logDarrick J. Wong6-28/+26
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong7-129/+78
2020-05-08xfs: refactor xlog_item_is_intent now that we're done convertingDarrick J. Wong1-14/+6
2020-05-08xfs: refactor recovered BUI log item playbackDarrick J. Wong3-73/+41
2020-05-08xfs: refactor recovered CUI log item playbackDarrick J. Wong3-58/+35
2020-05-08xfs: refactor recovered RUI log item playbackDarrick J. Wong3-58/+35
2020-05-08xfs: refactor recovered EFI log item playbackDarrick J. Wong4-61/+45
2020-05-08xfs: remove log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong2-27/+7