linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-17 20:28:27 to 2021-06-30 06:38:19 UTC [more...]

[PATCH 0/9] xfs: shutdown is a racy mess
 2021-06-30  6:38 UTC  (2+ messages)
` [PATCH 3/9] xfs: move recovery needed state updates to xfs_log_mount_finish

[PATCH 0/3 v2] mm, xfs: memory allocation improvements
 2021-06-30  6:14 UTC  (4+ messages)
` [PATCH 1/3] mm: Add kvrealloc()
` [PATCH 2/3] xfs: remove kmem_alloc_io()
` [PATCH 3/3] xfs: replace kmem_alloc_large() with kvmalloc()

[Bug 213625] New: [xfstests xfs/104] XFS: Assertion failed: agno < mp->m_sb.sb_agcount, file: fs/xfs/libxfs/xfs_types.c, line: 22
 2021-06-30  3:13 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-30  0:23 UTC  (13+ messages)
` [PATCH v3 1/8] ext4/xfs: add page refcount helper
` [PATCH v3 2/8] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-06-29 21:01 UTC  (8+ messages)
` [PATCH v6.1 "

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-06-29 11:46 UTC  (16+ messages)
` [PATCH v5 1/9] pagemap: Introduce ->memory_failure()
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v5 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v5 6/9] xfs: Implement ->corrupted_range() for XFS
` [PATCH v5 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH v5 8/9] md: Implement dax_holder_operations
` [PATCH v5 9/9] fs/dax: Remove useless functions

[PATCH 0/2] iomap: small block problems
 2021-06-29  9:12 UTC  (11+ messages)
` [PATCH 1/2] iomap: Don't create iomap_page objects for inline files
` [PATCH 2/2] iomap: Add helper for un-inlining an inline inode

[PATCH v2] fs: forbid invalid project ID
 2021-06-28 22:34 UTC  (2+ messages)

[Bug 213609] New: [xfstests xfs/503] testing always hang on 64k directory size xfs
 2021-06-28 13:14 UTC  (4+ messages)
` [Bug 213609] "

[PATCH 0/8 V2] xfs: log fixes for for-next
 2021-06-28  8:58 UTC  (43+ messages)
` [PATCH 1/8] xfs: add iclog state trace events
` [PATCH 2/8] xfs: don't wait on future iclogs when pushing the CIL
` [PATCH 3/8] xfs: move xlog_commit_record to xfs_log_cil.c
` [PATCH 4/8] xfs: pass a CIL context to xlog_write()
` [PATCH 5/8] xfs: factor out log write ordering from xlog_cil_push_work()
` [PATCH 6/8] xfs: separate out setting CIL context LSNs from xlog_write
` [PATCH 7/8] xfs: attached iclog callbacks in xlog_cil_set_ctx_write_state()
` [PATCH 8/8] xfs: order CIL checkpoint start records

[PATCH 0/3] mm, xfs: memory allocation improvements
 2021-06-27 23:14 UTC  (12+ messages)
` [PATCH 1/3] mm: Add kvrealloc()
` [PATCH 2/3] xfs: remove kmem_alloc_io()
` [PATCH 3/3] xfs: replace kmem_alloc_large() with kvmalloc()

[ANNOUNCE] xfs-linux: for-next updated to 1effb72a8179
 2021-06-26 14:58 UTC 

XFS Mount need ages
 2021-06-25 21:27 UTC  (5+ messages)

[PATCH 0/4] xfs: fix CIL shutdown UAF and shutdown hang
 2021-06-25 21:02 UTC  (16+ messages)
` [PATCH 1/4] xfs: don't nest icloglock inside ic_callback_lock
` [PATCH 2/4] xfs: remove callback dequeue loop from xlog_state_do_iclog_callbacks
` [PATCH 3/4] xfs: Fix a CIL UAF by getting get rid of the iclog callback lock
` [PATCH 4/4] xfs: don't wait on future iclogs when pushing the CIL

