Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/xfs/
H A 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 \
99 xfs-y += xfs_log.o \
118 xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
127 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
129 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
130 xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o
[all …]
H A 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
119 See the xfs man page in section 5 for additional information.
159 Usage data are collected in /sys/kernel/debug/xfs/scrub.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-xfs1 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
21 Contact: linux-xfs@vger.kernel.org
29 What: /sys/fs/xfs/<disk>/log/write_grant_head
32 Contact: linux-xfs@vger.kernel.org
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-include-libgen.h-for-basename-API-prototype.patch12 Upstream-Status: Submitted [https://lore.kernel.org/linux-xfs/20240325170941.3279129-1-raj.khem@gma…
36 #include <xfs/xfs.h>
37 #include <xfs/jdm.h>
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_6.6.0.bb2 HOMEPAGE = "http://oss.sgi.com/projects/xfs"
9 SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
11 file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \
25 FILES:${PN}-fsck = "${base_sbindir}/fsck.xfs"
26 FILES:${PN}-mkfs = "${base_sbindir}/mkfs.xfs"
/openbmc/linux/Documentation/filesystems/
H A Dindex.rst124 xfs-delayed-logging-design
125 xfs-maintainer-entry-profile
126 xfs-self-describing-metadata
127 xfs-online-fsck-design
H A Dxfs-maintainer-entry-profile.rst15 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/
H A Ddax.rst26 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,
245 xfs: see Documentation/admin-guide/xfs.rst
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst14 Refer to the documentation at https://xfs.wiki.kernel.org/
268 fs.xfs.stats_clear (Min: 0 Default: 0 Max: 1)
270 in /proc/fs/xfs/stat. It then immediately resets to "0".
272 fs.xfs.xfssyncd_centisecs (Min: 100 Default: 3000 Max: 720000)
276 fs.xfs.filestream_centisecs (Min: 1 Default: 3000 Max: 360000)
281 fs.xfs.speculative_prealloc_lifetime
288 fs.xfs.speculative_cow_prealloc_lifetime
291 fs.xfs.error_level (Min: 0 Default: 3 Max: 11)
300 fs.xfs.panic_mask (Min: 0 Default: 0 Max: 511)
317 fs.xfs.irix_symlink_mode (Min: 0 Default: 0 Max: 1)
[all …]
H A Dindex.rst136 xfs
/openbmc/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst11 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
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h38 int xfs; member
60 long xfs; member
/openbmc/linux/Documentation/admin-guide/laptops/
H A 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 …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch8 linux/mount.h is included via xfs/xfs.h header and we need sys/mount.h
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/
H A Dxfsdump_3.2.0.bb7 HOMEPAGE = "http://oss.sgi.com/projects/xfs"
13 SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsdump/${BP}.tar.xz \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace.h28 int xfs; member
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0004-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch8 Upstream-Status: Submitted [https://lore.kernel.org/linux-xfs/20221222015327.939932-1-raj.khem@gmai…
H A D0002-include-include-xfs-linux.h-after-sys-mman.h.patch4 Subject: [PATCH] include include/xfs/linux.h after <sys/mman.h>
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst126 * xfs
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dindex.rst127 xfs
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c196 printf("\tChild FS=0x%lx\n", (unsigned long)regs.xfs); in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0003-Add-config-option-without-valgrind.patch26 conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h')
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/
H A Dxfstests_2024.03.03.bb9 SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master \
/openbmc/linux/fs/quota/
H A DKconfig13 Note that gfs2 and xfs use their own quota system.
/openbmc/linux/fs/
H A DMakefile113 obj-$(CONFIG_XFS_FS) += xfs/

123