summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2020-04-22xfs: introduce a swap-extent log intent itemDarrick J. Wong
2020-04-22xfs: create a log incompat flag for atomic extent swappingDarrick J. Wong
2020-04-22xfs: enable realtime rmap btreeDarrick J. Wong
2020-04-22xfs: define the on-disk format for the metadir featureDarrick J. Wong
2020-04-22xfs: widen ondisk timestamps to deal with y2038 problemDarrick J. Wong
2020-04-22xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-04-22xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-04-22xfs: introduce online scrub freezeDarrick J. Wong
2020-04-22xfs: create a polled function to force inode inactivationDarrick J. Wong
2020-04-22xfs: parallelize inode inactivationDarrick J. Wong
2020-04-22xfs: deferred inode inactivationDarrick J. Wong
2020-04-22xfs: track unlinked inactive inode fs summary countersDarrick J. Wong
2020-04-22xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2020-04-22xfs: rename block gc start and stop functionsDarrick J. Wong
2020-04-22xfs: remove the separate cowblocks workerDarrick J. Wong
2020-04-16xfs: move inode flush to the sync workqueuexfs-5.7-fixes-3Darrick J. Wong
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent
2019-11-05xfs: switch to use the new mount-apiIan Kent
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent
2019-11-05xfs: refactor xfs_parseags()Ian Kent
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent
2019-11-05xfs: add xfs_remount_ro() helperIan Kent
2019-11-05xfs: add xfs_remount_rw() helperIan Kent
2019-11-05xfs: merge freeing of mp names and mpIan Kent
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsxfs-5.5-merge-6Christoph Hellwig
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig