Home
last modified time | relevance | path

Searched refs:xfs (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.15/fs/xfs/
DMakefile10 obj-$(CONFIG_XFS_FS) += xfs.o
13 xfs-y += xfs_trace.o
16 xfs-y += $(addprefix libxfs/, \
55 xfs-$(CONFIG_XFS_RT) += $(addprefix libxfs/, \
60 xfs-y += xfs_aops.o \
98 xfs-y += xfs_log.o \
115 xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
124 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
126 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
127 xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o
[all …]
DKconfig16 Refer to the documentation at <http://oss.sgi.com/projects/xfs/>
21 module will be called xfs. Be aware, however, that if the file
92 See the xfs man page in section 5 for additional information.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-fs-xfs1 What: /sys/fs/xfs/<disk>/log/log_head_lsn
4 Contact: xfs@oss.sgi.com
10 What: /sys/fs/xfs/<disk>/log/log_tail_lsn
13 Contact: xfs@oss.sgi.com
18 What: /sys/fs/xfs/<disk>/log/reserve_grant_head
21 Contact: xfs@oss.sgi.com
29 What: /sys/fs/xfs/<disk>/log/write_grant_head
32 Contact: xfs@oss.sgi.com
/Linux-v5.15/Documentation/admin-guide/
Dxfs.rst14 Refer to the documentation at https://xfs.wiki.kernel.org/
267 fs.xfs.stats_clear (Min: 0 Default: 0 Max: 1)
269 in /proc/fs/xfs/stat. It then immediately resets to "0".
271 fs.xfs.xfssyncd_centisecs (Min: 100 Default: 3000 Max: 720000)
275 fs.xfs.filestream_centisecs (Min: 1 Default: 3000 Max: 360000)
280 fs.xfs.speculative_prealloc_lifetime
287 fs.xfs.speculative_cow_prealloc_lifetime
290 fs.xfs.error_level (Min: 0 Default: 3 Max: 11)
299 fs.xfs.panic_mask (Min: 0 Default: 0 Max: 256)
316 fs.xfs.irix_symlink_mode (Min: 0 Default: 0 Max: 1)
[all …]
Dindex.rst122 xfs
/Linux-v5.15/Documentation/admin-guide/laptops/
Dlaptop-mode.rst549 echo $XFS_AGE > /proc/sys/fs/xfs/lm_sync_interval
550 elif [ -f /proc/sys/fs/xfs/lm_age_buffer ] ; then
553 echo $XFS_AGE > /proc/sys/fs/xfs/lm_age_buffer
554 echo $XFS_AGE > /proc/sys/fs/xfs/lm_sync_interval
555 elif [ -f /proc/sys/fs/xfs/age_buffer ] ; then
559 echo $XFS_AGE > /proc/sys/fs/xfs/age_buffer
560 echo $XFS_AGE > /proc/sys/fs/xfs/sync_interval
561 elif [ -f /proc/sys/fs/xfs/age_buffer_centisecs ] ; then
565 echo $AGE > /proc/sys/fs/xfs/age_buffer_centisecs
566 echo $AGE > /proc/sys/fs/xfs/xfssyncd_centisecs
[all …]
/Linux-v5.15/Documentation/filesystems/
Dindex.rst125 xfs-delayed-logging-design
126 xfs-self-describing-metadata
Ddax.rst26 Currently 3 filesystems support `DAX`: ext2, ext4 and xfs. Enabling `DAX` on them
37 Enabling DAX on xfs and ext4
229 xfs: see Documentation/admin-guide/xfs.rst
Df2fs.rst231 with xfs, ext4 and btrfs, where xfstest generic/342 will
/Linux-v5.15/arch/x86/include/uapi/asm/
Dptrace.h28 int xfs; member
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dindex.rst126 xfs
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/
Dindex.rst127 xfs
/Linux-v5.15/tools/testing/selftests/x86/
Dfsgsbase_restore.c196 printf("\tChild FS=0x%lx\n", (unsigned long)regs.xfs); in main()
/Linux-v5.15/fs/quota/
DKconfig14 Note that gfs2 and xfs use their own quota system.
/Linux-v5.15/fs/
DMakefile122 obj-$(CONFIG_XFS_FS) += xfs/
DKconfig37 source "fs/xfs/Kconfig"
/Linux-v5.15/Documentation/process/
Dchanges.rst209 The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the
416 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
417 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
Dadding-syscalls.rst479 - git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
/Linux-v5.15/Documentation/translations/it_IT/process/
Dchanges.rst214 ``mkfs.xfs``, ``xfs_db`` e ``xfs_repair`` per il file-system XFS.
424 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
425 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
Dadding-syscalls.rst537 - git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
/Linux-v5.15/Documentation/
DChanges209 The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the
416 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
417 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
/Linux-v5.15/Documentation/userspace-api/ioctl/
Dioctl-number.rst206 'X' all fs/xfs/xfs_fs.h, conflict!
207 fs/xfs/linux-2.6/xfs_ioctl32.h,
/Linux-v5.15/tools/memory-model/Documentation/
Drecipes.txt314 The xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains
322 And the xlog_valid_lsn() function in fs/xfs/xfs_log_priv.h contains
/Linux-v5.15/
DMAINTAINERS9783 M: linux-xfs@vger.kernel.org
9785 L: linux-xfs@vger.kernel.org
9788 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
20568 C: irc://irc.oftc.net/xfs
20570 M: linux-xfs@vger.kernel.org
20571 L: linux-xfs@vger.kernel.org
20573 W: http://xfs.org/
20574 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
20575 F: Documentation/ABI/testing/sysfs-fs-xfs
20576 F: Documentation/admin-guide/xfs.rst
[all …]
/Linux-v5.15/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst121 This example uses ext4, any other filesystem such as ext3, btrfs, xfs,

12