summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-1/+1
|\
| * fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-1/+1
* | Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-18/+50
|\ \
| * | xfs: remove the m_active_trans counterDave Chinner2020-05-271-12/+5
| * | xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin2020-05-131-1/+2
| * | fs/xfs: Make DAX mount option a tri-stateIra Weiny2020-05-041-4/+42
| * | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny2020-05-041-4/+4
| |/
* / block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
|/
* xfs: move inode flush to the sync workqueueDarrick J. Wong2020-04-161-18/+22
* xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong2020-03-311-0/+14
* xfs: correctly acount for reclaimable slabsDave Chinner2020-03-271-1/+2
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong2020-01-141-27/+21
|/
* xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino2019-11-181-35/+35
* xfs: Remove slab init wrappersCarlos Maiolino2019-11-181-40/+59
* xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter2019-11-101-1/+1
* 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
|/