summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong2020-05-271-5/+4
* xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong2020-05-273-13/+13
* xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong2020-05-271-40/+48
* xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong2020-05-271-3/+3
* xfs: fix inode ag walk predicate function return valuesDarrick J. Wong2020-05-271-17/+22
* xfs: refactor eofb matching into a single helperDarrick J. Wong2020-05-271-28/+34
* xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong2020-05-271-12/+2
* xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong2020-05-273-35/+27
* xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong2020-05-273-36/+16
* xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong2020-05-272-14/+0
* xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong2020-05-271-3/+3
* xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong2020-05-272-35/+35
* xfs: allow individual quota grace period extensionEric Sandeen2020-05-271-20/+28
* xfs: per-type quota timers and warn limitsEric Sandeen2020-05-276-54/+55
* xfs: switch xfs_get_defquota to take explicit typeEric Sandeen2020-05-275-15/+26
* xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen2020-05-275-5/+6
* xfs: fix up some whitespace in quota codeEric Sandeen2020-05-272-26/+26
* xfs: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-273-18/+8
* xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen2020-05-271-1/+2
* xfs: remove the m_active_trans counterDave Chinner2020-05-273-29/+16
* xfs: separate read-only variables in struct xfs_mountDave Chinner2020-05-271-66/+82
* xfs: reduce free inode accounting overheadDave Chinner2020-05-273-39/+13
* xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner2020-05-271-143/+20
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-196-37/+28
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-1927-215/+182
* 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