Commit 3fb5a65
committed
Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull filesystem freezing updates from Darrick Wong:
New code for 6.6:
* Allow the kernel to initiate a freeze of a filesystem. The kernel
and userspace can both hold a freeze on a filesystem at the same
time; the freeze is not lifted until /both/ holders lift it. This
will enable us to fix a longstanding bug in XFS online fsck.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Message-Id: <20230822182604.GB11286@frogsfrogsfrogs>
Signed-off-by: Christian Brauner <brauner@kernel.org>304 files changed
Lines changed: 2996 additions & 1672 deletions
File tree
- Documentation
- ABI/testing
- devicetree/bindings/watchdog
- filesystems
- process
- riscv
- wmi/devices
- arch
- arm64
- include/asm
- kernel
- openrisc
- include/uapi/asm
- kernel
- powerpc
- include/asm/book3s/64
- kernel
- mm/book3s64
- riscv
- kernel
- mm
- net
- sh
- boards
- mach-dreamcast
- mach-highlander
- mach-r2d
- cchips
- include/asm
- sparc/include/asm
- um/kernel
- x86
- entry
- events/intel
- include/asm
- kernel
- xen
- xtensa
- kernel
- platforms/iss
- block
- partitions
- crypto
- asymmetric_keys
- drivers
- accel/ivpu
- base/regmap
- block
- null_blk
- cpufreq
- dma-buf
- gpu/drm
- amd
- amdgpu
- pm/swsmu
- inc
- smu11
- smu13
- armada
- bridge
- synopsys
- exynos
- gma500
- i915
- display
- gt
- msm
- nouveau
- dispnv50
- nvkm
- engine/disp
- subdev/acr
- omapdrm
- panel
- radeon
- scheduler
- tegra
- ttm
- hid
- amd-sfh-hid/sfh1_1
- iommu
- net
- dsa
- ocelot
- qca
- ethernet
- amazon/ena
- broadcom
- freescale
- google/gve
- intel
- ice
- igc
- marvell
- octeontx2
- af
- nic
- mellanox/mlx5/core
- en_accel
- en
- microchip
- mscc
- pensando/ionic
- wangxun/txgbe
- netdevsim
- wireless
- cisco
- intel/iwlwifi
- cfg
- mvm
- pcie
- queue
- mediatek/mt76/mt7921
- realtek/rtw89
- nvme
- host
- target
- perf
- pinctrl
- renesas
- platform/x86
- amd
- pmf
- dell
- intel
- int3472
- s390/net
- scsi
- aacraid
- fnic
- lpfc
- qla2xxx
- spi
- ufs
- core
- host
- xen
- fs
- erofs
- f2fs
- gfs2
- smb/client
- include
- asm-generic
- drm
- linux
- net
- netfilter
- soc/mscc
- uapi/scsi
- ufs
- io_uring
- kernel
- bpf
- cgroup
- power
- sched
- trace
- lib
- net
- ceph
- core
- ipv6
- netfilter
- sched
- wireless
- samples/ftrace
- scripts
- tools
- objtool
- testing/selftests
- bpf
- prog_tests
- progs
- hid
- tc-testing/tc-tests/qdiscs
- user_events
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
| 264 | + | |
264 | 265 | | |
265 | | - | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4121 | 4121 | | |
4122 | 4122 | | |
4123 | 4123 | | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
| 4127 | + | |
| 4128 | + | |
| 4129 | + | |
| 4130 | + | |
4124 | 4131 | | |
4125 | 4132 | | |
4126 | 4133 | | |
| |||
8672 | 8679 | | |
8673 | 8680 | | |
8674 | 8681 | | |
| 8682 | + | |
8675 | 8683 | | |
8676 | | - | |
| 8684 | + | |
| 8685 | + | |
| 8686 | + | |
8677 | 8687 | | |
8678 | 8688 | | |
8679 | 8689 | | |
| |||
13968 | 13978 | | |
13969 | 13979 | | |
13970 | 13980 | | |
13971 | | - | |
| 13981 | + | |
13972 | 13982 | | |
13973 | 13983 | | |
13974 | 13984 | | |
| |||
17543 | 17553 | | |
17544 | 17554 | | |
17545 | 17555 | | |
| 17556 | + | |
17546 | 17557 | | |
17547 | 17558 | | |
17548 | 17559 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| |||
0 commit comments