aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-46/+34
2021-12-21xfs: only run COW extent recovery when there are no live extentsGravatar Darrick J. Wong 1-9/+0
2021-12-07xfs: remove all COW fork extents when remounting readonlyGravatar Darrick J. Wong 1-3/+11
2021-12-04xfs: move dax device handling into xfs_{alloc,free}_buftargGravatar Christoph Hellwig 1-21/+5
2021-12-04dax: remove dax_capableGravatar Christoph Hellwig 1-13/+8
2021-12-04xfs: factor out a xfs_setup_dax_always helperGravatar Christoph Hellwig 1-19/+28
2021-10-30xfs: Remove duplicated include in xfs_superGravatar Wan Jiabing 1-1/+0
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterGravatar Darrick J. Wong 1-10/+1
2021-10-22xfs: create slab caches for frequently-used deferred itemsGravatar Darrick J. Wong 1-1/+9
2021-10-22xfs: rename _zone variables to _cacheGravatar Darrick J. Wong 1-109/+109
2021-10-19xfs: use separate btree cursor cache for each btree typeGravatar Darrick J. Wong 1-6/+7
2021-10-19xfs: dynamically allocate cursors based on maxlevelsGravatar Darrick J. Wong 1-2/+2
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsGravatar Darrick J. Wong 1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+12
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-219/+317
2021-08-26dax: remove bdev_dax_supportedGravatar Christoph Hellwig 1-1/+2
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperGravatar Christoph Hellwig 1-4/+11
2021-08-19xfs: introduce xfs_sb_is_v5 helperGravatar Dave Chinner 1-6/+5
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresGravatar Dave Chinner 1-1/+1
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-1/+1
2021-08-19xfs: convert remaining mount flags to state flagsGravatar Dave Chinner 1-17/+15
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-73/+68
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-9/+9
2021-08-19xfs: rework attr2 feature and mount optionsGravatar Dave Chinner 1-9/+7
2021-08-16xfs: move the CIL workqueue to the CILGravatar Dave Chinner 1-14/+1
2021-08-16xfs: CIL work is serialised, not pipelinedGravatar Dave Chinner 1-1/+5
2021-08-16xfs: convert log flags to an operational state fieldGravatar Dave Chinner 1-1/+1
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountGravatar Darrick J. Wong 1-8/+0
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenGravatar Darrick J. Wong 1-7/+14
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsGravatar Darrick J. Wong 1-0/+3
2021-08-06xfs: per-cpu deferred inode inactivation queuesGravatar Dave Chinner 1-10/+104
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableGravatar Darrick J. Wong 1-50/+0
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsGravatar Dave Chinner 1-0/+40
2021-08-06xfs: introduce CPU hotplug infrastructureGravatar Dave Chinner 1-1/+41
2021-08-06xfs: remove the active vs running quota differentiationGravatar Christoph Hellwig 1-30/+21
2021-07-13xfs: Convert to use invalidate_lockGravatar Jan Kara 1-2/+0
2021-06-21xfs: remove xfs_blkdev_issue_flushGravatar Dave Chinner 1-7/+0
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Gravatar Darrick J. Wong 1-1/+1
2021-06-03xfs: refactor per-AG inode tagging functionsGravatar Darrick J. Wong 1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Gravatar Dave Chinner 1-0/+1
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-03-25xfs: fix xfs_trans slab cache nameGravatar Anthony Iliopoulos 1-1/+1
2021-03-25xfs: Skip repetitive warnings about mount optionsGravatar Pavel Reichl 1-4/+20
2021-03-25xfs: rename variable mp to parsing_mpGravatar Pavel Reichl 1-51/+51
2021-03-25xfs: rename the blockgc workqueueGravatar Darrick J. Wong 1-4/+4
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-02-03xfs: expose the blockgc workqueue knobs publiclyGravatar Darrick J. Wong 1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionGravatar Darrick J. Wong 1-2/+2
2021-02-03xfs: rename block gc start and stop functionsGravatar Darrick J. Wong 1-4/+4