summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-0/+2
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-191-3/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+1
* xfs: read only mounts with fsopen mount API are bustedDave Chinner2024-01-221-10/+17
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-4/+2
|\
| * xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig2023-12-071-4/+2
* | xfs: Block writes to log deviceJan Kara2023-11-181-2/+3
* | xfs: simplify device handlingChristian Brauner2023-11-181-16/+3
|/
* Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-11-081-1/+2
|\
| * xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-1/+2
* | xfs: Convert to bdev_open_by_path()Jan Kara2023-10-281-18/+24
|/
* Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-221-84/+2
|\
| * xfs: remove CPU hotplug infrastructureDarrick J. Wong2023-09-111-41/+1
| * xfs: remove the all-mounts listDarrick J. Wong2023-09-111-39/+0
| * xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong2023-09-111-3/+1
| * xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong2023-09-111-1/+0
* | Revert "xfs: switch to multigrain timestamps"Christian Brauner2023-09-201-1/+1
|/
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-5/+48
|\
| * xfs: track usage statistics of online fsckDarrick J. Wong2023-08-101-3/+18
| * xfs: create scaffolding for creating debugfs entriesDarrick J. Wong2023-08-101-2/+30
* | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-56/+80
|\ \
| * | xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig2023-08-111-15/+4
| * | xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig2023-08-111-4/+14
| * | xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig2023-08-101-0/+26
| * | xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2023-08-101-14/+22
| * | xfs: remove xfs_blkdev_putChristoph Hellwig2023-08-101-13/+5
| * | xfs: free the xfs_mount in ->kill_sbChristoph Hellwig2023-08-101-9/+11
| * | xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig2023-08-101-4/+0
| * | xfs: reformat the xfs_fs_free prototypeChristoph Hellwig2023-08-101-1/+2
| |/
* / xfs: switch to multigrain timestampsJeff Layton2023-08-111-1/+1
|/
* Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-291-4/+0
|\
| * xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong2023-06-121-4/+0
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-7/+27
|\ \ | |/ |/|
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-7/+8
| * xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig2023-06-051-1/+12
| * xfs: wire up sops->shutdownChristoph Hellwig2023-06-051-0/+8
| * block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* | xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner2023-06-051-0/+1
|/
* xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong2023-05-021-0/+3
* xfs: deprecate the ascii-ci featureDarrick J. Wong2023-04-111-0/+13
* xfs: test dir/attr hash when loading moduleDarrick J. Wong2023-03-191-0/+5
* xfs: perags need atomic operational stateDave Chinner2023-02-131-18/+28
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-131-1/+0
* xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2022-11-161-1/+1
* xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong2022-10-311-8/+4
* xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong2022-10-311-2/+2
* fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner2022-09-291-2/+8
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-2/+4
|\