Searched refs:ext4 (Results 1 – 20 of 20) sorted by relevance
/linux-2.6.39/fs/ext4/ |
D | Kconfig | 2 tristate "The Extended 4 (ext4) filesystem" 9 the on-disk format of ext4 is not forwards compatible with 11 physical block numbers. The ext4 filesystem also supports delayed 15 http://ext4.wiki.kernel.org. 17 The ext4 filesystem will support mounting an ext3 20 performance gains will require enabling ext4 features in the 21 filesystem, or formatting a new filesystem as an ext4 25 module will be called ext4. 30 bool "Use ext4 for ext2/ext3 file systems" 35 Allow the ext4 file system driver code to be used for ext2 or [all …]
|
D | Makefile | 5 obj-$(CONFIG_EXT4_FS) += ext4.o 7 ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \ 11 ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o 12 ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o 13 ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
|
/linux-2.6.39/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-2.6.39/Documentation/filesystems/ |
D | ext4.txt | 10 Mailing list: linux-ext4@vger.kernel.org 11 Web site: http://ext4.wiki.kernel.org 17 Note: More extensive information for getting started with ext4 can be 18 found at the ext4 wiki site at the URL: 19 http://ext4.wiki.kernel.org/index.php/Ext4_Howto 40 - Create a new filesystem using the ext4 filesystem type: 42 # mke2fs -t ext4 /dev/hda1 53 (Note: we currently do not have tools to convert an ext4 59 # mount -t ext4 /dev/hda1 /wherever 65 note that ext4 enables write barriers by default, while ext3 does [all …]
|
D | 00-INDEX | 47 ext4.txt
|
D | proc.txt | 1175 Information about mounted ext4 file systems can be found in 1176 /proc/fs/ext4. Each mounted filesystem will have a directory in 1177 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or 1178 /proc/fs/ext4/dm-0). The files in each per-device directory are shown 1181 Table 1-12: Files in /proc/fs/ext4/<devname>
|
D | xfs-delayed-logging-design.txt | 140 log is used effectively in many filesystems including ext3 and ext4. Hence
|
/linux-2.6.39/fs/jbd2/ |
D | Kconfig | 7 the ext4 and OCFS2 filesystems, but it could also be used to add 11 If you are using ext4 or OCFS2, you need to say Y here. 12 If you are not using ext4 or OCFS2 then you will 16 called jbd2. If you are compiling ext4 or OCFS2 into the kernel, 20 bool "JBD2 (ext4) debugging support" 23 If you are using the ext4 journaled file system (or
|
/linux-2.6.39/fs/freevxfs/ |
D | vxfs_inode.h | 133 struct vxfs_ext4 ext4; member 146 #define vdi_ext4 vdi_org.ext4 177 #define vii_ext4 vdi_org.ext4
|
/linux-2.6.39/block/ |
D | Kconfig | 40 The ext4 filesystem requires that this feature be enabled in 44 enabled by default by mke2fs.ext4.
|
/linux-2.6.39/Documentation/trace/ |
D | tracepoint-analysis.txt | 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]
|
D | events.txt | 48 The events are organized into subsystems, such as ext4, irq, sched,
|
/linux-2.6.39/drivers/staging/zram/ |
D | zram.txt | 42 mkfs.ext4 /dev/zram1
|
/linux-2.6.39/fs/ |
D | Kconfig | 11 source "fs/ext4/Kconfig" 23 # Meta block cache for Extended Attributes (ext2/ext3/ext4)
|
D | Makefile | 71 obj-$(CONFIG_EXT4_FS) += ext4/
|
/linux-2.6.39/fs/ext3/ |
D | Kconfig | 45 http://ext4.wiki.kernel.org/index.php/Ext3_data_mode_tradeoffs
|
/linux-2.6.39/drivers/hwmon/ |
D | lm85.c | 1516 int ext4 = lm85_read_value(client, in lm85_update_device() local 1519 data->in_ext[1] = ext4 & 0x0f; in lm85_update_device() 1520 data->in_ext[2] = ext4 >> 4; in lm85_update_device()
|
/linux-2.6.39/Documentation/ioctl/ |
D | ioctl-number.txt | 213 'f' 00-0F fs/ext4/ext4.h conflict!
|
/linux-2.6.39/include/trace/events/ |
D | ext4.h | 2 #define TRACE_SYSTEM ext4
|
/linux-2.6.39/ |
D | MAINTAINERS | 2501 L: linux-ext4@vger.kernel.org 2511 L: linux-ext4@vger.kernel.org 2520 L: linux-ext4@vger.kernel.org 2521 W: http://ext4.wiki.kernel.org 2522 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/ 2524 F: Documentation/filesystems/ext4.txt 2525 F: fs/ext4/ 3567 L: linux-ext4@vger.kernel.org
|