linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-08 21:27:38 to 2021-09-15 23:08:20 UTC [more...]

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-09-15 23:08 UTC  (20+ messages)
` [PATCH 01/61] mkfs: move mkfs/proto.c declarations to mkfs/proto.h
` [PATCH 02/61] libfrog: move topology.[ch] to libxfs
` [PATCH 03/61] libfrog: create header file for mocked-up kernel data structures
` [PATCH 04/61] libxfs: port xfs_set_inode_alloc from the kernel
` [PATCH 05/61] libxfs: fix whitespace inconsistencies with kernel
` [PATCH 06/61] xfs: Fix fall-through warnings for Clang
` [PATCH 07/61] misc: convert utilities to use "fallthrough;"
` [PATCH 08/61] xfs: use xfs_buf_alloc_pages for uncached buffers
` [PATCH 09/61] xfs: Reverse apply 72b97ea40d
` [PATCH 10/61] xfs: Add xfs_attr_node_remove_name
` [PATCH 11/61] xfs: Refactor xfs_attr_set_shortform
` [PATCH 12/61] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH 13/61] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH 14/61] xfs: Hoist xfs_attr_node_addname
` [PATCH 15/61] xfs: Hoist xfs_attr_leaf_addname
` [PATCH 16/61] xfs: Hoist node transaction handling
` [PATCH 17/61] xfs: Add delay ready attr remove routines
` [PATCH 18/61] xfs: Add delay ready attr set routines
` [PATCH 19/61] xfs: Remove xfs_attr_rmtval_set

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-15 22:38 UTC  (29+ messages)
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective
` [PATCH 1/6] MM: improve documentation for __GFP_NOFAIL
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [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

[PATCH 0/3 RFC] Remove DAX experimental warnings
 2021-09-15 18:59 UTC  (8+ messages)
` [PATCH 1/3] xfs: remove dax EXPERIMENTAL warning
` [PATCH 2/3] ext4: "
` [PATCH 3/3] ext2: "

[PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-15 10:45 UTC  (9+ messages)
` [PATCH v9 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v9 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v9 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v9 4/8] fsdax: Convert dax_iomap_zero to iter model
` [PATCH v9 5/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v9 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v9 7/8] xfs: support CoW in fsdax mode
` [PATCH v9 8/8] xfs: Add dax dedupe support

start switching sysfs attributes to expose the seq_file
 2021-09-15  7:07 UTC  (37+ 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 v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-15  5:32 UTC  (14+ 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

[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  (8+ messages)
` [PATCH 6/8] tools: make sure that test groups are described in the documentation
  ` [PATCH v2.1 "
` [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] : "

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  (3+ messages)

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  (15+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration


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).