summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-231-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-131-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-121-0/+13
* xfs: test dir/attr hash when loading moduleDarrick J. Wong2023-03-191-0/+5
* xfs: perags need atomic operational stateDave Chinner2023-02-121-18/+28
* xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner2023-02-121-1/+0
* xfs: Print XFS UUID on mount and umount events.Lukas Herbolt2022-11-171-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-301-2/+8
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-2/+4
|\
| * xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan2022-07-301-2/+4
* | xfs: xfs_buf cache destroy isn't RCU safeDave Chinner2022-07-211-9/+13
* | Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong2022-07-141-0/+10
|\ \
| * | xfs: add in-memory iunlink log itemDave Chinner2022-07-141-0/+10
* | | xfs: introduce per-cpu CIL tracking structureDave Chinner2022-07-011-0/+1
|/ /
* | xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-231-2/+5
* | xfs: bound maximum wait time for inodegc workDave Chinner2022-06-231-1/+1
|/
* Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds2022-06-021-0/+20
|\
| * xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-271-0/+1
| * xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-221-0/+19
* | Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-05-261-2/+16
|\|
| * Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-211-0/+4
| |\