summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: remove redundant assignment to variable errorColin Ian King2019-11-061-1/+1
* xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent2019-11-051-30/+19
* xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent2019-11-051-258/+259
* xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent2019-11-051-58/+58
* xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent2019-11-051-162/+162
* xfs: switch to use the new mount-apiIan Kent2019-11-051-237/+176
* xfs: dont set sb in xfs_mount_alloc()Ian Kent2019-11-051-4/+3
* xfs: move xfs_parseargs() validation to a helperIan Kent2019-11-051-51/+58
* xfs: refactor xfs_parseags()Ian Kent2019-11-051-136/+152
* xfs: avoid redundant checks when options is emptyIan Kent2019-11-051-2/+1
* xfs: refactor suffix_kstrtoint()Ian Kent2019-11-051-9/+29
* xfs: add xfs_remount_ro() helperIan Kent2019-11-051-30/+43
* xfs: add xfs_remount_rw() helperIan Kent2019-11-051-51/+64
* xfs: merge freeing of mp names and mpIan Kent2019-11-051-8/+6
* xfs: use kmem functions for struct xfs_mountIan Kent2019-11-051-3/+3
* xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent2019-11-051-3/+1
* xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent2019-11-051-22/+13
* xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent2019-11-051-1/+0
* xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig2019-10-291-13/+7
* xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig2019-10-291-10/+3
* xfs: clean up printing the allocsize option inChristoph Hellwig2019-10-291-1/+1
* xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig2019-10-291-9/+3
* xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig2019-10-291-3/+3
* xfs: simplify parsing of allocsize mount optionChristoph Hellwig2019-10-291-15/+11
* xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-2/+2
* xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig2019-10-291-1/+0
* xfs: remove the dsunit and dswidth variables inChristoph Hellwig2019-10-291-19/+8
* xfs: remove the biosize mount optionIan Kent2019-10-291-3/+1
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-10/+1
* Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+2
|\
| * fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-301-0/+2
* | xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-051-1/+2
|/
* xfs: remove unused header filesEric Sandeen2019-06-281-13/+0
* xfs: implement cgroup aware writebackChristoph Hellwig2019-06-281-0/+2
* xfs: move the log ioend workqueue to struct xlogChristoph Hellwig2019-06-281-10/+1
* xfs: separate inode geometryDarrick J. Wong2019-06-121-3/+3
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-9/+1
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-9/+1
* | xfs: change some error-less functions to void typesEric Sandeen2019-05-011-4/+4
* | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1
* | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-261-4/+4
* | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-0/+9
* | xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-161-9/+1
|/
* xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-4/+11
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-02-141-0/+7
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-2/+2
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-5/+1
* xfs: add a define for statfs magic to uapiAdam Borowski2018-10-181-2/+3
* xfs: print dangling delalloc extentsChristoph Hellwig2018-10-181-1/+32
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-1/+1