summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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 IdentifierNishad 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-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny
2020-05-08xfs: remove duplicate headersChen 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
2020-05-08xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong