mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	Move the ext4 data structures book to Documentation/filesystems/ext4/ since the administrative information moved elsewhere. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. SPDX-License-Identifier: GPL-2.0
 | 
						|
 | 
						|
Global Structures
 | 
						|
=================
 | 
						|
 | 
						|
The filesystem is sharded into a number of block groups, each of which
 | 
						|
have static metadata at fixed locations.
 | 
						|
 | 
						|
.. include:: super.rst
 | 
						|
.. include:: group_descr.rst
 | 
						|
.. include:: bitmaps.rst
 | 
						|
.. include:: mmp.rst
 | 
						|
.. include:: journal.rst
 |