Andreas Kling
|
16f934474f
Kernel+Tests: Allow deleting someone else's file in my sticky directory
|
hace 2 años |
Andreas Kling
|
47b9e8e651
Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments
|
hace 2 años |
Andreas Kling
|
8619f2c6f3
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
|
hace 2 años |
Andreas Kling
|
8d781d0216
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
|
hace 2 años |
Liav A
|
2e710de2f4
Kernel/FileSystem: Prevent symlink creation in veiled directory paths
|
hace 2 años |
sin-ack
|
2a502fe232
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
|
hace 2 años |
sin-ack
|
fa692e13f9
Kernel: Use real UID/GID when checking for file access
|
hace 2 años |
sin-ack
|
d5fbdf1866
Kernel+LibC+LibCore: Implement `renameat(2)`
|
hace 2 años |
Liav A
|
aa9fab9c3a
Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList
|
hace 2 años |
Liav A
|
69f41eb062
Kernel: Reject create links on paths that were not unveiled as writable
|
hace 2 años |
sin-ack
|
3b03077abb
Kernel: Update the ".." inode for directories after a rename
|
hace 2 años |
Andreas Kling
|
10fa72d451
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
|
hace 2 años |
Liav A
|
03ae9f94cf
Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so
|
hace 2 años |
Liav A
|
fea3cb5ff9
Kernel/FileSystem: Discard safely filesystems when unmounted last time
|
hace 2 años |
Liav A
|
24977996a6
Kernel: Append root filesystem to the VFS FileBackedFileSystem list
|
hace 2 años |
Liav A
|
0fd7b688af
Kernel: Introduce support for using FileSystem object in multiple mounts
|
hace 2 años |
Liav A
|
07387ec19a
Kernel+Base: Introduce MS_NOREGULAR mount flag
|
hace 2 años |
Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
hace 2 años |
Andreas Kling
|
2cc947ede4
Kernel: Use correct timestamp in sys$utimens()
|
hace 2 años |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
hace 2 años |
Andreas Kling
|
dbe182f1c6
Kernel: Make Inode::resolve_as_link() take credentials as input
|
hace 2 años |
Andreas Kling
|
c3351d4b9f
Kernel: Make VirtualFileSystem functions take credentials as input
|
hace 2 años |
James Bellamy
|
386642ffcf
Kernel: Use credentials object in VirtualFileSystem
|
hace 2 años |
Andreas Kling
|
728c3fbd14
Kernel: Use RefPtr instead of LockRefPtr for Custody
|
hace 2 años |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
hace 2 años |
Kristiyan Stoimenov
|
9e1bea50ee
Kernel/VFS: Check that mount-point is not in use
|
hace 2 años |
Liav A
|
fcc0e4d538
Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
|
hace 3 años |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
hace 3 años |
Ariel Don
|
9a6bd85924
Kernel+LibC+VFS: Implement utimensat(3)
|
hace 3 años |
Andrew Kaster
|
f08e91f67e
Kernel: Don't check pledges or veil against code coverage data files
|
hace 3 años |