summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-19xfs: test dir/attr hash when loading moduleDarrick J. Wong1-0/+5
2023-02-13xfs: perags need atomic operational stateDave Chinner1-18/+28
2023-02-13xfs: convert xfs_ialloc_next_ag() to an atomicDave Chinner1-1/+0
2022-11-17xfs: Print XFS UUID on mount and umount events.Lukas Herbolt1-1/+1
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong1-8/+4
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong1-2/+2
2022-09-30fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-2/+8
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2022-07-30xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan1-2/+4
2022-07-21xfs: xfs_buf cache destroy isn't RCU safeDave Chinner1-9/+13
2022-07-14Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...Darrick J. Wong1-0/+10
2022-07-14xfs: add in-memory iunlink log itemDave Chinner1-0/+10
2022-07-01xfs: introduce per-cpu CIL tracking structureDave Chinner1-0/+1
2022-06-23xfs: introduce xfs_inodegc_push()Dave Chinner1-2/+5
2022-06-23xfs: bound maximum wait time for inodegc workDave Chinner1-1/+1
2022-06-02Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds1-0/+20
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong1-0/+1
2022-05-26Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+16
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong1-0/+19
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-0/+4
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-8/+4
2022-04-13xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R1-0/+4
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-2/+12
2022-03-28xfs: don't report reserved bnobt space as availableDarrick J. Wong1-1/+2
2022-02-26Merge tag 'xfs-5.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2022-02-10xfs: only bother with sync_filesystem during readonly remountDarrick J. Wong1-2/+5
2022-01-30xfs: return errors in xfs_fs_sync_fsDarrick J. Wong1-1/+5
2022-01-13Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-46/+34
2021-12-21xfs: only run COW extent recovery when there are no live extentsDarrick J. Wong1-9/+0
2021-12-07xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong1-3/+11
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargChristoph Hellwig1-21/+5
2021-12-04dax: remove dax_capableChristoph Hellwig1-13/+8
2021-12-04xfs: factor out a xfs_setup_dax_always helperChristoph Hellwig1-19/+28
2021-10-30xfs: Remove duplicated include in xfs_superWan Jiabing1-1/+0
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-10/+1
2021-10-23xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-1/+9
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-109/+109
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong1-6/+7
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong1-2/+2
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+12
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-219/+317
2021-08-27dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-27xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig1-4/+11
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner1-6/+5
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner1-17/+15
2021-08-19xfs: convert mount flags to featuresDave Chinner1-73/+68
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-9/+9