summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2024-03-27fs,block: yield devices earlyChristian Brauner
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan
2024-02-25xfs: port block device access to filesChristian Brauner
2024-02-25bdev: open block device as filesChristian Brauner
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-01-22xfs: read only mounts with fsopen mount API are bustedDave Chinner
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig
2023-11-18xfs: Block writes to log deviceJan Kara
2023-11-18xfs: simplify device handlingChristian Brauner
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner
2023-09-11xfs: remove CPU hotplug infrastructurefix-percpu-lists-6.6_2023-09-19fix-percpu-lists-6.6_2023-09-12Darrick J. Wong
2023-09-11xfs: remove the all-mounts listDarrick J. Wong
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig
2023-08-11xfs: switch to multigrain timestampsJeff Layton
2023-08-10xfs: track usage statistics of online fsckscrub-usage-stats-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryxfs-6.4-rc5-fixesDave Chinner
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-04-11xfs: deprecate the ascii-ci featurefix-asciici-bugs-6.4_2023-04-12fix-asciici-bugs-6.4_2023-04-11Darrick J. Wong