| /linux-6.15/fs/xfs/ |
| H A D | Makefile | 10 obj-$(CONFIG_XFS_FS) += xfs.o 13 xfs-y += xfs_trace.o 16 xfs-y += $(addprefix libxfs/, \ 71 xfs-y += xfs_aops.o \ 111 xfs-y += xfs_log.o \ 140 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o \ 146 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o 147 xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o 148 xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o 166 xfs-y += $(addprefix scrub/, \ [all …]
|
| H A D | Kconfig | 16 Refer to the documentation at <http://oss.sgi.com/projects/xfs/> 21 module will be called xfs. Be aware, however, that if the file 119 See the xfs man page in section 5 for additional information. 171 Usage data are collected in /sys/kernel/debug/xfs/scrub.
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-fs-xfs | 1 What: /sys/fs/xfs/<disk>/log/log_head_lsn 4 Contact: linux-xfs@vger.kernel.org 10 What: /sys/fs/xfs/<disk>/log/log_tail_lsn 13 Contact: linux-xfs@vger.kernel.org 18 What: /sys/fs/xfs/<disk>/log/reserve_grant_head_bytes 21 Contact: linux-xfs@vger.kernel.org 28 What: /sys/fs/xfs/<disk>/log/write_grant_head_bytes 31 Contact: linux-xfs@vger.kernel.org
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | index.rst | 11 xfs-delayed-logging-design 12 xfs-maintainer-entry-profile 13 xfs-self-describing-metadata 14 xfs-online-fsck-design
|
| H A D | xfs-maintainer-entry-profile.rst | 15 Kernel code are merged to the xfs-linux tree[0]. 18 Ondisk format documentation are merged to the xfs-documentation tree[3]. 21 list linux-xfs@vger.kernel.org. 116 - Any patchset changing XFS should be cc'd in its entirety to linux-xfs. 191 | [0] https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git/ 192 | [1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/ 193 | [2] https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/ 194 | [3] https://git.kernel.org/pub/scm/fs/xfs/xfs-documentation.git/
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | xfs.rst | 14 Refer to the documentation at https://xfs.wiki.kernel.org/ 284 fs.xfs.stats_clear (Min: 0 Default: 0 Max: 1) 297 fs.xfs.speculative_prealloc_lifetime 304 fs.xfs.speculative_cow_prealloc_lifetime 369 fs.xfs.rotorstep (Min: 1 Default: 1 Max: 256) 394 fs.xfs.xfsbufd_centisec v4.0 395 fs.xfs.age_buffer_centisecs v4.0 433 /sys/fs/xfs/<dev>/error/<class>/<error>/ 453 /sys/fs/xfs/<dev>/error/ 483 /sys/fs/xfs/<dev>/error/<class>/<error>/ [all …]
|
| H A D | index.rst | 134 xfs
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | shrinker_debugfs.rst | 11 unique id: e.g. *kfree_rcu-0* or *sb-xfs:vda1-36*. 31 sb-anon_inodefs-15 sb-mqueue-21 sb-selinuxfs-22 sb-xfs:vda1-36 35 sb-cgroup2-30 sb-proc-39 sb-tmpfs-27 xfs-buf:vda1-37 36 sb-configfs-23 sb-proc-41 sb-tmpfs-29 xfs-inodegc:vda1-38
|
| /linux-6.15/Documentation/admin-guide/laptops/ |
| H A D | laptop-mode.rst | 549 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 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 566 echo $AGE > /proc/sys/fs/xfs/xfssyncd_centisecs 567 echo 3000 > /proc/sys/fs/xfs/xfsbufd_centisecs 594 "xfs") 622 if [ -f /proc/sys/fs/xfs/age_buffer -a ! -f /proc/sys/fs/xfs/lm_age_buffer ] ; then [all …]
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | ptrace.h | 28 int xfs; member
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | page_owner.rst | 99 xfs_file_buffered_read+0xe6/0x1d0 [xfs] 100 xfs_file_read_iter+0x1f0/0x380 [xfs]
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | index.rst | 125 * xfs
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | dax.rst | 26 Currently 5 filesystems support `DAX`: ext2, ext4, xfs, virtiofs and erofs. 37 Enabling DAX on xfs and ext4 173 The semantic of DAX on virtiofs is basically equal to that on ext4 and xfs, 244 xfs: see Documentation/admin-guide/xfs.rst
|
| H A D | index.rst | 127 xfs/index
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | index.rst | 128 * xfs
|
| /linux-6.15/Documentation/maintainer/ |
| H A D | maintainer-entry-profile.rst | 111 ../filesystems/xfs/xfs-maintainer-entry-profile
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 195 printf("\tChild FS=0x%lx\n", (unsigned long)regs.xfs); in main()
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 484 if grep xfs /proc/filesystems &>/dev/null; then 488 mkfs.xfs -q ${XFS_IMG}
|
| /linux-6.15/fs/quota/ |
| H A D | Kconfig | 13 and xfs use their own quota system. Ext3 and ext4 also support
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 32 …kworker/1:2-xfs:4649 | 0.012 ms | 1 | avg: 0.008 ms | max: 0.008 ms | max start: … 33 …kworker/3:1-xfs:388 | 0.011 ms | 1 | avg: 0.006 ms | max: 0.006 ms | max start: …
|
| /linux-6.15/fs/ |
| H A D | Makefile | 110 obj-$(CONFIG_XFS_FS) += xfs/
|
| /linux-6.15/Documentation/mm/ |
| H A D | page_owner.rst | 109 xfs_file_buffered_read+0xe6/0x1d0 [xfs] 110 xfs_file_read_iter+0x1f0/0x380 [xfs]
|
| /linux-6.15/Documentation/ |
| H A D | Changes | 276 The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the 504 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> 505 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
|
| /linux-6.15/Documentation/translations/it_IT/process/ |
| H A D | changes.rst | 275 ``mkfs.xfs``, ``xfs_db`` e ``xfs_repair`` per il file-system XFS. 490 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> 491 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
|
| /linux-6.15/Documentation/process/ |
| H A D | changes.rst | 276 The latest version of ``xfsprogs`` contains ``mkfs.xfs``, ``xfs_db``, and the 504 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git> 505 - <https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/>
|