summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a incompat feature bit for parent pointersAllison Henderson2024-04-231-0/+4
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-0/+10
* xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig2024-04-221-1/+10
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-5/+1
* xfs: compile out v4 support if disabledChristoph Hellwig2024-04-221-9/+13
* xfs: introduce a file mapping exchange log intent itemDarrick J. Wong2024-04-151-0/+19
* xfs: create a incompat flag for atomic file mapping exchangesDarrick J. Wong2024-04-151-0/+4
* fs,block: yield devices earlyChristian Brauner2024-03-271-3/+3
* Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-6/+14
|\
| * xfs: port refcount repair to the new refcount bag structureDarrick J. Wong2024-02-221-1/+9
| * 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
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-131-4/+3
* | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-22/+22
|\ \
| * | xfs: port block device access to filesChristian Brauner2024-02-251-22/+22
| * | bdev: open block device as filesChristian Brauner2024-02-251-1/+1
* | | xfs: drop experimental warning for FSDAXShiyang Ruan2024-02-271-1/+0
| |/ |/|
* | 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-181-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-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