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
6lowpan
Kconfig -rw-r--r-- 1008 bytes
Makefile -rw-r--r-- 331 bytes
core.c -rw-r--r-- 8.3 KB
core.h -rw-r--r-- 1.3 KB
header_ops.c -rw-r--r-- 6.5 KB
ieee802154.h -rw-r--r-- 2.9 KB
netlink.c -rw-r--r-- 4.3 KB
nl-mac.c -rw-r--r-- 34.3 KB
nl-phy.c -rw-r--r-- 7.6 KB
nl802154.c -rw-r--r-- 67.4 KB
nl802154.h -rw-r--r-- 193 bytes
nl_policy.c -rw-r--r-- 3.2 KB
rdev-ops.h -rw-r--r-- 8.8 KB
socket.c -rw-r--r-- 23.0 KB
sysfs.c -rw-r--r-- 2.2 KB
sysfs.h -rw-r--r-- 233 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 8.2 KB

back to top