summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds86-2929/+3250
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-2/+2
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig1-2/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-07-28fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang1-3/+11
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59
2020-07-28xfs: Simplify xfs_attr_leaf_addnameAllison Collins1-52/+55
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins1-9/+19
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins1-13/+33
2020-07-28xfs: Add remote block helper functionsAllison Collins1-20/+30
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins1-14/+27
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins1-35/+72
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins1-4/+0
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins1-54/+7
2020-07-28xfs: Add helper function xfs_attr_node_shrinkAllison Collins1-26/+42
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2-3/+12
2020-07-28xfs: Refactor xfs_attr_rmtval_removeAllison Collins2-15/+38
2020-07-28xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins2-4/+17
2020-07-28xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins2-6/+22
2020-07-28xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins2-4/+6
2020-07-28xfs: Refactor xfs_attr_try_sf_addnameAllison Collins1-15/+15
2020-07-28xfs: Split apart xfs_attr_leaf_addnameAllison Collins1-34/+61
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2-6/+15
2020-07-28xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins1-57/+92
2020-07-28xfs: Check for -ENOATTR or -EEXISTAllison Collins1-0/+13
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins4-91/+197
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino5-33/+21
2020-07-28xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino3-30/+0
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino3-11/+5
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino19-28/+35
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino3-8/+8
2020-07-28xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap1-3/+3
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong5-12/+12
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong2-3/+10
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong15-101/+126
2020-07-28xfs: replace a few open-coded XFS_DQTYPE_REC_MASK usesDarrick J. Wong1-2/+2
2020-07-28xfs: remove unnecessary quota type maskingDarrick J. Wong2-3/+3
2020-07-28xfs: always use xfs_dquot_type when extracting type from a dquotDarrick J. Wong2-8/+9
2020-07-28xfs: refactor quota type testingDarrick J. Wong2-15/+29
2020-07-28xfs: remove the XFS_QM_IS[UGP]DQ macrosDarrick J. Wong3-19/+16
2020-07-28xfs: refactor testing if a particular dquot is being enforcedDarrick J. Wong3-10/+20
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong18-116/+118
2020-07-28xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong5-16/+10
2020-07-28xfs: add more dquot tracepointsDarrick J. Wong2-2/+159
2020-07-28xfs: actually bump warning counts when we send warningsDarrick J. Wong1-0/+1
2020-07-28xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimitsDarrick J. Wong1-6/+6