aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong2-3/+10
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong3-14/+20
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong3-11/+13
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2-10/+6
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong1-4/+3
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong1-0/+16
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong1-5/+5
2020-07-28xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang7-64/+23
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner2-30/+0
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner1-3/+6
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner2-7/+49
2020-07-06xfs: add an inode item lockDave Chinner1-26/+26
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner1-0/+2
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong1-4/+9
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2-2/+2
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster1-0/+1
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel1-3/+3
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara1-2/+2
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong1-1/+1
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong1-12/+17
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen1-1/+0
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig4-29/+14
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig11-141/+115
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig8-98/+85
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2-6/+5
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 Hellwig1-1/+7
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig2-19/+36
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig2-27/+7
2020-05-19xfs: remove xfs_ireadChristoph Hellwig2-75/+0
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 Hellwig2-4/+5
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: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong1-1/+9
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 Kamdar20-20/+20
2020-05-13xfs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-08xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong1-2/+0
2020-05-08xfs: refactor releasing finished intents during log recoveryDarrick J. Wong1-0/+3
2020-05-08xfs: refactor log recovery buffer item dispatch for pass2 commit functionsDarrick J. Wong1-0/+23
2020-05-08xfs: refactor log recovery item dispatch for pass1 commit functionsDarrick J. Wong1-0/+4
2020-05-08xfs: refactor log recovery item dispatch for pass2 readhead functionsDarrick J. Wong1-0/+6
2020-05-08xfs: refactor log recovery item sorting into a generic dispatch structureDarrick J. Wong1-2/+43
2020-05-08xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_itemDarrick J. Wong1-2/+2