summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
AgeCommit message (Expand)Author
2021-06-08Merge tag 'xfs-cil-scale-2-tag' of git://git.kernel.org/pub/scm/linux/kernel/...xfs-5.14-merge-2Darrick J. Wong
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-08xfs: introduce per-cpu CIL tracking structureDave Chinner
2021-06-08xfs: introduce CPU hotplug infrastructureDave Chinner
2021-06-04xfs: CIL work is serialised, not pipelinedDave Chinner
2021-06-03xfs: refactor per-AG inode tagging functionsinode-walk-cleanups-5.14_2021-06-06inode-walk-cleanups-5.14_2021-06-05inode-walk-cleanups-5.14_2021-06-03Darrick J. Wong
2021-06-03xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: fix xfs_trans slab cache namexfs-5.13-merge_2021-03-25xfs-5.13-merge-1Anthony Iliopoulos
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-03xfs: expose the blockgc workqueue knobs publiclyDarrick J. Wong
2021-02-03xfs: parallelize block preallocation garbage collectionDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
2021-02-03xfs: consolidate the eofblocks and cowblocks workersDarrick J. Wong
2021-02-03xfs: hide xfs_icache_free_cowblocksDarrick J. Wong
2021-02-03xfs: set WQ_SYSFS on all workqueues in debug modeDarrick J. Wong
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24xfs: support idmapped mountsChristoph Hellwig
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster
2020-12-09xfs: show the proper user quota optionsKaixu Xia
2020-12-09xfs: rename xfs_fc_* back to xfs_fs_*Darrick J. Wong
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-25xfs: remove deprecated mount optionsPavel Reichl
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-09-15xfs: deprecate the V4 formatDarrick J. Wong
2020-09-15xfs: trace timestamp limitsDarrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-09-06xfs: xfs_iflock is no longer a completionDave Chinner
2020-07-17xfs: preserve inode versioning across remountsEric Sandeen
2020-07-09xfs: Fix false positive lockdep warning with sb_internal & fs_reclaimxfs-5.9-merge-4Waiman Long
2020-07-07xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-05-27xfs: remove the m_active_trans counterDave Chinner
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-13xfs: ensure f_bfree returned by statfs() is non-negativeZheng Bin