aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-84/+2
2023-09-20Revert "xfs: switch to multigrain timestamps"Gravatar Christian Brauner 1-1/+1
2023-09-11xfs: remove CPU hotplug infrastructureGravatar Darrick J. Wong 1-41/+1
2023-09-11xfs: remove the all-mounts listGravatar Darrick J. Wong 1-39/+0
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsGravatar Darrick J. Wong 1-3/+1
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusGravatar Darrick J. Wong 1-1/+0
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-5/+48
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-56/+80
2023-08-11xfs use fs_holder_ops for the log and RT devicesGravatar Christoph Hellwig 1-15/+4
2023-08-11xfs: drop s_umount over opening the log and RT devicesGravatar Christoph Hellwig 1-4/+14
2023-08-11xfs: switch to multigrain timestampsGravatar Jeff Layton 1-1/+1
2023-08-10xfs: track usage statistics of online fsckGravatar Darrick J. Wong 1-3/+18
2023-08-10xfs: create scaffolding for creating debugfs entriesGravatar Darrick J. Wong 1-2/+30
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevGravatar Christoph Hellwig 1-0/+26
2023-08-10xfs: close the external block devices in xfs_mount_freeGravatar Christoph Hellwig 1-14/+22
2023-08-10xfs: remove xfs_blkdev_putGravatar Christoph Hellwig 1-13/+5
2023-08-10xfs: free the xfs_mount in ->kill_sbGravatar Christoph Hellwig 1-9/+11
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superGravatar Christoph Hellwig 1-4/+0
2023-08-10xfs: reformat the xfs_fs_free prototypeGravatar Christoph Hellwig 1-1/+2
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-4/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-7/+27
2023-06-12xfs: drop EXPERIMENTAL tag for large extent countsGravatar Darrick J. Wong 1-4/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-1/+1
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-7/+8
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesGravatar Christoph Hellwig 1-1/+12
2023-06-05xfs: wire up sops->shutdownGravatar Christoph Hellwig 1-0/+8
2023-06-05block: introduce holder opsGravatar Christoph Hellwig 1-1/+1
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryGravatar Dave Chinner 1-0/+1
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuGravatar Darrick J. Wong 1-0/+3
2023-04-11xfs: deprecate the ascii-ci featureGravatar Darrick J. Wong 1-0/+13
2023-03-19xfs: test dir/attr hash when loading moduleGravatar Darrick J. Wong 1-0/+5
2023-02-13xfs: perags need atomic operational stateGravatar Dave Chinner 1-18/+28
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicGravatar Dave Chinner 1-1/+0
2022-11-16xfs: Print XFS UUID on mount and umount events.Gravatar Lukas Herbolt 1-1/+1
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicGravatar Darrick J. Wong 1-8/+4
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingGravatar Darrick J. Wong 1-2/+2
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODEGravatar Lukas Czerner 1-2/+8
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+4
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionGravatar Shiyang Ruan 1-2/+4
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeGravatar Dave Chinner 1-9/+13
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Darrick J. Wong 1-0/+10
2022-07-14xfs: add in-memory iunlink log itemGravatar Dave Chinner 1-0/+10
2022-07-02xfs: introduce per-cpu CIL tracking structureGravatar Dave Chinner 1-0/+1
2022-06-23xfs: introduce xfs_inodegc_push()Gravatar Dave Chinner 1-2/+5
2022-06-23xfs: bound maximum wait time for inodegc workGravatar Dave Chinner 1-1/+1
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Gravatar Linus Torvalds 1-0/+20
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cGravatar Darrick J. Wong 1-0/+1
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+16
2022-05-22xfs: put attr[id] log item cache init with the othersGravatar Darrick J. Wong 1-0/+19
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Gravatar Dave Chinner 1-0/+4