summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* xfs: remove xfs_blkdev_issue_flushDave Chinner2021-06-211-7/+0
* Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-081-1/+1
|\
| * xfs: refactor per-AG inode tagging functionsDarrick J. Wong2021-06-031-1/+1
* | xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
|/
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: fix xfs_trans slab cache nameAnthony Iliopoulos2021-03-251-1/+1
* xfs: Skip repetitive warnings about mount optionsPavel Reichl2021-03-251-4/+20
* xfs: rename variable mp to parsing_mpPavel Reichl2021-03-251-51/+51
* xfs: rename the blockgc workqueueDarrick J. Wong2021-03-251-4/+4
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\