summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: delete duplicated words + other fixesRandy Dunlap2020-08-051-1/+1
* xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins2020-07-291-14/+11
* xfs: Simplify xfs_attr_node_addnameAllison Collins2020-07-291-63/+59
* xfs: Simplify xfs_attr_leaf_addnameAllison Collins2020-07-291-52/+55
* xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins2020-07-291-9/+19
* xfs: Add helper function xfs_attr_node_removename_setupAllison Collins2020-07-291-13/+33
* xfs: Add remote block helper functionsAllison Collins2020-07-291-20/+30
* xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins2020-07-291-14/+27
* xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins2020-07-291-35/+72
* xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins2020-07-291-4/+0
* xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins2020-07-291-54/+7
* xfs: Add helper function xfs_attr_node_shrinkAllison Collins2020-07-291-26/+42
* xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2020-07-292-3/+12
* xfs: Refactor xfs_attr_rmtval_removeAllison Collins2020-07-292-15/+38
* xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins2020-07-292-4/+17
* xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins2020-07-292-6/+22
* xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins2020-07-292-4/+6
* xfs: Refactor xfs_attr_try_sf_addnameAllison Collins2020-07-291-15/+15
* xfs: Split apart xfs_attr_leaf_addnameAllison Collins2020-07-291-34/+61
* xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins2020-07-292-6/+15
* xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins2020-07-291-57/+92
* xfs: Check for -ENOATTR or -EEXISTAllison Collins2020-07-291-0/+13
* xfs: Add xfs_has_attr and subroutinesAllison Collins2020-07-294-91/+197
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-294-30/+20
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-298-10/+13
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-292-2/+4
* xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap2020-07-291-3/+3
* xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong2020-07-292-4/+4
* xfs: improve ondisk dquot flags checkingDarrick J. Wong2020-07-292-3/+10
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-293-14/+20
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-293-11/+13
* xfs: drop the type parameter from xfs_dquot_verifyDarrick J. Wong2020-07-292-10/+6
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-291-4/+3
* xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk formatDarrick J. Wong2020-07-291-0/+16
* xfs: rename dquot incore state flagsDarrick J. Wong2020-07-291-5/+5
* xfs: fix inode allocation block res calculation precedenceBrian Foster2020-07-291-1/+1
* xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang2020-07-147-64/+23
* xfs: remove xfs_inobp_check()Dave Chinner2020-07-072-30/+0
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-3/+6
* xfs: pin inode backing buffer to the inode log itemDave Chinner2020-07-072-7/+49
* xfs: add an inode item lockDave Chinner2020-07-061-26/+26
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-0/+2
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-061-4/+9
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-062-2/+2
* xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster2020-07-061-0/+1
* xfs: Couple of typo fixes in commentsKeyur Patel2020-07-061-3/+3
* xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2020-05-271-1/+1
* xfs: force writes to delalloc regions to unwrittenDarrick J. Wong2020-05-271-12/+17
* xfs: always return -ENOSPC on project quota reservation failureEric Sandeen2020-05-271-1/+0
* xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-194-29/+14