summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2022-06-06xfs: introduce xfs_inodegc_push()Dave Chinner
2022-06-06xfs: bound maximum wait time for inodegc workDave Chinner
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-09xfs: only bother with sync_filesystem during readonly remountxfs-5.17-fixes-2Darrick J. Wong
2022-01-30xfs: return errors in xfs_fs_sync_fsvfs-5.17-fixes-2Darrick J. Wong
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-07xfs: remove all COW fork extents when remounting readonlyxfs-5.16-fixes-3Darrick J. Wong
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner
2021-08-06xfs: remove the active vs running quota differentiationremove-quotaoff-5.15_2021-08-06Christoph Hellwig
2021-07-13xfs: Convert to use invalidate_lockJan Kara
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-03xfs: refactor per-AG inode tagging functionsinode-walk-cleanups-5.14_2021-06-06inode-walk-cleanups-5.14_2021-06-05inode-walk-cleanups-5.14_2021-06-03Darrick J. Wong