summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins
2020-07-28xfs: Add remote block helper functionsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_shrinkAllison Collins
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins
2020-07-28xfs: Refactor xfs_attr_rmtval_removeAllison Collins
2020-07-28xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins
2020-07-28xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins
2020-07-28xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins
2020-07-28xfs: Refactor xfs_attr_try_sf_addnameAllison Collins
2020-07-28xfs: Split apart xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins
2020-07-28xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins
2020-07-28xfs: Check for -ENOATTR or -EEXISTAllison Collins
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-28xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong
2020-07-28xfs: remove qcore from incore dquotsDarrick J. Wong
2020-07-28xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong
2020-07-28xfs: rename dquot incore state flagsDarrick J. Wong
2020-07-28xfs: fix inode allocation block res calculation precedenceBrian Foster
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-07-07xfs: remove xfs_inobp_check()Dave Chinner
2020-07-07xfs: attach inodes to the cluster buffer when dirtiedDave Chinner
2020-07-07xfs: pin inode backing buffer to the inode log itemDave Chinner
2020-07-06xfs: add an inode item lockDave Chinner
2020-07-06xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-07-06xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2020-07-06xfs: Couple of typo fixes in commentsKeyur Patel
2020-06-15writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
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: always return -ENOSPC on project quota reservation failureEric Sandeen
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 the XFS_DFORK_Q macroChristoph Hellwig