index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
Age
Commit message (
Expand
)
Author
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-28
Kernel: Make proper use of the new keep_empty argument
Sergey Bugaev
2019-09-28
Kernel: Support writing doubly-indirect ext2 blocks
Conrad Pankoff
2019-09-22
Ext2FS: Don't allocate blocks until we're committed to a new inode
Andreas Kling
2019-09-22
Ext2FS: Oops, fix wrong ENOSPC in create_inode()
Andreas Kling
2019-09-22
Ext2FS: Fix two bugs in block allocation:
Andreas Kling
2019-09-17
Kernel: Do not panic on fstat(fifo)
Sergey Bugaev
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-10
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
Andreas Kling
2019-09-08
Kernel: Remove spammy logging about absolute_path() on non-custodies
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-09-02
ProcFS: Expose ARP table
Conrad Pankoff
2019-08-29
Kernel: Show netmask/gateway in ProcFS when available
Conrad Pankoff
2019-08-27
ProcFS: Port JSON generation to streaming serializers
Sergey Bugaev
2019-08-25
FileSystem: Add FIXME about resolve_path bug
Rok Povsic
2019-08-25
Ext2FS: Avoid a String allocation in lookup()
Andreas Kling
2019-08-25
Kernel: Don't create a String every time we look up a Custody by name
Andreas Kling
2019-08-24
TmpFS: Notify any associated InodeVMObject on inode changes
Andreas Kling
2019-08-24
TmpFS: Fix two bugs that broke GCC inside Serenity
Andreas Kling
2019-08-21
Kernel: Implement link status in /proc/net/adapters
Conrad Pankoff
2019-08-18
ProcFS: Expose info about devices in /proc/devices
Sergey Bugaev
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-17
Kernel: Do the umount() by the guest's root inode identifier
Andreas Kling
2019-08-17
Ext2FS: Clean up prepare_to_unmount() a little bit
Andreas Kling
2019-08-17
Kernel: Expose info about source devices of mounts in /proc/df
Sergey Bugaev
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel: Add TmpFS
Sergey Bugaev
2019-08-14
Userland: Implement simple lspci command
Conrad Pankoff
2019-08-14
Kernel: Reimplement /proc/pci as JSON, add some more fields
Conrad Pankoff
2019-08-11
ProcFS: Expose local sockets in /proc/net/local
Sergey Bugaev
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-11
Net: Simplify how LocalSocket tracks open fds
Sergey Bugaev
2019-08-11
Kernel: Fix cloning file descriptions on fork
Sergey Bugaev
2019-08-11
ProcFS: Add "readonly" and "block_size" fields to /proc/df
Andreas Kling
2019-08-11
FileSystem: Move block_size() from DiskBackedFS to FS
Andreas Kling
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-08-11
Kernel: Remove an unused VFS function declaration
Andreas Kling
2019-08-09
ProcFS: Expose UDP sockets in /proc/net/udp
Sergey Bugaev
2019-08-09
Kernel: Make TCPSocket::for_each() callback accept a reference
Sergey Bugaev
2019-08-09
ProcFS: Make a new nifty /proc/net directory
Sergey Bugaev
2019-08-08
ProcFS: Remove /proc/kmalloc, that info is already in /proc/memstat
Andreas Kling
2019-08-08
Kernel: Use range-for with InlineLinkedList
Andreas Kling
2019-08-08
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
Andreas Kling
2019-08-08
Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable
Andreas Kling
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-07
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
Andreas Kling
[next]