aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino3-23/+39
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino3-7/+6
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2-10/+10
2020-09-15xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2-7/+8
2020-09-15xfs: enable big timestampsDarrick J. Wong1-1/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong3-4/+70
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong8-10/+134
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong1-2/+5
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong3-19/+47
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2-54/+0
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong2-0/+23
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong1-0/+13
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong1-0/+24
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong1-0/+22
2020-09-15xfs: enable new inode btree counters featureDarrick J. Wong1-1/+2
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong1-3/+13
2020-09-15xfs: use the finobt block counts to speed up mount timesDarrick J. Wong1-1/+27
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong4-1/+44
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig1-2/+2
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig1-1/+0
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+3
2020-09-06xfs: remove kmem_realloc()Carlos Maiolino2-5/+5
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-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-26xfs: 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-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