summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-131-0/+4
| * | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-111-2/+12
| |/
* / block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-181-8/+4
|/
* xfs: don't report reserved bnobt space as availableDarrick J. Wong2022-03-281-1/+2
* Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-02-261-2/+5
|\
| * xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong2022-02-101-2/+5
* | xfs: return errors in xfs_fs_sync_fsDarrick J. Wong2022-01-301-1/+5
|/
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-46/+34
|\
| * xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig2021-12-041-21/+5
| * dax: remove dax_capableChristoph Hellwig2021-12-041-13/+8
| * xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig2021-12-041-19/+28
* | xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong2021-12-211-9/+0
* | xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong2021-12-071-3/+11
|/
* xfs: Remove duplicated include in xfs_superWan Jiabing2021-10-301-1/+0
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-231-10/+1
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-231-1/+9
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-231-109/+109
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-6/+7
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-191-2/+2