Kernel: Move TTY-related code to a new subdirectory under Devices 
						
					 
				 
				2023-09-09 12:08:59 -06:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel/FS: Fix check-then-act concurrency bug in FileSystem/Inode 
						
					 
				 
				2023-11-20 09:44:29 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel/FileSystem: Rename block_size -> logical_block_size 
						
					 
				 
				2023-07-28 14:51:07 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel/FileSystem: Rename block_size -> logical_block_size 
						
					 
				 
				2023-07-28 14:51:07 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel: Don't allocate memory for names of processes and threads 
						
					 
				 
				2023-08-09 21:06:54 -06:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							AK: Ban JsonValue from the kernel and remove ifdef guards 
						
					 
				 
				2023-11-14 10:06:54 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 
						
					 
				 
				2023-07-02 01:04:51 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Kernel: Add /sys/kernel/request_panic node to simulate a kernel panic 
						
					 
				 
				2023-11-27 09:24:52 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use RefPtr instead of LockRefPtr for File and subclasses 
						
					 
				 
				2023-03-10 13:15:44 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Allow Ext2FS::flush_writes() to return ErrorOr<void> 
						
					 
				 
				2023-08-25 11:36:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Allow Ext2FS::flush_writes() to return ErrorOr<void> 
						
					 
				 
				2023-08-25 11:36:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Turn lock ranks into template parameters 
						
					 
				 
				2023-01-02 18:15:27 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Move global Kernel pattern code to Kernel/Library directory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Move global Kernel pattern code to Kernel/Library directory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 
						
					 
				 
				2023-07-02 01:04:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Introduce support for using FileSystem object in multiple mounts 
						
					 
				 
				2022-10-22 16:57:52 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FileSystem: Pass last mount point guest inode to unmount prepare 
						
					 
				 
				2023-07-15 00:12:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/Ext2: Check and set file system state 
						
					 
				 
				2023-07-15 00:12:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Rename GenericTraits to DefaultTraits 
						
					 
				 
				2023-11-09 10:05:51 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 
						
					 
				 
				2023-07-02 01:04:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/FS: Fix check-then-act concurrency bug in FileSystem/Inode 
						
					 
				 
				2023-11-20 09:44:29 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove needless trailing semi-colons after functions 
						
					 
				 
				2023-07-08 10:32:56 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 
						
					 
				 
				2023-04-08 13:44:21 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Remove declarations for non-existent methods 
						
					 
				 
				2023-01-27 20:33:18 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Populate stat.st_dev with fsid 
						
					 
				 
				2023-10-01 13:34:41 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move all tasks-related code to the Tasks subdirectory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Remove needless trailing semi-colons after functions 
						
					 
				 
				2023-07-08 10:32:56 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add accessor for mount host custody 
						
					 
				 
				2023-07-15 00:12:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Add accessor for mount host custody 
						
					 
				 
				2023-07-15 00:12:01 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Use FixedStringBuffer for fixed-length strings in syscalls 
						
					 
				 
				2023-08-09 21:06:54 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 
						
					 
				 
				2023-07-02 01:04:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Move TTY-related code to a new subdirectory under Devices 
						
					 
				 
				2023-09-09 12:08:59 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel+LibCore+LibC: Split the mount syscall into multiple syscalls 
						
					 
				 
				2023-07-02 01:04:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Move global Kernel pattern code to Kernel/Library directory 
						
					 
				 
				2023-06-04 21:32:34 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel: Run clang-format on a couple of FileSystem sources 
						
					 
				 
				2023-08-25 08:34:21 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Kernel/VFS: Ensure working with mount entry per a custody is safe 
						
					 
				 
				2023-08-05 18:41:01 +02:00