aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27fs,block: yield devices earlyChristian Brauner1-3/+3
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+14
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-4/+3
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-22/+22
2024-02-27xfs: drop experimental warning for FSDAXShiyang Ruan1-1/+0
2024-02-25xfs: port block device access to filesChristian Brauner1-22/+22
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-22xfs: port refcount repair to the new refcount bag structureDarrick J. Wong1-1/+9
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-0/+2
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)1-3/+1
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+1
2024-01-22xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+2
2023-12-07xfs: clean up the xfs_reserve_blocks interfaceChristoph Hellwig1-4/+2
2023-11-18xfs: Block writes to log deviceJan Kara1-2/+3
2023-11-18xfs: simplify device handlingChristian Brauner1-16/+3
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2023-10-28xfs: Convert to bdev_open_by_path()Jan Kara1-18/+24
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-1/+2
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-84/+2
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-1/+1
2023-09-11xfs: remove CPU hotplug infrastructureDarrick J. Wong1-41/+1
2023-09-11xfs: remove the all-mounts listDarrick J. Wong1-39/+0
2023-09-11xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong1-3/+1
2023-09-11xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong1-1/+0
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+48
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-56/+80
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig1-15/+4
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig1-4/+14
2023-08-11xfs: switch to multigrain timestampsJeff Layton1-1/+1
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong1-3/+18
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong1-2/+30
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig1-0/+26
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig1-14/+22
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig1-13/+5
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig1-9/+11
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig1-4/+0
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig1-1/+2
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-7/+27
2023-06-12xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong1-4/+0
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-7/+8
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig1-1/+12
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig1-0/+8
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner1-0/+1
2023-05-02xfs: check that per-cpu inodegc workers actually run on that cpuDarrick J. Wong1-0/+3
2023-04-11xfs: deprecate the ascii-ci featureDarrick J. Wong1-0/+13
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-16xfs: 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-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-2/+8
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2022-07-29xfs: fail dax mount if reflink is enabled on a partitionShiyang Ruan1-2/+4
2022-07-20xfs: 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-02xfs: 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-01Merge 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-25Merge 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-17block: 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-12xfs: 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-09xfs: 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-12Merge 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-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-10/+1
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-1/+9
2021-10-22xfs: 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-26dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-08-26xfs: 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
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner1-9/+7
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner1-14/+1
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner1-1/+5
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner1-1/+1
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong1-8/+0
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong1-7/+14
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong1-0/+3
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner1-10/+104
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong1-50/+0
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner1-0/+40
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner1-1/+41
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-30/+21
2021-07-13xfs: Convert to use invalidate_lockJan Kara1-2/+0
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner1-7/+0
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong1-1/+1
2021-06-03xfs: refactor per-AG inode tagging functionsDarrick J. Wong1-1/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-03-25xfs: fix xfs_trans slab cache nameAnthony Iliopoulos1-1/+1
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong1-4/+4
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong1-1/+1
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong1-2/+2
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong1-4/+4
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong1-6/+5
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong1-1/+1
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong1-9/+14
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24xfs: support idmapped mountsChristoph Hellwig1-1/+1
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster1-2/+1
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster1-22/+2
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster1-5/+0
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster1-8/+0
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster1-1/+1
2020-12-09xfs: show the proper user quota optionsKaixu Xia1-4/+6
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong1-13/+13
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong1-0/+7
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-0/+32
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-25xfs: remove deprecated mount optionsPavel Reichl1-13/+18
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-09-15xfs: deprecate the V4 formatDarrick J. Wong1-0/+13
2020-09-15xfs: trace timestamp limitsDarrick J. Wong1-0/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-2/+11
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong1-2/+2
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong1-0/+4
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner1-5/+5
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen1-0/+4
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimWaiman Long1-1/+11
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner1-3/+0
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-18/+50
2020-05-27xfs: remove the m_active_trans counterDave Chinner1-12/+5
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin1-1/+2
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny1-1/+1
2020-05-04fs/xfs: Make DAX mount option a tri-stateIra Weiny1-4/+42
2020-05-04fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny1-4/+4
2020-04-16xfs: move inode flush to the sync workqueueDarrick J. Wong1-18/+22
2020-03-31xfs: ratelimit inode flush on buffered write ENOSPCDarrick J. Wong1-0/+14
2020-03-27xfs: correctly acount for reclaimable slabsDave Chinner1-1/+2
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-01-14xfs: fix s_maxbytes computation on 32-bit kernelsDarrick J. Wong1-27/+21
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino1-35/+35
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino1-40/+59
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter1-1/+1
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King1-1/+1
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent1-30/+19
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent1-258/+259
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent1-58/+58
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent1-162/+162
2019-11-05xfs: switch to use the new mount-apiIan Kent1-237/+176
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent1-4/+3
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent1-51/+58
2019-11-05xfs: refactor xfs_parseags()Ian Kent1-136/+152
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent1-2/+1
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent1-9/+29
2019-11-05xfs: add xfs_remount_ro() helperIan Kent1-30/+43
2019-11-05xfs: add xfs_remount_rw() helperIan Kent1-51/+64
2019-11-05xfs: merge freeing of mp names and mpIan Kent1-8/+6
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent1-3/+3
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent1-3/+1
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent1-22/+13
2019-11-05xfs: remove unused struct xfs_mount field m_fsname_lenIan Kent1-1/+0
2019-10-29xfs: merge xfs_showargs into xfs_fs_show_optionsChristoph Hellwig1-13/+7
2019-10-29xfs: clean up printing inode32/64 in xfs_showargsChristoph Hellwig1-10/+3
2019-10-29xfs: clean up printing the allocsize option inChristoph Hellwig1-1/+1
2019-10-29xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZEChristoph Hellwig1-9/+3
2019-10-29xfs: rename the XFS_MOUNT_DFLT_IOSIZE option toChristoph Hellwig1-3/+3
2019-10-29xfs: simplify parsing of allocsize mount optionChristoph Hellwig1-15/+11
2019-10-29xfs: rename the m_writeio_* fields in struct xfs_mountChristoph Hellwig1-2/+2
2019-10-29xfs: remove the m_readio_* fields in struct xfs_mountChristoph Hellwig1-1/+0
2019-10-29xfs: remove the dsunit and dswidth variables inChristoph Hellwig1-19/+8
2019-10-29xfs: remove the biosize mount optionIan Kent1-3/+1