public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-09 08:43:18 to 2021-11-17 21:08:13 UTC [more...]

[PATCH 1/2] vfs: check dentry is still valid in get_link()
 2021-11-17 21:06 UTC  (23+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access

[PATCH v2] tests/xfs: test COW writeback failure when overlapping non-shared blocks
 2021-11-17 18:01 UTC  (2+ messages)

decouple DAX from block devices
 2021-11-17 17:44 UTC  (9+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper

[PATCH] iomap: iomap_read_inline_data cleanup
 2021-11-17 17:12 UTC  (3+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-17 17:10 UTC  (37+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 17/28] iomap: Convert readahead and readpage to use a folio
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter "
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio

[5.15 REGRESSION v2] iomap: Fix inline extent handling in iomap_readpage
 2021-11-17 10:24 UTC  (5+ messages)

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-17  9:50 UTC  (11+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support
` [PATCH v1 2/9] mm: add device coherent vma selection for memory migration
` [PATCH v1 3/9] drm/amdkfd: add SPM support for SVM
` [PATCH v1 4/9] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v1 5/9] lib: test_hmm add ioctl to get zone device type
` [PATCH v1 6/9] lib: test_hmm add module param for "
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm
` [PATCH v1 8/9] tools: update hmm-test to support device coherent type
` [PATCH v1 9/9] tools: update test_hmm script to support SP config

[PATCH] MM: introduce memalloc_retry_wait()
 2021-11-17  5:53 UTC  (2+ messages)

[PATCH] xfs: remove xfs_inew_wait
 2021-11-17  5:35 UTC  (3+ messages)

[PATCH 00/16 v6] xfs: rework xlog_write()
 2021-11-17  5:21 UTC  (25+ messages)
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 07/16] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 09/16] xfs: pass lv chain length into xlog_write()
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs:_introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
` [PATCH 14/16] xfs: xlog_write() no longer needs contwr state
` [PATCH 15/16] xfs: xlog_write() doesn't need optype anymore
` [PATCH 16/16] xfs: CIL context doesn't need to count iovecs

[PATCH v25 00/14] Log Attribute Replay
 2021-11-17  4:16 UTC  (15+ messages)
` [PATCH v25 01/14] xfs: allow setting and clearing of log incompat feature flags
` [PATCH v25 02/14] xfs: add attr state machine tracepoints
` [PATCH v25 03/14] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v25 04/14] xfs: don't commit the first deferred transaction without intents
` [PATCH v25 05/14] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v25 06/14] xfsprogs: Set up infrastructure for log attribute replay
` [PATCH v25 07/14] xfsprogs: Implement attr logging and replay
` [PATCH v25 08/14] xfsprogs: Skip flip flags for delayed attrs
` [PATCH v25 09/14] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v25 10/14] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v25 11/14] xfsprogs: Add log attribute error tag
` [PATCH v25 12/14] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v25 13/14] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH v25 14/14] xfsprogs: Add log item printing for ATTRI and ATTRD

[PATCH v25 00/12] Log Attribute Replay
 2021-11-17  4:13 UTC  (13+ messages)
` [PATCH v25 01/12] xfs: Fix double unlock in defer capture code
` [PATCH v25 02/12] xfs: don't commit the first deferred transaction without intents
` [PATCH v25 03/12] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v25 04/12] xfs: Set up infrastructure for log attribute replay
` [PATCH v25 05/12] xfs: Implement attr logging and replay
` [PATCH v25 06/12] xfs: Skip flip flags for delayed attrs
` [PATCH v25 07/12] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v25 08/12] xfs: Remove unused xfs_attr_*_args
` [PATCH v25 09/12] xfs: Add log attribute error tag
` [PATCH v25 10/12] xfs: Add larp debug option
` [PATCH v25 11/12] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v25 12/12] xfs: Add helper function xfs_attr_leaf_addname

[PATCH] xfs: Fix the free logic of state in xfs_attr_node_hasname
 2021-11-17  1:58 UTC  (5+ messages)
