Searched refs:ext4 (Results 1 – 25 of 52) sorted by relevance
123
| /Linux-v4.19/fs/ext4/ |
| D | Kconfig | 14 filesystem is now handled by the ext4 driver. 23 filesystem is now handled by the ext4 driver. 31 filesystem is now handled by the ext4 driver. 34 tristate "The Extended 4 (ext4) filesystem" 45 the on-disk format of ext4 is not forwards compatible with 47 physical block numbers. The ext4 filesystem also supports delayed 51 http://ext4.wiki.kernel.org. 53 The ext4 filesystem supports mounting an ext3 filesystem; while there 55 table readahead, the best performance gains require enabling ext4 57 filesystem as an ext4 filesystem initially. Without explicit enabling [all …]
|
| D | Makefile | 6 obj-$(CONFIG_EXT4_FS) += ext4.o 8 ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \ 14 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o 15 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
|
| /Linux-v4.19/Documentation/ABI/testing/ |
| D | sysfs-fs-ext4 | 1 What: /sys/fs/ext4/<disk>/mb_stats 10 What: /sys/fs/ext4/<disk>/mb_group_prealloc 16 stripe size is not set in the ext4 superblock 18 What: /sys/fs/ext4/<disk>/mb_max_to_scan 25 What: /sys/fs/ext4/<disk>/mb_min_to_scan 32 What: /sys/fs/ext4/<disk>/mb_order2_req 40 What: /sys/fs/ext4/<disk>/mb_stream_req 51 What: /sys/fs/ext4/<disk>/inode_readahead_blks 56 inode table blocks that ext4's inode table readahead 59 What: /sys/fs/ext4/<disk>/delayed_allocation_blocks [all …]
|
| /Linux-v4.19/Documentation/filesystems/ext4/ |
| D | index.rst | 4 ext4 Filesystem 7 General usage and on-disk artifacts writen by ext4. More documentation may 10 the ext4 community. 16 ext4
|
| D | ext4.rst | 12 Mailing list: linux-ext4@vger.kernel.org 13 Web site: http://ext4.wiki.kernel.org 19 Note: More extensive information for getting started with ext4 can be 20 found at the ext4 wiki site at the URL: 21 http://ext4.wiki.kernel.org/index.php/Ext4_Howto 35 - Create a new filesystem using the ext4 filesystem type: 37 # mke2fs -t ext4 /dev/hda1 50 # mount -t ext4 /dev/hda1 /wherever 56 note that ext4 enables write barriers by default, while ext3 does 59 '-o barriers=[0|1]' mount option for both ext3 and ext4 filesystems [all …]
|
| /Linux-v4.19/fs/jbd2/ |
| D | Kconfig | 9 the ext4 and OCFS2 filesystems, but it could also be used to add 13 If you are using ext4 or OCFS2, you need to say Y here. 14 If you are not using ext4 or OCFS2 then you will 18 called jbd2. If you are compiling ext4 or OCFS2 into the kernel, 22 bool "JBD2 (ext4) debugging support" 25 If you are using the ext4 journaled file system (or
|
| /Linux-v4.19/fs/freevxfs/ |
| D | vxfs_inode.h | 134 struct vxfs_ext4 ext4; member 147 #define vdi_ext4 vdi_org.ext4 177 struct vxfs_ext4 ext4; member 186 #define vii_ext4 vii_org.ext4
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | ext3.txt | 10 filesystem is a subset of ext4 filesystem so use ext4 driver for accessing
|
| D | fscrypt.rst | 34 directly into supported filesystems --- currently ext4, F2FS, and 148 inodes, which e.g. ``resize2fs`` can do when resizing an ext4 313 Note that the ext4 filesystem does not allow the root directory to be 333 ext4 filesystem, CONFIG_EXT4_ENCRYPTION must be enabled in the 335 feature flag enabled using ``tune2fs -O encrypt`` or ``mkfs.ext4 -O 338 the root directory of an ext4 filesystem 366 Some filesystems, such as ext4 and F2FS, also support the deprecated 400 with a filesystem-specific prefix such as "ext4:". However, the 454 - The ext4 filesystem does not support data journaling with encrypted 584 buffers regardless of encryption. Other filesystems, such as ext4 and
|
| /Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
| D | about.rst | 6 This document attempts to describe the on-disk format for ext4 8 as well, though they do not support all the features that ext4 supports, 25 ext4 divides a storage device into an array of logical blocks both to
|
| D | blockgroup.rst | 14 - ext4 Super Block 37 The ext4 driver primarily works with the superblock and the group 65 Starting in ext4, there is a new feature called flexible block groups 85 128MiB(2^27 bytes) block group size and 64-byte group descriptors, ext4 91 META\_BG feature, ext4 filesystems are partitioned into many metablock 93 descriptor structures can be stored in a single disk block. For ext4 122 A new feature for ext4 are three block group descriptor flags that
|
| D | overview.rst | 6 An ext4 file system is split into a series of block groups. To reduce 15 All fields in ext4 are written to disk in little-endian order. HOWEVER,
|
| D | allocators.rst | 6 ext4 recognizes (better than ext3, anyway) that data locality is 17 The first tool that ext4 uses to combat fragmentation is the multi-block 24 extent. A second related trick that ext4 uses is delayed allocation. 32 The third trick that ext4 (and ext3) uses is that it tries to keep a
|
| D | journal.rst | 6 Introduced in ext3, the ext4 filesystem employs a journal to protect the 22 For performance reasons, ext4 by default only writes filesystem metadata 32 journal inode are replicated in the ext4 superblock. The journal itself 38 opposite of ext4. 40 NOTE: Both ext4 and ocfs2 use jbd2. 42 The maximum size of a journal embedded in an ext4 filesystem is 2^32 70 Optionally, an ext4 filesystem can be created with an external journal 74 will be an ext4 super block in the usual place, with a matching UUID. 83 - ext4 Superblock 149 The super block for the journal is much simpler as compared to ext4's. [all …]
|
| D | inodes.rst | 11 that file. ext4 appears to cheat (for performance reasons) a little bit 15 links and is in general more seek-happy than ext4 due to its simpler 82 - Hard link count. Normally, ext4 does not permit an inode to have more 87 enabled, ext4 supports more than 64,998 subdirectories by setting this 269 - File tail should not be merged (EXT4\_NOTAIL\_FL). (not used by ext4) 298 - Reserved for ext4 library (EXT4\_RESERVED\_FL). 462 128 bytes. Starting with ext4, it is possible to allocate a larger 466 number of bytes actually used by struct ext4\_inode beyond the original 468 inode, which allows struct ext4\_inode to grow for a new kernel without 471 ``i_extra_isize``. By default, ext4 inode records are 256 bytes, and (as
|
| D | special_inodes.rst | 6 ext4 reserves some inode for special features, as follows:
|
| D | eainode.rst | 6 To enable ext4 to store extended attribute values that do not fit in the
|
| D | bigalloc.rst | 8 ext4 code is not prepared to handle the case where the block size
|
| D | group_descr.rst | 29 In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the 31 bg\_checksum. On an ext4 filesystem with the 64bit feature enabled, the
|
| D | blocks.rst | 6 ext4 allocates storage space in units of “blocks”. A block is a group of
|
| /Linux-v4.19/tools/testing/selftests/zram/ |
| D | README | 26 zram01.sh: creates general purpose ram disks with ext4 filesystems 37 - mkfs/ mkfs.ext4
|
| /Linux-v4.19/fs/quota/ |
| D | Kconfig | 12 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. 14 Ext3, ext4 and reiserfs also support journaled quotas for which
|
| /Linux-v4.19/Documentation/trace/ |
| D | tracepoint-analysis.rst | 44 ext4:ext4_free_inode [Tracepoint event] 45 ext4:ext4_request_inode [Tracepoint event] 46 ext4:ext4_allocate_inode [Tracepoint event] 47 ext4:ext4_write_begin [Tracepoint event] 48 ext4:ext4_ordered_write_end [Tracepoint event]
|
| /Linux-v4.19/Documentation/livepatch/ |
| D | module-elf-format.txt | 159 .klp.rela.ext4.text.ext4_attr_store 163 module that patches vmlinux and modules 9p, btrfs, ext4: 171 …[34] .klp.rela.ext4.text.ext4.attr.store RELA 0000000000000000 002fd8 0000d8 18 AIo 6… 172 …[35] .klp.rela.ext4.text.ext4.attr.show RELA 0000000000000000 0030b0 000150 18 AIo 6…
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | zynq-parallella.dts | 29 bootargs = "root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
|
123