aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
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/p...Linus 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
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-4/+11
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong1-0/+7
2018-12-12xfs: add a block to inode count converterDarrick J. Wong1-2/+2
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-5/+1
2018-10-18xfs: add a define for statfs magic to uapiAdam Borowski1-2/+3
2018-10-18xfs: print dangling delalloc extentsChristoph Hellwig1-1/+32
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-1/+1
2018-07-26xfs: remove deprecated barrier/nobarrier mountEric Sandeen1-30/+4
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig1-1/+1
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-14/+2
2018-06-08xfs: clean up MIN/MAXDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-20/+39
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang1-6/+6
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong1-2/+8
2018-05-30xfs: convert to bioset_init()/mempool_init()Kent Overstreet1-6/+5
2018-05-15xfs: clear sb->s_fs_info on mount failureDave Chinner1-0/+10
2018-05-15xfs: add mount delay debug optionDave Chinner1-0/+11
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong1-9/+9
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-9/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-7/+6
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster1-10/+29
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong1-9/+0
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig1-0/+23
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu1-0/+2