[PATCH] xfs: Initialize error in xfs_attr_remove_iter
 2021-06-25 18:20 UTC  (4+ messages)

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-22 17:34 UTC  (5+ messages)
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock

[ANNOUNCE] xfs-linux: for-next **REBASED** to a8f3522c9a1f
 2021-06-22 17:18 UTC 

[ANNOUNCE] xfs-linux: for-next **REBASED** to 2909e02fec6c
 2021-06-22 16:19 UTC  (7+ messages)

[GIT PULL] fs: Hole punch fixes
 2021-06-22 10:05 UTC 

[bug report] xfs: Add delay ready attr remove routines
 2021-06-22  7:59 UTC  (2+ messages)

[PATCH] xfs: fix endianness issue in xfs_ag_shrink_space
 2021-06-22  3:34 UTC  (4+ messages)

How capacious and well-indexed are ext4, xfs and btrfs directories?
 2021-06-22  0:50 UTC  (5+ messages)

[GIT PULL v3] fstests: move test group lists into test files
 2021-06-21 23:20 UTC 

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-06-21 23:06 UTC  (7+ messages)

[PATCHSET v3 00/13] fstests: move test group lists into test files
 2021-06-21 23:11 UTC  (14+ messages)
` [PATCH 01/13] fstests: fix group check in new script
` [PATCH 02/13] misc: move exit status into trap handler
` [PATCH 03/13] fstests: refactor test boilerplate code
` [PATCH 04/13] fstests: add tool migrate group membership data to test files
` [PATCH 05/13] fstests: clean up open-coded golden output
` [PATCH 06/13] fstests: move test group info to test files
` [PATCH 07/13] fstests: automatically generate group files
` [PATCH 08/13] fstests: convert nextid to use automatic group generation
` [PATCH 09/13] fstests: adapt the new test script to our new group tagging scheme
` [PATCH 10/13] check: use generated group files
` [PATCH 11/13] fstests: remove "
` [PATCH 12/13] fstests: remove test group management code
` [PATCH 13/13] misc: update documentation to reflect auto-generated group files

[PATCH v2 0/2] xfs: fix buffer use after free on unpin abort
 2021-06-21 16:57 UTC  (4+ messages)
` [PATCH v2 1/2] xfs: hold buffer across unpin and potential shutdown processing
` [PATCH v2 2/2] xfs: remove dead stale buf unpin handling code

[PATCHSET v2 0/3] xfs: various small fixes and cleanups
 2021-06-21 16:56 UTC  (15+ messages)
` [PATCH 1/3] xfs: fix type mismatches in the inode reclaim functions
` [PATCH 2/3] xfs: print name of function causing fs shutdown instead of hex pointer
` [PATCH 3/3] xfs: shorten the shutdown messages to a single line

[PATCHSET v2 00/13] fstests: move test group lists into test files
 2021-06-21 16:14 UTC  (13+ messages)
` [PATCH 07/13] fstests: automatically generate group files

[PATCHSET v7 00/16] xfs: deferred inode inactivation
 2021-06-21  5:19 UTC  (11+ messages)
` [PATCH 06/16] xfs: defer inode inactivation to a workqueue

log write cleanups
 2021-06-18 22:51 UTC  (19+ messages)
` [PATCH 1/8] xfs: change the type of ic_datap
` [PATCH 2/8] xfs: list entry elements don't need to be initialized
` [PATCH 3/8] xfs: factor out a helper to write a log_iovec into the iclog
` [PATCH 4/8] xfs: remove xlog_write_adv_cnt and simplify xlog_write_partial
` [PATCH 5/8] xfs: remove xlog_verify_dest_ptr
` [PATCH 6/8] xfs: simplify the xlog_write_partial calling conventions
` [PATCH 7/8] xfs: factor out a xlog_write_full_log_vec helper

[PATCHSET 0/2] xfs: various small fixes
 2021-06-18 16:05 UTC  (10+ messages)
` [PATCH 1/2] xfs: fix type mismatches in the inode reclaim functions
` [PATCH 2/2] xfs: print name of function causing fs shutdown instead of hex pointer


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