linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 08:18:32 to 2021-09-14 15:30:17 UTC [more...]

start switching sysfs attributes to expose the seq_file
 2021-09-14 15:30 UTC  (34+ messages)
` [PATCH 01/13] seq_file: mark seq_get_buf as deprecated
` [PATCH 02/13] kernfs: remove kernfs_create_file and kernfs_create_file_ns
` [PATCH 03/13] kernfs: remove the unused lockdep_key field in struct kernfs_ops
` [PATCH 04/13] sysfs: split out binary attribute handling from sysfs_add_file_mode_ns
` [PATCH 05/13] sysfs: refactor sysfs_add_file_mode_ns
` [PATCH 06/13] sysfs: simplify sysfs_kf_seq_show
` [PATCH 07/13] sysfs: add ->seq_show support to sysfs_ops
` [PATCH 08/13] block: convert the blk_mq_hw_ctx attrs to use ->seq_show
` [PATCH 09/13] block: convert the blk_integrity "
` [PATCH 10/13] block: convert the request_queue "
` [PATCH 11/13] block: convert the elevator_queue "
` [PATCH 12/13] xfs: convert xfs_errortag "
` [PATCH 13/13] xfs: convert xfs_sysfs "

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-14  6:05 UTC  (13+ messages)
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 1/6] MM: improve documentation for __GFP_NOFAIL
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 4/6] EXT4: remove congestion_wait from ext4_bio_write_page, and simplify

[PATCHSET 00/43] xfs: sync libxfs with 5.15
 2021-09-14  2:43 UTC  (44+ messages)
` [PATCH 01/43] xfs_{copy,db,logprint,repair}: pass xfs_mount pointers instead of xfs_sb pointers
` [PATCH 02/43] xfs: remove support for disabling quota accounting on a mounted file system
` [PATCH 03/43] xfs: remove the active vs running quota differentiation
` [PATCH 04/43] xfs: replace kmem_alloc_large() with kvmalloc()
` [PATCH 05/43] xfs: allow setting and clearing of log incompat feature flags
` [PATCH 06/43] xfs: add attr state machine tracepoints
` [PATCH 07/43] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH 08/43] xfs: make xfs_rtalloc_query_range input parameters const
` [PATCH 09/43] xfs: make the key parameters to all btree key comparison functions const
` [PATCH 10/43] xfs: make the key parameters to all btree query range "
` [PATCH 11/43] xfs: make the record pointer passed to query_range "
` [PATCH 12/43] xfs: mark the record passed into btree init_key functions as const
` [PATCH 13/43] xfs: make the keys and records passed to btree inorder functions const
` [PATCH 14/43] xfs: mark the record passed into xchk_btree functions as const
` [PATCH 15/43] xfs: make the pointer passed to btree set_root functions const
` [PATCH 16/43] xfs: make the start pointer passed to btree alloc_block "
` [PATCH 17/43] xfs: make the start pointer passed to btree update_lastrec "
` [PATCH 18/43] xfs: constify btree function parameters that are not modified
` [PATCH 19/43] xfs: resolve fork names in trace output
` [PATCH 20/43] xfs: sb verifier doesn't handle uncached sb buffer
` [PATCH 21/43] xfs: rename xfs_has_attr()
` [PATCH 22/43] xfs: rework attr2 feature and mount options
` [PATCH 23/43] xfs: reflect sb features in xfs_mount
` [PATCH 24/43] xfs: replace xfs_sb_version checks with feature flag checks
` [PATCH 25/43] xfs: convert mount flags to features
` [PATCH 26/43] xfs: convert remaining mount flags to state flags
` [PATCH 27/43] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
` [PATCH 28/43] xfs: convert xfs_fs_geometry to use mount feature checks
` [PATCH 29/43] xfs: open code sb verifier "
` [PATCH 30/43] xfs: convert xfs_sb_version_has checks to use mount features
` [PATCH 31/43] libxlog: replace xfs_sb_version checks with feature flag checks
` [PATCH 32/43] libxfs: "
` [PATCH 33/43] xfs_{copy,db,logprint,repair}: "
` [PATCH 34/43] xfs: remove unused xfs_sb_version_has wrappers
` [PATCH 35/43] xfs: introduce xfs_sb_is_v5 helper
` [PATCH 36/43] xfs: kill xfs_sb_version_has_v3inode()
` [PATCH 37/43] libxfs: use opstate flags and functions for libxfs mount options
` [PATCH 38/43] libxfs: remove pointless *XFS_MOUNT* flags
` [PATCH 39/43] libxfs: always initialize internal buffer map
` [PATCH 40/43] libxfs: replace XFS_BUF_SET_ADDR with a function
` [PATCH 41/43] xfs: introduce xfs_buf_daddr()
` [PATCH 42/43] xfs: convert bp->b_bn references to xfs_buf_daddr()
` [PATCH 43/43] libxfs: rename buffer cache index variable b_bn

XFS new panic after new merges
 2021-09-13 21:15 UTC  (3+ messages)

[PATCHSET v2 0/8] fstests: document all test groups
 2021-09-13 19:11 UTC  (16+ messages)
` [PATCH 1/8] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/8] xfs: move reflink tests into the clone group
` [PATCH 3/8] xfs: fix incorrect fuzz test group name
` [PATCH 4/8] btrfs: fix incorrect subvolume "
` [PATCH 5/8] generic/631: change this test to use the 'whiteout' group
` [PATCH 6/8] tools: make sure that test groups are described in the documentation
  ` [PATCH v2.1 "
` [PATCH 7/8] tools: add missing license tags to my scripts
` [PATCH 8/8] new: only allow documented test group names

[PATCHSET 0/4] fstests: exercise code changes in 5.15
 2021-09-13 18:26 UTC  (4+ messages)
` [PATCH 4/4] xfs: regresion test for fsmap problems with realtime

