linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 18:25:45 to 2021-09-16 01:46:56 UTC [more...]

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-09-16  1:46 UTC  (69+ 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 0/5] xfsprogs: generic serialisation primitives
            ` [PATCH 3/5] atomic: convert to uatomic
` [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 20/61] xfs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH 21/61] xfs: clean up open-coded fs block unit conversions
` [PATCH 22/61] xfs: move xfs_perag_get/put to xfs_ag.[ch]
` [PATCH 23/61] xfs: move perag structure and setup to libxfs/xfs_ag.[ch]
` [PATCH 24/61] xfs: make for_each_perag... a first class citizen
` [PATCH 25/61] xfs: convert raw ag walks to use for_each_perag
` [PATCH 26/61] xfs: convert xfs_iwalk to use perag references
` [PATCH 27/61] xfs: convert secondary superblock walk to use perags
` [PATCH 28/61] xfs: pass perags through to the busy extent code
` [PATCH 29/61] xfs: push perags through the ag reservation callouts
` [PATCH 30/61] xfs: pass perags around in fsmap data dev functions
` [PATCH 31/61] xfs: add a perag to the btree cursor
` [PATCH 32/61] xfs: convert rmap btree cursor to using a perag
` [PATCH 33/61] xfs: convert refcount btree cursor to use perags
` [PATCH 34/61] xfs: convert allocbt cursors "
` [PATCH 35/61] xfs: use perag for ialloc btree cursors
` [PATCH 36/61] xfs: remove agno from btree cursor
` [PATCH 37/61] xfs: simplify xfs_dialloc_select_ag() return values
` [PATCH 38/61] xfs: collapse AG selection for inode allocation
` [PATCH 39/61] xfs: get rid of xfs_dir_ialloc()
` [PATCH 40/61] xfs: inode allocation can use a single perag instance
` [PATCH 41/61] xfs: clean up and simplify xfs_dialloc()
` [PATCH 42/61] xfs: use perag through unlink processing
` [PATCH 43/61] xfs: remove xfs_perag_t
` [PATCH 44/61] xfs: sort variable alphabetically to avoid repeated declaration
` [PATCH 45/61] xfs: Remove redundant assignment to busy
` [PATCH 46/61] xfs: mark xfs_bmap_set_attrforkoff static
` [PATCH 47/61] xfs: fix radix tree tag signs
` [PATCH 48/61] xfs: drop the AGI being passed to xfs_check_agi_freecount
` [PATCH 49/61] xfs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH 50/61] xfs: Make attr name schemes consistent
` [PATCH 51/61] xfs: perag may be null in xfs_imap()
` [PATCH 52/61] xfs: log stripe roundoff is a property of the log
` [PATCH 53/61] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 54/61] xfs: fix endianness issue in xfs_ag_shrink_space
` [PATCH 55/61] xfs: Initialize error in xfs_attr_remove_iter
` [PATCH 56/61] xfs: Fix multiple fall-through warnings for Clang
` [PATCH 57/61] xfs: check for sparse inode clusters that cross new EOAG when shrinking
` [PATCH 58/61] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
` [PATCH 59/61] xfs: logging the on disk inode LSN can make it go backwards
` [PATCH 60/61] xfs_db: convert the agresv command to use for_each_perag
` [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems

Shameless plug for the FS Track at LPC next week!
 2021-09-16  1:39 UTC 

[PATCH v9 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-16  1:36 UTC  (14+ 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

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-16  0:37 UTC  (30+ 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 v3 0/9] fstests: document all test groups
 2021-09-15 23:43 UTC  (10+ messages)
` [PATCH 1/9] ceph: re-tag copy_file_range as being in the copy_range group
` [PATCH 2/9] xfs: move reflink tests into the clone group
` [PATCH 3/9] xfs: fix incorrect fuzz test group name
` [PATCH 4/9] btrfs: fix incorrect subvolume "
` [PATCH 5/9] generic/631: change this test to use the 'whiteout' group
` [PATCH 6/9] tools: make sure that test groups are described in the documentation
` [PATCH 7/9] tools: add missing license tags to my scripts
` [PATCH 8/9] new: only allow documented test group names
` [PATCH 9/9] new: don't allow new tests in group 'other'

[PATCHSET v3 0/1] fstests: exercise code refactored in 5.14
 2021-09-15 23:42 UTC  (2+ messages)
` [PATCH 1/1] generic: fsstress with cpu offlining

[PATCHSET v2 0/3] fstests: regression tests for 5.13/5.14 rt fixes
 2021-09-15 23:42 UTC  (4+ 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

[PATCHSET 0/1] fstests: random fixes
 2021-09-15 23:42 UTC  (2+ messages)
` [PATCH 1/1] common/rc: re-fix detection of device-mapper/persistent memory incompatibility

[GIT PULL] xfsprogs: synchronize with kernel 5.14
 2021-09-15 23:17 UTC 

[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: "

start switching sysfs attributes to expose the seq_file
 2021-09-15  7:07 UTC  (15+ messages)
` [PATCH 13/13] xfs: convert xfs_sysfs attrs to use ->seq_show

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-15  5:32 UTC  (3+ messages)
` [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount

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


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