` [PATCH v2] "

Question regarding XFS crisis recovery
 2021-11-16 17:27 UTC  (6+ messages)

Processing of xfsprogs_5.14.0-rc1-1_source.changes
 2021-11-15 17:50 UTC 

xfsprogs_5.14.0-rc1-1_source.changes ACCEPTED into unstable
 2021-11-15 18:25 UTC 

Bug#794158: xfsprogs FTCBFS: fails to pass --host to configure
 2021-11-15 18:27 UTC  (2+ messages)
  ` Bug#794158: marked as done (xfsprogs FTCBFS: fails to pass --host to configure)

[PATCH v1 0/2] Remove extra ZONE_DEVICE page refcount
 2021-11-15 19:33 UTC  (3+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH 2 0/2] xfs: fix inline link path race
 2021-11-15 22:26 UTC  (6+ messages)
` [PATCH 2 1/2] vfs: check dentry is still valid in get_link()
` [PATCH 2 2/2] xfs: make sure link path does not go away at access

[PATCH v3 0/1] xfstests: add log attribute replay test
 2021-11-15 19:28 UTC  (4+ messages)
` [PATCH v3 1/1] xfstests: Add Log Attribute Replay test
    ` [External] : "

[PATCH v2 0/4] xfsprogs debian updates
 2021-11-15 18:53 UTC  (9+ messages)
` [PATCH v2 1/4] debian: Update Uploaders list
` [PATCH v2 2/4] debian: Pass --build and --host to configure
` [PATCH v2 3/4] debian: Fix FTBFS
` [PATCH v2 4/4] debian: Add changelog entry for 5.14.0-rc1-1

[PATCH] Avoid format truncation
 2021-11-15 16:45 UTC  (2+ messages)

[GIT PULL] xfs: cleanups and resyncs for 5.16
 2021-11-14 20:24 UTC  (2+ messages)

[RFC PATCH 0/2] xfs: add error tags for log attribute replay test
 2021-11-12 22:24 UTC  (9+ messages)
` [RFC PATCH 1/2] xfs: add leaf split error tag
` [RFC PATCH 2/2] xfs: add leaf to node "

[ANNOUNCE] xfsprogs v5.14.0-rc1 released
 2021-11-12 20:42 UTC 

[PATCH v2 0/2] Dax poison recovery
 2021-11-12 18:00 UTC  (11+ messages)
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-12 15:19 UTC  (19+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

XFS NVMe RDMA?
 2021-11-12  6:40 UTC  (5+ messages)

[PATCH] iomap: Fix iomap_readahead_iter error handling
 2021-11-12  5:44 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 4a6b35b3b3f2
 2021-11-11 17:24 UTC 

[5.15 REGRESSION] iomap: Fix inline extent handling in iomap_readpage
 2021-11-11 16:21 UTC  (5+ messages)

[RFC PATCH 0/2] xfsprogs: add error tags for log attribute replay test
 2021-11-11  1:37 UTC  (4+ messages)
` [RFC PATCH 1/2] xfsprogs: add leaf split error tag
` [RFC PATCH 2/2] xfsprogs: add leaf to node "

[PATCH 0/3] xfs: #ifdef out perag code for userspace
 2021-11-10 17:12 UTC  (8+ messages)
` [PATCH 1/3] libxfs: "
` [PATCH 2/3] libxfs: #ifdef out perag code for userspace (xfsprogs version)
` [PATCH 3/3] xfsprogs: remove kernel stubs from xfs_shared.h
` [PATCH 4/3] xfs: sync xfs_btree_split macros with userspace libxfs

[Bug 214767] New: xfs seems to hang due to race condition? maybe related to (gratuitous) thaw
 2021-11-10 15:16 UTC  (2+ messages)
` [Bug 214767] "

[PATCH] design: fix computation of buffer log item bitmap size
 2021-11-10  1:58 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox