summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem
AgeCommit message (Expand)Author
2020-04-19Kernel: rmdir("/") should fail instead of assertingAndreas Kling
2020-04-18Kernel: Use shared locking mode in some placesSergey Bugaev
2020-04-18Kernel: Compactify FileDescrptionSergey Bugaev
2020-04-11Kernel: Keep records of PCI::Address & PCI::ID pairs for enumerationLiav A
2020-04-10Kernel: Add explicit offset parameter to File::read etcConrad Pankoff
2020-04-08Kernel: Rename KParams => Kernel::CommandLineAndreas Kling
2020-04-06Kernel: Ensure we flush the entire ext2 superblockLiav A
2020-04-06Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A
2020-04-05Kernel: Don't enumerate blocks of ext2 symlinks by defaultLiav A
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-04Kernel: Strip SUID+SGID bits from file when written to or chownedAndreas Kling
2020-04-04Kernel: Enforce file system veil on file creationAndreas Kling
2020-04-03Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"Andreas Kling
2020-04-02Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A
2020-04-02Kernel: Remove unnecessary printf specifierLiav A
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-19Kernel: Resolve relative paths when there is a veil (#1474)Alex Muscar
2020-03-12Ext2FS: Reset the found_a_group flagmarprok
2020-03-10Kernel: Get rid of SmapDisabler in sys$fstat()Andreas Kling
2020-03-08Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smallerAndreas Kling
2020-03-06Kernel: Fix syntax error in FIFO_DEBUGLiav A
2020-03-06Kernel: Simplify a bunch of dbg() and klog() callsAndreas Kling
2020-03-06Ext2FS: Remove unused allocate_block()Andreas Kling
2020-03-06Kernel: Change data in /proc/interrupts to be more richerLiav A
2020-03-06AK: Remove Optional::operator bool()Andreas Kling
2020-03-02Kernel: Run clang-format on various filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-29Kernel: Simplify some dbg() loggingAndreas Kling
2020-02-28Kernel: Expose the VMObject type of each Region in /proc/PID/vmAndreas Kling
2020-02-28Kernel: Implement basic support for sys$mmap() with MAP_PRIVATEAndreas Kling
2020-02-28Kernel: Remove some unnecessary indirection in InodeFile::mmap()Andreas Kling
2020-02-28Kernel: Rename InodeVMObject => SharedInodeVMObjectAndreas Kling
2020-02-27Ext2Filesystem: Use dbg() instead of dbgprintf()Liav A
2020-02-27ProcFS: Use dbg() instead of dbgprintf()Liav A
2020-02-27FIFO: Use dbg() instead of dbgprintf()Liav A
2020-02-26Kernel: Remove unused artifacts of the Custody cacheAndreas Kling
2020-02-25ProcFS: Expose the physical page map of each region in /proc/PID/vmAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24Kernel: Change get_sharing_devices_count() in GenericInterruptHandlerLiav A
2020-02-24Kernel: Create an entry for viewing interrupts in ProcFSLiav A
2020-02-24AK: Make Bitmap use size_t for its sizeAndreas Kling
2020-02-22Ext2FS: Add Missing HashMap.h includeAndreas Kling
2020-02-22Kernel: Make FileDescription slab-allocatedAndreas Kling
2020-02-22Kernel: Make Custody slab-allocatedAndreas Kling
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-21Ext2FS: The max current block count of a file is size/block_sizeAndreas Kling
2020-02-21Ext2FS: Allow holes in block listsAndreas Kling
2020-02-20Kernel: Fix a panic in VFS::rename()Sergey Bugaev
2020-02-20Kernel: Support trailing slashes in VFS::mkdir()Sergey Bugaev