summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster
2020-12-09xfs: show the proper user quota optionsKaixu Xia
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-25xfs: remove deprecated mount optionsPavel Reichl
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-09-15xfs: deprecate the V4 formatDarrick J. Wong
2020-09-15xfs: trace timestamp limitsDarrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimxfs-5.9-merge-4Waiman Long
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny
2020-04-16xfs: move inode flush to the sync workqueuexfs-5.7-fixes-3Darrick J. Wong
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong
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