summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()xfs-5.8-merge-9Chuhong Yuan
2020-05-27xfs: more lockdep whackamole with kmem_alloc*xfs-5.8-merge-8Darrick J. Wong
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-05-27xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-05-27xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-05-27xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-05-27xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2020-05-27xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2020-05-27xfs: allow individual quota grace period extensionEric Sandeen
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner
2020-05-27xfs: reduce free inode accounting overheadDave Chinner
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner
2020-05-19xfs: cleanup xfs_idestroy_forkxfs-5.8-merge-7Christoph Hellwig
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