summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong
2023-04-11xfs: deprecate the ascii-ci featureDarrick J. Wong
2023-03-19xfs: test dir/attr hash when loading moduleDarrick J. Wong
2023-02-13xfs: perags need atomic operational stateDave Chinner
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner
2022-11-16xfs: Print XFS UUID on mount and umount events.Lukas Herbolt
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan
2022-07-20xfs: xfs_buf cache destroy isn't RCU safeDave Chinner
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong
2022-07-14xfs: add in-memory iunlink log itemDave Chinner
2022-07-02xfs: introduce per-cpu CIL tracking structureDave Chinner
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R
2022-04-12xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-02-09xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong
2022-01-30xfs: return errors in xfs_fs_sync_fsDarrick J. Wong
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-04xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong