summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
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_optionsChristoph 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
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig
2019-10-29xfs: remove the biosize mount optionIan Kent
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig
2019-06-28xfs: move the log ioend workqueue to struct xlogChristoph Hellwig
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong