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-11-04
Ext2FS: Don't uncache inodes while they are being watched
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
Kernel: Don't update fd offset on read/write error
Andreas Kling
2019-11-04
Ext2FS: Uncache unused Inodes after flushing contents to disk
Andreas Kling
2019-11-03
ProcFS: Identify virtual filesystems' device in df (#728)
Alexander
2019-11-03
Ext2FS: Lock the filesystem during initialization and during sync
Andreas Kling
2019-11-03
Ext2FS: Fix unpopulated block list cache after mkdir()
Andreas Kling
2019-11-03
Kernel: Fick infinite recursion when filling up disk cache
Andreas Kling
2019-11-03
Ext2FS: Use KBuffers for the cached bitmap blocks
Andreas Kling
2019-11-02
Ext2FS: Resizing an Inode to its current size should do nothing
Andreas Kling
2019-11-02
Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks
Andreas Kling
2019-11-02
Ext2FS: Use the bitmap block caching for Inode bitmaps as well
Andreas Kling
2019-11-02
Ext2FS: Rename get_block_bitmap() => get_bitmap_block()
Andreas Kling
2019-11-02
Ext2FS: Cache block bitmaps instead of always reading/writing disk
Andreas Kling
2019-11-02
Ext2FS: Tidy up code related to the Ext2 super block a bit
Andreas Kling
2019-11-02
Ext2FS: Flush the super block and block group descriptors lazily
Andreas Kling
2019-10-29
AK: Allow JsonValue to store 64-bit integers internally
Andreas Kling
2019-10-25
Kernel: FileDescription::is_directory() should not assert !is_fifo()
Andreas Kling
2019-10-23
ProcFS: make procfs$pid_fds always returns a valid JSON array.
Drew Stratford
2019-10-23
ProcFS: Check for empty Optional in read_bytes()
Drew Stratford
2019-10-22
Kernel: Update the mtime after a successful InodeFile::write()
Andreas Kling
2019-10-18
Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing"
Andreas Kling
2019-10-18
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2019-10-08
Kernel: Made DiskCache entries a KBuffer
Jesse Buhagiar
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-10-02
Ext2FS: Make Ext2FSInode::is_directory() fast
Andreas Kling
2019-09-30
Kernel: Make DiskBackedFS flush writes if cache is completely dirty
Andreas Kling
2019-09-30
Kernel: Convert the DiskBackedFS write API to take "const u8*"
Andreas Kling
2019-09-30
Kernel: Make DiskBackedFS::read_block() write to client-provided memory
Andreas Kling
2019-09-30
Kernel: Implement a simpler, bigger cache for DiskBackedFS
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
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
[next]