Lines Matching full:filesystem

7 Ext4 is an advanced level of the ext3 filesystem which incorporates
35 - Create a new filesystem using the ext4 filesystem type:
39 Or to configure an existing ext3 filesystem to support extents:
43 If the filesystem was created with 128 byte inodes, it can be
66 the filesystem with a large journal can also be helpful for
106 case-sensitive directories in the same filesystem. It is enabled by
110 case-insensitive directories, the filesystem must have the
111 casefold feature, which stores the filesystem-wide encoding
132 filesystem, which select its preferred behavior by enabling/disabling
134 filesystem did not require strict mode, it falls back to considering the
141 When mounting an ext4 filesystem, the following option are accepted:
145 Mount filesystem read only. Note that ext4 will replay the journal (and
147 options "ro,noload" can be used to prevent writes to the filesystem.
167 Don't load the journal on mounting. Note that if the filesystem was
169 filesystem containing inconsistencies that can lead to any number of
189 metadata changes (your filesystem will not be damaged though, thanks
226 This is normally used while remounting a filesystem which is already
230 Remount the filesystem read-only on an error.
233 Keep going on a filesystem error.
263 These options are ignored by the filesystem. They are used only by
269 These options tell filesystem details about quota so that quota
275 Number of filesystem blocks that mballoc will try to use for allocation
291 Maximum amount of time ext4 should wait for additional filesystem
356 filesystem metadata blocks within internal data structures. This
359 overlap with filesystem metadata blocks.
390 blk-crypto framework rather than filesystem-layer encryption. This
430 /proc/fs/ext4. Each mounted filesystem will have a directory in
444 /sys/fs/ext4. Each mounted filesystem will have a directory in
455 the page cache, but which do not have their location in the filesystem
471 have been written to this filesystem since it was created.
508 have been written to this filesystem since it was mounted.
526 by some other filesystem(s) too (``FS_IOC_*``).
550 to resize filesystem to the end of the last existing block group,
553 the filesystem new block count.
568 allows online resize of the filesystem to the end of the last existing
573 This ioctl operates on the filesystem itself. It converts (migrates)
578 ext4 filesystem, however suggestion is to create fresh ext4 filesystem
579 and copy data from the backup. Note, that filesystem has to support
590 Resize the filesystem to a new size. The number of blocks of resized
591 filesystem is passed in via 64 bit integer argument. The kernel
599 the filesystem, where it can't be changed by a normal user by accident.