summaryrefslogtreecommitdiff
tag namexfs-5.12-merge-2 (2ebcff161d1832554b18308c6338117af9ef7db5)
tag date2021-02-03 09:19:21 -0800
tagged byDarrick J. Wong <djwong@kernel.org>
tagged objectcommit 07aabd9c4a...
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. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEUzaAxoMeQq6m2jMV+H93GTRKtOsFAmAa3WQACgkQ+H93GTRK tOtJdA//d+ta68txXfDsobpnbs+2z2tc2ZrNZPfKkkoxgteD/25sBmTd6uc46+1H kKY2np/g+uuaN6Bh4+nbfJ3aj2JyEcvqpxc28CFYWZ0lBRm6Wp7D7Ntkc3DP8sxV 6kY59d/xuaUwdAl9t9MqOiPW7q7vfOILQB3f30knm9yqet5jQwLtZ2QfutIVXRF/ jN93fJNCZFt8wvax2dYOHCiRc3e91OkYAqffoEeW7Mw4xnJ10Ft7BD1XQiT3folR 0DCcI4BmzZHU8+u2T5lwn5S8Zrvc8lrLFds7ZhzMX6eCphf/rfcVr5evE9Difq+b +3Gq6LpNbMcg9JdPJ3om0GnofFtxDVLh6ohj6T50QP3U1ZGgvUI80C5peWpLC02z BgTBc8nEiSZsVIiruIpSDF9xFNtTXE2jQFCY8B1l4sMrPNP6UjqTFW8upGBK4F9B 7szPON4peO1b4tp7sYKqYH9/+qqUA567FOmnPK+nGnib/wYjXSQH8WpYmuCBnLvN kaJj/LLuuNTNQfCakMR7sFbn8EoBSSwnce2T+9mswHvMfFEncMk8oqQ3K1EBYW+q Y+rcYr8tsrDJV0Fb9Y5VdN+25yFVtVJHzrc4JG1MJHMHxulXNVgz/9AKlgtcTpl8 0+jY3yvHCptrAJr3toQSJ/GHZ5dF/6vIMfjhpScjWTX2fF1jfUs= =HutY -----END PGP SIGNATURE-----