aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar21-21/+21
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin1-1/+2
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny1-1/+1
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny3-5/+4
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
2020-05-08xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong3-132/+131
2020-05-08xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong3-128/+127
2020-05-08xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong3-104/+101
2020-05-08xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong3-107/+104
2020-05-08xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong2-126/+132
2020-05-08xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong2-112/+109
2020-05-08xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong2-355/+355
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong3-791/+820
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong4-89/+64
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong5-92/+73