[PATCHSET v2 0/3] fstests: exercise code refactored in 5.14
 2021-09-13 18:25 UTC  (6+ messages)
` [PATCH 1/3] generic: fsstress with cpu offlining

[PATCHSET 0/3] fstests: regression tests for 5.13/5.14 rt fixes
 2021-09-13 18:02 UTC  (10+ messages)
` [PATCH 1/3] xfs: test fsx with extent size hints set on a realtime file
` [PATCH 2/3] xfs: test correct propagation of rt extent size hints on rtinherit dirs
` [PATCH 3/3] xfs: test adding realtime sections to filesystem

[PATCH 0/3] Dump log cleanups
 2021-09-13 17:41 UTC  (10+ messages)
` [PATCH 1/3] xfstests: Rename _scratch_inject_logprint to _scratch_remount_dump_log
` [PATCH 2/3] xfstests: Rename _test_inject_logprint to _test_remount_dump_log
` [PATCH 3/3] xfstests: Move *_dump_log routines to common/xfs
    ` [External] : "

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-13 16:16 UTC  (13+ messages)
` [PATCH v2 01/12] ext4/xfs: add page refcount helper
` [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v2 03/12] mm: add zone device public type memory support
` [PATCH v2 04/12] mm: add device public vma selection for memory migration
` [PATCH v2 05/12] drm/amdkfd: ref count init for device pages
` [PATCH v2 06/12] drm/amdkfd: add SPM support for SVM
` [PATCH v2 07/12] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v2 08/12] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 09/12] lib: test_hmm add module param for "
` [PATCH v2 10/12] lib: add support for device public type in test_hmm
` [PATCH v2 11/12] tools: update hmm-test to support device public type
` [PATCH v2 12/12] tools: update test_hmm script to support SP config

Repair Metadata corruption detected at xfs_inode_buf_verify on CentOS 7 virtual machine
 2021-09-10  3:26 UTC  (8+ messages)

[RFC PATCH 0/7] xfs: intent item whiteouts
 2021-09-09 21:21 UTC  (17+ messages)
` [PATCH 1/7] xfs: add log item flags to indicate intents
` [PATCH 2/7] xfs: tag transactions that contain intent done items
` [PATCH 3/7] xfs: factor a move some code in xfs_log_cil.c
` [PATCH 4/7] xfs: add log item method to return related intents
` [PATCH 5/7] xfs: whiteouts release intents that are not in the AIL
` [PATCH 6/7] [RFC] xfs: intent item whiteouts
` [PATCH 7/7] xfs: reduce kvmalloc overhead for CIL shadow buffers

heavy xfsaild I/O blocking process exit
 2021-09-09  9:27 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 118/176] iomap: pass writeback errors to the mapping
 2021-09-09 11:50 UTC 

[PATCH AUTOSEL 5.13 145/219] iomap: pass writeback errors to the mapping
 2021-09-09 11:45 UTC 

[PATCH AUTOSEL 5.14 164/252] iomap: pass writeback errors to the mapping
 2021-09-09 11:39 UTC 

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-09  4:55 UTC  (16+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH] mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
 2021-09-07  7:23 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.15
 2021-09-06  9:42 UTC  (13+ messages)

[PATCH] xfs: clean up some inconsistent indenting
 2021-09-02 23:31 UTC  (2+ messages)

[PATCH v8 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-02 15:33 UTC  (4+ messages)
` [PATCH v8 6/7] xfs: support CoW in fsdax mode

[PATCHSET 0/5] fstests: document all test groups
 2021-09-02 15:03 UTC  (6+ messages)
` [PATCH 4/5] tools: make sure that test groups are described in the documentation

[PATCH v2 0/1] Log Attribute Replay Test
 2021-09-02  8:58 UTC  (4+ messages)
` [PATCH v2 1/1] xfstests: Add Log Attribute Replay test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).