Commit 69ee213
authored
fix(container): improve sandbox runtime compatibility (#1981)
* fs: improve container mount filesystem semantics
Signed-off-by: longjin <longjin@dragonos.org>
* fix overlayfs open file semantics for containers
Signed-off-by: longjin <longjin@dragonos.org>
* fix(container): improve sandbox runtime compatibility
Signed-off-by: longjin <longjin@dragonos.org>
* fix(process): sync fork arch state through arch hook
Signed-off-by: longjin <longjin@dragonos.org>
* fix(mm): zap private COW mappings on truncate
Signed-off-by: longjin <longjin@dragonos.org>
* fix(tty): rebuild n_tty char map for canonical mode
Signed-off-by: longjin <longjin@dragonos.org>
* fix(process): harden fork publication ordering
Signed-off-by: longjin <longjin@dragonos.org>
* fix: apply staged compatibility updates
Signed-off-by: longjin <longjin@dragonos.org>
* fix(mm): defer file mmap publication until hook succeeds
Signed-off-by: longjin <longjin@dragonos.org>
* fix(fat): cache negative directory lookups
Signed-off-by: longjin <longjin@dragonos.org>
* docs: remove accidental PR documents
Signed-off-by: longjin <longjin@dragonos.org>
* fix(vfs): harden filesystem state transitions
Signed-off-by: longjin <longjin@dragonos.org>
* fix(ext4): wire xattr list and remove ops
Signed-off-by: longjin <longjin@dragonos.org>
---------
Signed-off-by: longjin <longjin@dragonos.org>1 parent 956518d commit 69ee213
109 files changed
Lines changed: 14569 additions & 3569 deletions
File tree
- kernel
- crates/another_ext4/src/ext4
- src
- arch
- loongarch64/process
- riscv64/process
- x86_64
- interrupt
- ipc
- mm
- process
- debug/klog
- driver
- tty
- pty
- tty_ldisc
- virtio
- filesystem
- devpts
- epoll
- ext4
- fat
- fuse
- overlayfs
- procfs/pid
- ramfs
- tmpfs
- vfs
- mount
- syscall
- ipc
- syscall
- libs
- futex
- mm
- syscall
- process
- namespace
- syscall
- syscall
- virt/vm/kvm_host
- user/apps
- about
- riscv_init
- test_sqlite3
- tests/dunitest
- scripts
- suites
- fuse
- normal
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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
10 | 21 | | |
11 | 22 | | |
| |||
182 | 193 | | |
183 | 194 | | |
184 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
185 | 199 | | |
186 | 200 | | |
187 | 201 | | |
| |||
197 | 211 | | |
198 | 212 | | |
199 | 213 | | |
200 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
201 | 224 | | |
202 | 225 | | |
203 | 226 | | |
204 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
205 | 237 | | |
206 | 238 | | |
207 | 239 | | |
| |||
231 | 263 | | |
232 | 264 | | |
233 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
234 | 269 | | |
235 | 270 | | |
236 | 271 | | |
| |||
245 | 280 | | |
246 | 281 | | |
247 | 282 | | |
248 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
249 | 289 | | |
250 | 290 | | |
251 | 291 | | |
252 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
253 | 298 | | |
254 | 299 | | |
255 | 300 | | |
| |||
0 commit comments