summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-1924-162/+132
| * | | xfs: remove xfs_ifree_local_dataChristoph Hellwig2020-05-191-20/+10
| * | | xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2020-05-192-6/+5
| * | | xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong2020-05-191-21/+13
| * | | xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-17/+5
| * | | xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-12/+1
| * | | xfs: improve local fork verificationChristoph Hellwig2020-05-195-33/+16
| * | | xfs: refactor xfs_inode_verify_forksChristoph Hellwig2020-05-193-36/+40
| * | | xfs: remove xfs_ifork_opsChristoph Hellwig2020-05-193-29/+9
| * | | xfs: remove xfs_ireadChristoph Hellwig2020-05-193-76/+32
| * | | xfs: don't reset i_delayed_blks in xfs_ireadChristoph Hellwig2020-05-191-2/+0
| * | | xfs: call xfs_dinode_verify from xfs_inode_from_diskChristoph Hellwig2020-05-191-10/+8
| * | | xfs: handle unallocated inodes in xfs_inode_from_diskChristoph Hellwig2020-05-191-36/+14
| * | | xfs: split xfs_iformat_forkChristoph Hellwig2020-05-193-106/+103
| * | | xfs: call xfs_iformat_fork from xfs_inode_from_diskChristoph Hellwig2020-05-193-6/+6
| * | | xfs: xfs_bmapi_read doesn't take a fork id as the last argumentChristoph Hellwig2020-05-191-1/+1
| * | | xfs: fix the warning message in xfs_validate_sb_common()Kaixu Xia2020-05-191-1/+1
| * | | xfs: don't allow SWAPEXT if we'd screw up quota accountingDarrick J. Wong2020-05-191-0/+7
| * | | xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong2020-05-192-14/+52
| * | | xfs: don't fail verifier on empty attr3 leaf blockBrian Foster2020-05-191-8/+7
| * | | xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-1421-21/+21
| * | | xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-141-1/+1
| * | | xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin2020-05-141-1/+2
| * | | xfs: remove duplicate headersChen Zhou2020-05-081-1/+0
| * | | xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster2020-05-081-2/+1
| * | | xfs: remove unnecessary includes from xfs_log_recover.cDarrick J. Wong2020-05-081-8/+0
| * | | xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong2020-05-083-104/+104
| * | | xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong2020-05-085-19/+2
| * | | xfs: refactor intent item iop_recover callsDarrick J. Wong2020-05-085-137/+54
| * | | xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong2020-05-089-42/+20
| * | | xfs: refactor adding recovered intent items to the logDarrick J. Wong2020-05-086-28/+26
| * | | xfs: refactor releasing finished intents during log recoveryDarrick J. Wong2020-05-087-129/+78
| * | | xfs: refactor xlog_item_is_intent now that we're done convertingDarrick J. Wong2020-05-081-14/+6
| * | | xfs: refactor recovered BUI log item playbackDarrick J. Wong2020-05-083-73/+41
| * | | xfs: refactor recovered CUI log item playbackDarrick J. Wong2020-05-083-58/+35
| * | | xfs: refactor recovered RUI log item playbackDarrick J. Wong2020-05-083-58/+35
| * | | xfs: refactor recovered EFI log item playbackDarrick J. Wong2020-05-084-61/+45
| * | | xfs: remove log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong2020-05-082-27/+7
| * | | xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-083-132/+131
| * | | xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-083-128/+127
| * | | xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-083-104/+101
| * | | xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong2020-05-083-107/+104
| * | | xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong2020-05-082-126/+132
| * | | xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong2020-05-082-112/+109
| * | | xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong2020-05-082-355/+355
| * | | xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong2020-05-083-791/+820
| * | | xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong2020-05-084-89/+64
| * | | xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong2020-05-085-92/+73
| * | | xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong2020-05-0811-39/+265
| * | | xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong2020-05-082-14/+16