summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner
2020-05-19xfs: cleanup xfs_idestroy_forkxfs-5.8-merge-7Christoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig
2020-05-19xfs: improve local fork verificationChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-19xfs: remove xfs_ireadChristoph Hellwig
2020-05-19xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig
2020-05-19xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig
2020-05-19xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig
2020-05-19xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig
2020-05-19xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia
2020-05-19xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong
2020-05-19xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2020-05-19xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2020-05-13xfs: Use the correct style for SPDX License Identifierxfs-5.8-merge-4Nishad Kamdar
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin
2020-05-08xfs: remove duplicate headersxfs-5.8-merge-3Chen Zhou
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster
2020-05-08xfs: remove unnecessary includes from xfs_log_recover.cDarrick J. Wong
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong
2020-05-08xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong
2020-05-08xfs: refactor intent item iop_recover callsDarrick J. Wong
2020-05-08xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong
2020-05-08xfs: refactor adding recovered intent items to the logDarrick J. Wong
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-05-08xfs: refactor xlog_item_is_intent now that we're done convertingDarrick J. Wong
2020-05-08xfs: refactor recovered BUI log item playbackDarrick J. Wong
2020-05-08xfs: refactor recovered CUI log item playbackDarrick J. Wong
2020-05-08xfs: refactor recovered RUI log item playbackDarrick J. Wong
2020-05-08xfs: refactor recovered EFI log item playbackDarrick J. Wong
2020-05-08xfs: remove log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong