summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem
AgeCommit message (Expand)Author
2019-10-08Kernel: Made DiskCache entries a KBufferJesse Buhagiar
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-10-02Ext2FS: Make Ext2FSInode::is_directory() fastAndreas Kling
2019-09-30Kernel: Make DiskBackedFS flush writes if cache is completely dirtyAndreas Kling
2019-09-30Kernel: Convert the DiskBackedFS write API to take "const u8*"Andreas Kling
2019-09-30Kernel: Make DiskBackedFS::read_block() write to client-provided memoryAndreas Kling
2019-09-30Kernel: Implement a simpler, bigger cache for DiskBackedFSAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-28Kernel: Expose blocking and cloexec fd flags in ProcFSSergey Bugaev
2019-09-28Kernel: Make proper use of the new keep_empty argumentSergey Bugaev
2019-09-28Kernel: Support writing doubly-indirect ext2 blocksConrad Pankoff
2019-09-22Ext2FS: Don't allocate blocks until we're committed to a new inodeAndreas Kling
2019-09-22Ext2FS: Oops, fix wrong ENOSPC in create_inode()Andreas Kling
2019-09-22Ext2FS: Fix two bugs in block allocation:Andreas Kling
2019-09-17Kernel: Do not panic on fstat(fifo)Sergey Bugaev
2019-09-16Kernel: Add a simple slab allocator for small allocationsAndreas Kling
2019-09-16Kernel: Move kmalloc() into a Kernel/Heap/ directoryAndreas Kling
2019-09-10Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONGAndreas Kling
2019-09-08Kernel: Remove spammy logging about absolute_path() on non-custodiesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-04Kernel: Rename "vmo" to "vmobject" everywhereAndreas Kling
2019-09-02ProcFS: Expose ARP tableConrad Pankoff
2019-08-29Kernel: Show netmask/gateway in ProcFS when availableConrad Pankoff
2019-08-27ProcFS: Port JSON generation to streaming serializersSergey Bugaev
2019-08-25FileSystem: Add FIXME about resolve_path bugRok Povsic
2019-08-25Ext2FS: Avoid a String allocation in lookup()Andreas Kling
2019-08-25Kernel: Don't create a String every time we look up a Custody by nameAndreas Kling
2019-08-24TmpFS: Notify any associated InodeVMObject on inode changesAndreas Kling
2019-08-24TmpFS: Fix two bugs that broke GCC inside SerenityAndreas Kling
2019-08-21Kernel: Implement link status in /proc/net/adaptersConrad Pankoff
2019-08-18ProcFS: Expose info about devices in /proc/devicesSergey Bugaev
2019-08-18Kernel: Move device lookup to Device class itselfSergey Bugaev
2019-08-17Kernel: Do the umount() by the guest's root inode identifierAndreas Kling
2019-08-17Ext2FS: Clean up prepare_to_unmount() a little bitAndreas Kling
2019-08-17Kernel: Expose info about source devices of mounts in /proc/dfSergey Bugaev
2019-08-17DevPtsFS: Do not assume there is one of itSergey Bugaev
2019-08-17ProcFS: Do not assume there is one of itSergey Bugaev
2019-08-17Kernel: Added unmount ability to VFSJesse Buhagiar
2019-08-15Kernel: Add TmpFSSergey Bugaev
2019-08-14Userland: Implement simple lspci commandConrad Pankoff
2019-08-14Kernel: Reimplement /proc/pci as JSON, add some more fieldsConrad Pankoff
2019-08-11ProcFS: Expose local sockets in /proc/net/localSergey Bugaev
2019-08-11Kernel: Move socket role tracking to the Socket class itselfSergey Bugaev
2019-08-11Net: Simplify how LocalSocket tracks open fdsSergey Bugaev
2019-08-11Kernel: Fix cloning file descriptions on forkSergey Bugaev
2019-08-11ProcFS: Add "readonly" and "block_size" fields to /proc/dfAndreas Kling
2019-08-11FileSystem: Move block_size() from DiskBackedFS to FSAndreas Kling
2019-08-11FileDescription: Disallow construction with a null FileAndreas Kling
2019-08-11Kernel: Remove an unused VFS function declarationAndreas Kling
2019-08-09ProcFS: Expose UDP sockets in /proc/net/udpSergey Bugaev