aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong1-27/+21
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino1-35/+35
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino1-40/+59
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter1-1/+1
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King1-1/+1
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent1-30/+19
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent1-258/+259
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent1-58/+58
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent1-162/+162
2019-11-05xfs: switch to use the new mount-apiIan Kent1-237/+176
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent1-4/+3
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent1-51/+58
2019-11-05xfs: refactor xfs_parseags()Ian Kent1-136/+152
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent1-2/+1
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent1-9/+29
2019-11-05xfs: add xfs_remount_ro() helperIan Kent1-30/+43
2019-11-05xfs: add xfs_remount_rw() helperIan Kent1-51/+64
2019-11-05xfs: merge freeing of mp names and mpIan Kent1-8/+6
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent1-3/+3
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent1-3/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-22/+13
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent1-1/+0
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig1-10/+3
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig1-9/+3
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig1-3/+3
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig1-15/+11
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-2/+2
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig1-1/+0
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig1-19/+8
2019-10-29xfs: remove the biosize mount optionIan Kent1-3/+1
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig1-10/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+2
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner1-1/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-13/+0
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig1-0/+2
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig1-10/+1
2019-06-12xfs: separate inode geometryDarrick J. Wong1-3/+3
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+1
2019-05-01xfs: change some error-less functions to void typesEric Sandeen1-4/+4
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig1-5/+1
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong1-4/+4
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-0/+9
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong1-9/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-9/+1