Pedro Henrique Penna

Results 225 issues of Pedro Henrique Penna

# Description In MPPA-256 TLB shootdown is currently supported (https://github.com/nanvix/hal/issues/578). As a consequence of this limitation, we can not guarantee the correct semantics for a multithread application that works on...

bug
confirmed

# Description We should write the following regressions tests for the superblock operations interface of the MINIX file system: ## API Tests - [x] Read a Superblock - [x] Write...

feature

# Description Currently, load is statically balanced across the remote memory servers, in a round-robin fashion in the client side. We should introduce a dynamic load balancer among the Remote...

enhancement

**Description** The following security tests should be designed and implemented: - [ ] Link a Name to a Remote - [ ] Unlink a Name from a Remote

feature

# Description Currently, we are not writing the inode back to disk when we touch it for some operation, such as a `block_map()` we should do so.

bug
confirmed

# Description When we remove a directory entry, we do not release underlying disk blocks. We should so so.

bug
confirmed

# Description We should provide the following directory operations for a MINIX file system: - [ ] `file_create()`: creates a regular file - [x] `file_open()`: opens a regular file (ace3514e45bf40bd74698d14198e3db0b9cb213e)...

feature

# Description We should provide the following tests for directory operations in a MINIX file system. ## API Tests - [x] Add / Remove a Directory Entry (e1a70020cf1e8611cc675b90211a79163c2f94d4) - [x]...

feature

# Description We should provide a superblock abstraction for the VFS. Overall, the following interface should be provided: - [ ] `superblock_init()`: initializes a superblock - [ ] `superblock_lock()`: locks...

feature

# Description We should introduce a Virtual File System Server with the following operations: - [x] `file_open()` (b3beb6eb51ef2163a3285e5b76dd0f176f9ac01c) - [ ] `file_create()` - [ ] `file_unlink` - [ ] `file_chown()`...

feature