Lines Matching refs:ext4
4 ext4 General Information
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
92 * efficient new ordered mode in JBD2 and ext4 (avoid using buffer head to force
141 When mounting an ext4 filesystem, the following option are accepted:
145 Mount filesystem read only. Note that ext4 will replay the journal (and
208 ext4 mount options.
212 that ext4's inode table readahead algorithm will pre-read into the
280 Defer block allocation until just before ext4 writes out the block(s)
281 in question. This allows ext4 to better allocation decisions more
291 Maximum amount of time ext4 should wait for additional filesystem
301 time, ext4 will try sleeping for the commit time to see if other
322 O_TRUNC)/write(fd,..)/close(fd). If auto_da_alloc is enabled, ext4
345 Controls whether ext4 should issue discard/TRIM commands to the
362 Controls whether or not ext4 should use the DIO read locking. If the
363 dioread_nolock option is specified ext4 will allocate uninitialized
365 IO completes. This approach allows ext4 code to avoid using inode
401 In data=writeback mode, ext4 does not journal data at all. This mode provides
405 typically provide the best ext4 performance.
409 In data=ordered mode, ext4 only officially journals metadata, but it logically
429 Information about mounted ext4 file systems can be found in
430 /proc/fs/ext4. Each mounted filesystem will have a directory in
431 /proc/fs/ext4 based on its device name (i.e., /proc/fs/ext4/hdc or
432 /proc/fs/ext4/dm-0). The files in each per-device directory are shown
435 Files in /proc/fs/ext4/<devname>
443 Information about mounted ext4 file systems can be found in
444 /sys/fs/ext4. Each mounted filesystem will have a directory in
445 /sys/fs/ext4 based on its device name (i.e., /sys/fs/ext4/hdc or
446 /sys/fs/ext4/dm-0). The files in each per-device directory are shown
449 Files in /sys/fs/ext4/<devname>:
451 (see also Documentation/ABI/testing/sysfs-fs-ext4)
466 blocks that ext4's inode table readahead algorithm will pre-read into
480 ext4 superblock
523 ext4-specific functionality. An incomplete list of these ioctls is shown in the
524 table below. This list includes truly ext4-specific ioctls (``EXT4_IOC_*``) as
525 well as ioctls that may have been ext4-specific originally but are now supported
532 an integer bitfield, with bit values described in ext4.h.
536 an integer bitfield, with bit values described in ext4.h.
574 ext3 indirect block mapped inode to ext4 extent mapped inode by walking
576 contiguous block ranges into ext4 extents of the temporary inode. Then,
578 ext4 filesystem, however suggestion is to create fresh ext4 filesystem
606 kernel source: <file:fs/ext4/>
612 http://www.bullopensource.org/ext4/
613 http://ext4.wiki.kernel.org/index.php/Main_Page