Revision c73891c922f5934b826fe5eb743fbdb28aee3f99 authored by Linus Torvalds on 18 March 2021, 19:32:51 UTC, committed by Linus Torvalds on 18 March 2021, 19:32:51 UTC
Pull xfs fixes from Darrick Wong:
 "A couple of minor corrections for the new idmapping functionality, and
  a fix for a theoretical hang that could occur if we decide to abort a
  mount after dirtying the quota inodes.

  Summary:

   - Fix quota accounting on creat() when id mapping is enabled

   - Actually reclaim dirty quota inodes when mount fails

   - Typo fixes for documentation

   - Restrict both bulkstat calls on idmapped/namespaced mounts"

* tag 'xfs-5.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: also reject BULKSTAT_SINGLE in a mount user namespace
  docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs
  xfs: force log and push AIL to clear pinned inodes when aborting mount
  xfs: fix quota accounting when a mount is idmapped
2 parent s bf152b0 + 8723d5b
History
File Mode Size
crush
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 472 bytes
armor.c -rw-r--r-- 1.9 KB
auth.c -rw-r--r-- 15.6 KB
auth_none.c -rw-r--r-- 3.1 KB
auth_none.h -rw-r--r-- 502 bytes
auth_x.c -rw-r--r-- 26.8 KB
auth_x.h -rw-r--r-- 1013 bytes
auth_x_protocol.h -rw-r--r-- 1.9 KB
buffer.c -rw-r--r-- 1.2 KB
ceph_common.c -rw-r--r-- 23.5 KB
ceph_hash.c -rw-r--r-- 2.9 KB
ceph_strings.c -rw-r--r-- 1.6 KB
cls_lock_client.c -rw-r--r-- 11.5 KB
crypto.c -rw-r--r-- 8.0 KB
crypto.h -rw-r--r-- 1.1 KB
debugfs.c -rw-r--r-- 12.3 KB
decode.c -rw-r--r-- 4.3 KB
messenger.c -rw-r--r-- 53.8 KB
messenger_v1.c -rw-r--r-- 37.9 KB
messenger_v2.c -rw-r--r-- 88.1 KB
mon_client.c -rw-r--r-- 38.3 KB
msgpool.c -rw-r--r-- 2.3 KB
osd_client.c -rw-r--r-- 148.1 KB
osdmap.c -rw-r--r-- 70.2 KB
pagelist.c -rw-r--r-- 4.0 KB
pagevec.c -rw-r--r-- 3.3 KB
snapshot.c -rw-r--r-- 1.6 KB
string_table.c -rw-r--r-- 2.2 KB
striper.c -rw-r--r-- 7.7 KB

back to top