aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2024-02-23xfs: read only mounts with fsopen mount API are bustedDave Chinner
2023-10-06xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-10-06xfs: introduce xfs_inodegc_push()Dave Chinner
2023-10-06xfs: bound maximum wait time for inodegc workDave Chinner
2022-10-26fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-07-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2022-07-02xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong
2022-07-02xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2022-04-27xfs: return errors in xfs_fs_sync_fsDarrick 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 differentiationChristoph 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 functionsDarrick J. Wong
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: fix xfs_trans slab cache nameAnthony Iliopoulos
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig