aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Gravatar Ian Kent 1-30/+19
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Gravatar Ian Kent 1-258/+259
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Gravatar Ian Kent 1-58/+58
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Gravatar Ian Kent 1-162/+162
2019-11-05xfs: switch to use the new mount-apiGravatar Ian Kent 1-237/+176
2019-11-05xfs: dont set sb in xfs_mount_alloc()Gravatar Ian Kent 1-4/+3
2019-11-05xfs: move xfs_parseargs() validation to a helperGravatar Ian Kent 1-51/+58
2019-11-05xfs: refactor xfs_parseags()Gravatar Ian Kent 1-136/+152
2019-11-05xfs: avoid redundant checks when options is emptyGravatar Ian Kent 1-2/+1
2019-11-05xfs: refactor suffix_kstrtoint()Gravatar Ian Kent 1-9/+29
2019-11-05xfs: add xfs_remount_ro() helperGravatar Ian Kent 1-30/+43
2019-11-05xfs: add xfs_remount_rw() helperGravatar Ian Kent 1-51/+64
2019-11-05xfs: merge freeing of mp names and mpGravatar Ian Kent 1-8/+6
2019-11-05xfs: use kmem functions for struct xfs_mountGravatar Ian Kent 1-3/+3
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkGravatar Ian Kent 1-3/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameGravatar Ian Kent 1-22/+13
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenGravatar Ian Kent 1-1/+0
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsGravatar Christoph Hellwig 1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsGravatar Christoph Hellwig 1-10/+3
2019-10-29xfs: clean up printing the allocsize option inGravatar Christoph Hellwig 1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEGravatar Christoph Hellwig 1-9/+3
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toGravatar Christoph Hellwig 1-3/+3
2019-10-29xfs: simplify parsing of allocsize mount optionGravatar Christoph Hellwig 1-15/+11
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-2/+2
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountGravatar Christoph Hellwig 1-1/+0
2019-10-29xfs: remove the dsunit and dswidth variables inGravatar Christoph Hellwig 1-19/+8
2019-10-29xfs: remove the biosize mount optionGravatar Ian Kent 1-3/+1
2019-10-21iomap: lift the xfs writeback code to iomapGravatar Christoph Hellwig 1-10/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-0/+2
2019-09-05xfs: prevent CIL push holdoff in log recoveryGravatar Dave Chinner 1-1/+2
2019-08-30fs: Fill in max and min timestamps in superblockGravatar Deepa Dinamani 1-0/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-13/+0
2019-06-28xfs: implement cgroup aware writebackGravatar Christoph Hellwig 1-0/+2
2019-06-28xfs: move the log ioend workqueue to struct xlogGravatar Christoph Hellwig 1-10/+1
2019-06-12xfs: separate inode geometryGravatar Darrick J. Wong 1-3/+3
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+1
2019-05-01xfs: change some error-less functions to void typesGravatar Eric Sandeen 1-4/+4
2019-04-30xfs: don't parse the mtpt mount optionGravatar Christoph Hellwig 1-5/+1
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsGravatar Darrick J. Wong 1-4/+4
2019-04-26xfs: track delayed allocation reservations across the filesystemGravatar Darrick J. Wong 1-0/+9
2019-04-16xfs: remove unused m_data_workqueueGravatar Darrick J. Wong 1-9/+1
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-9/+1
2019-02-21xfs: introduce an always_cow modeGravatar Christoph Hellwig 1-4/+11
2019-02-14xfs: reserve blocks for ifree transaction during log recoveryGravatar Darrick J. Wong 1-0/+7
2018-12-12xfs: add a block to inode count converterGravatar Darrick J. Wong 1-2/+2
2018-12-12xfs: idiotproof defer op type configurationGravatar Darrick J. Wong 1-5/+1
2018-10-18xfs: add a define for statfs magic to uapiGravatar Adam Borowski 1-2/+3
2018-10-18xfs: print dangling delalloc extentsGravatar Christoph Hellwig 1-1/+32
2018-07-30xfs: remove the xfs_ifork_t typedefGravatar Christoph Hellwig 1-1/+1
2018-07-26xfs: remove deprecated barrier/nobarrier mountGravatar Eric Sandeen 1-30/+4