summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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-251-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-121-2/+12
| |/
* / block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-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-091-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-121-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-221-10/+1
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-1/+9
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-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
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-1/+1
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-4/+12
|\
| * dax: remove bdev_dax_supportedChristoph Hellwig2021-08-261-1/+2
| * xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig2021-08-261-4/+11
* | Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-09-021-219/+317
|\ \
| * | xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-191-6/+5
| * | xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
| * | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
| * | xfs: convert remaining mount flags to state flagsDave Chinner2021-08-191-17/+15
| * | xfs: convert mount flags to featuresDave Chinner2021-08-191-73/+68
| * | xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-9/+9
| * | xfs: rework attr2 feature and mount optionsDave Chinner2021-08-191-9/+7
| * | xfs: move the CIL workqueue to the CILDave Chinner2021-08-161-14/+1
| * | xfs: CIL work is serialised, not pipelinedDave Chinner2021-08-161-1/+5
| * | xfs: convert log flags to an operational state fieldDave Chinner2021-08-161-1/+1
| * | xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong2021-08-091-8/+0
| * | xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-091-7/+14
| * | xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2021-08-091-0/+3
| * | xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-061-10/+104
| * | xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2021-08-061-50/+0
| * | xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2021-08-061-0/+40
| * | xfs: introduce CPU hotplug infrastructureDave Chinner2021-08-061-1/+41
| * | xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-30/+21
| |/
* / xfs: Convert to use invalidate_lockJan Kara2021-07-131-2/+0
|/