Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 年之前 |
Andreas Kling
|
5307e1bf01
Kernel/SysFS: Silently ignore attempts to update SysFS timestamps
|
2 年之前 |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
2 年之前 |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 年之前 |
Liav A
|
ecc29bb52e
Kernel/SysFS: Add Symbolic link functionality to the filesystem
|
3 年之前 |
Andreas Kling
|
0132e494d6
Kernel: Add missing #include in SysFS.cpp
|
3 年之前 |
Liav A
|
23c1c40e86
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
|
3 年之前 |
Andreas Kling
|
4e4a930b13
Kernel: Use the system boot time as default timestamp in /sys and /dev
|
3 年之前 |
Liav A
|
58acdce41f
Kernel/FileSystem: Simplify even more the mount syscall
|
3 年之前 |
Liav A
|
ae2ec45e78
Kernel: Allow SysFS components to have non-zero size
|
3 年之前 |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 年之前 |
Hendiadyoin1
|
4cec16a713
Kernel: Add implied auto-specifiers in FileSystem
|
3 年之前 |
Liav A
|
478f543899
Kernel/SysFS: Prevent allocation for component name during construction
|
3 年之前 |
Andreas Kling
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 年之前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年之前 |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 年之前 |
Liav A
|
f8489da8ee
Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes
|
3 年之前 |
Liav A
|
06e95d0fd7
Kernel/SysFS: Make it possible to have custom permissions for nodes
|
3 年之前 |
Liav A
|
6a9c717a30
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Andreas Kling
|
47bfbe343b
Kernel: Tidy up SysFS construction
|
3 年之前 |
Liav A
|
e490c17bde
Kernel/SysFS: Ensure data stability when reading from Inodes
|
3 年之前 |
Andreas Kling
|
244ede561b
Kernel/SysFS: Remove unnecessary mutex lockers in SysFS metadata getters
|
3 年之前 |
Andreas Kling
|
8ebf08b6c8
Kernel: Make all ProcFS and SysFS files zero-sized
|
3 年之前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年之前 |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 年之前 |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 年之前 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 年之前 |