summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-1315-19/+21
|\
| * xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-071-2/+4
| * xfs: delete duplicated words + other fixesRandy Dunlap2020-08-0514-17/+17
* | Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-0786-2929/+3250
|\|
| * fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang2020-07-281-3/+11
| * xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins2020-07-281-14/+11
| * xfs: Simplify xfs_attr_node_addnameAllison Collins2020-07-281-63/+59
| * xfs: Simplify xfs_attr_leaf_addnameAllison Collins2020-07-281-52/+55
| * xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins2020-07-281-9/+19
| * xfs: Add helper function xfs_attr_node_removename_setupAllison Collins2020-07-281-13/+33
| * xfs: Add remote block helper functionsAllison Collins2020-07-281-20/+30
| * xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins2020-07-281-14/+27
| * xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins2020-07-281-35/+72
| * xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins2020-07-281-4/+0
| * xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins2020-07-281-54/+7
| * xfs: Add helper function xfs_attr_node_shrinkAllison Collins2020-07-281-26/+42
| * xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2020-07-282-3/+12
| * xfs: Refactor xfs_attr_rmtval_removeAllison Collins2020-07-282-15/+38
| * xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins2020-07-282-4/+17
| * xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins2020-07-282-6/+22
| * xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins2020-07-282-4/+6
| * xfs: Refactor xfs_attr_try_sf_addnameAllison Collins2020-07-281-15/+15
| * xfs: Split apart xfs_attr_leaf_addnameAllison Collins2020-07-281-34/+61
| * xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2020-07-282-6/+15
| * xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins2020-07-281-57/+92
| * xfs: Check for -ENOATTR or -EEXISTAllison Collins2020-07-281-0/+13
| * xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-284-91/+197
| * xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-285-33/+21
| * xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino2020-07-283-30/+0
| * xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino2020-07-283-11/+5
| * xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-2819-28/+35
| * xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-283-8/+8
| * xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap2020-07-281-3/+3
| * xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-285-12/+12
| * xfs: improve ondisk dquot flags checkingDarrick J. Wong2020-07-282-3/+10
| * xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-2815-101/+126
| * xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong2020-07-281-2/+2
| * xfs: remove unnecessary quota type maskingDarrick J. Wong2020-07-282-3/+3
| * xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2020-07-282-8/+9
| * xfs: refactor quota type testingDarrick J. Wong2020-07-282-15/+29
| * xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong2020-07-283-19/+16
| * xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong2020-07-283-10/+20
| * xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-2818-116/+118
| * xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-285-16/+10
| * xfs: add more dquot tracepointsDarrick J. Wong2020-07-282-2/+159
| * xfs: actually bump warning counts when we send warningsDarrick J. Wong2020-07-281-0/+1
| * xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong2020-07-281-6/+6
| * xfs: refactor xfs_trans_apply_dquot_deltasDarrick J. Wong2020-07-281-58/+47
| * xfs: refactor xfs_trans_dqresvDarrick J. Wong2020-07-281-76/+79
| * xfs: refactor xfs_qm_scall_setqlimDarrick J. Wong2020-07-281-71/+93