summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-6/+8
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-27xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap1-1/+1
2020-07-29xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-29xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59
2020-07-29xfs: Simplify xfs_attr_leaf_addnameAllison Collins1-52/+55
2020-07-29xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins1-9/+19
2020-07-29xfs: Add helper function xfs_attr_node_removename_setupAllison Collins1-13/+33
2020-07-29xfs: Add remote block helper functionsAllison Collins1-20/+30
2020-07-29xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins1-14/+27
2020-07-29xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins1-35/+72
2020-07-29xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins1-4/+0
2020-07-29xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins1-54/+7
2020-07-29xfs: Add helper function xfs_attr_node_shrinkAllison Collins1-26/+42
2020-07-29xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2-3/+12
2020-07-29xfs: Refactor xfs_attr_rmtval_removeAllison Collins2-15/+38
2020-07-29xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins2-4/+17
2020-07-29xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins2-6/+22
2020-07-29xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins2-4/+6
2020-07-29xfs: Refactor xfs_attr_try_sf_addnameAllison Collins1-15/+15
2020-07-29xfs: Split apart xfs_attr_leaf_addnameAllison Collins1-34/+61
2020-07-29xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2-6/+15
2020-07-29xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins1-57/+92
2020-07-29xfs: Check for -ENOATTR or -EEXISTAllison Collins1-0/+13
2020-07-29xfs: Add xfs_has_attr and subroutinesAllison Collins4-91/+197
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino4-30/+20
2020-07-29xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino8-10/+13
2020-07-29xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2-2/+4
2020-07-29xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-29xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2-4/+4
2020-07-29xfs: improve ondisk dquot flags checkingDarrick J. Wong2-3/+10
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong3-14/+20
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong3-11/+13
2020-07-29xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2-10/+6
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong1-4/+3
2020-07-29xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong1-0/+16
2020-07-29xfs: rename dquot incore state flagsDarrick J. Wong1-5/+5
2020-07-29xfs: 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