summaryrefslogtreecommitdiff
tag namexfs-5.12-merge-3 (7d894f987291994976a038d27b418f552aa23915)
tag date2021-02-04 19:25:40 -0800
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 45068063ef...
New code for 5.12:
- Fix an ABBA deadlock when renaming files on overlayfs. - Make sure that we can't overflow the inode extent counters when adding to or removing extents from a file. - Make directory sgid inheritance work the same way as all the other filesystems. - Don't drain the buffer cache on freeze and ro remount, which should reduce the amount of time if read-only workloads are continuing during the freeze. - Fix a bug where symlink size isn't reported to the vfs in ecryptfs. - Disentangle log cleaning from log covering. This refactoring sets us up for future changes to the log, though for now it simply means that we can use covering for freezes, and cleaning becomes something we only do at unmount. - Speed up file fsyncs by reducing iolock cycling. - Fix delalloc blocks leaking when changing the project id fails because of input validation errors in FSSETXATTR. - Fix oversized quota reservation when converting unwritten extents during a DAX write. - Create a transaction allocation helper function to standardize the idiom of allocating a transaction, reserving blocks, locking inodes, and reserving quota. Replace all the open-coded logic for file creation, file ownership changes, and file modifications to use them. - Actually shut down the fs if the incore quota reservations get corrupted. - Fix background block garbage collection scans to not block and to actually clean out CoW staging extents properly. - Run block gc scans when we run low on project quota. - Use the standardized transaction allocation helpers to make it so that ENOSPC and EDQUOT errors during reservation will back out, invoke the block gc scanner, and try again. This is preparation for introducing background inode garbage collection in the next cycle. - Combine speculative post-EOF block garbage collection with speculative copy on write block garbage collection. - Enable multithreaded quotacheck. - Allow sysadmins to tweak the CPU affinities and maximum concurrency levels of quotacheck and background blockgc worker pools. - Expose the inode btree counter feature in the fs geometry ioctl. - Cleanups of the growfs code in preparation for starting work on filesystem shrinking. - Fix all the bloody gcc warnings that the maintainer knows about. :P -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEUzaAxoMeQq6m2jMV+H93GTRKtOsFAmAcus8ACgkQ+H93GTRK tOt0rQ/+OBe6R4UePLekH2Ksplce7P/WgRus2Qa8uT/dCd+mJzYehLLKDwFI4tua UHhFrmfrv5yHkOi/DSUYUMNNa+ttRpY7043Vh6sEND6I8YRnA0r2BUwC31RMOkBA fPXr2KN1Z29KMJiIALbfe0CeR4I8NqhME9tmshYPN8c6NVfW4oumzXFHoaVqf8rJ YVPM9di6GqdDQbT3BBXHsX5yb2BqqkvdtLk/AR23f2W4FybDpooGVUV4/3GmQ0zd FnBl0bZcZ47cnOXcSCFKKqBT442F2H8up9JuXTuOXQX9l0gV1tWzfERqGDGVzswh apCj+k7qGi5BZObUwNU5Dn6Ked/SKNAVO4zl+3G84TPfSFhjp0iyuJxbUvifDjWy U52I25h6Yoq8q5b9UTZPny/CCMmE+LdU2qklLHmtlaZsPEbwCEA5nEizXQ0wv5g5 FfS5LN6dxwE7yyh2/GC+vs3Qq4MwijSM//MWEuZXco0yH3hyzhkyLfVn32nWuaTV cwcSUpWHlKIjsN9b1H4CTPsGjmyHXKILZtv0DyiHf00uxI1EmYRAaipjehFq2/JS zzHoxuYgRKDpHcNqBruS5o0d4xvt469JHYnzP2hp+qzthkt87GT1K71f3SigUyCz Vjont96pVu0fWTG1oIexjyoD5Fpo59YEtcVARcatnifECe3XTrI= =wDWQ -----END PGP SIGNATURE-----