summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * xfs: support idmapped mountsChristoph Hellwig2021-01-241-1/+1
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+1
|\ \
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/
* | xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong2021-02-031-1/+1
* | xfs: parallelize block preallocation garbage collectionDarrick J. Wong2021-02-031-2/+2
* | xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-031-4/+4
* | xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong2021-02-031-6/+5
* | xfs: hide xfs_icache_free_cowblocksDarrick J. Wong2021-02-031-1/+1
* | xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong2021-02-031-9/+14
* | xfs: cover the log on freeze instead of cleaning itBrian Foster2021-01-221-2/+1