linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 14:22:16 to 2021-03-04 00:18:35 UTC [more...]

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2021-03-03 15:47 UTC  (7+ messages)

[PATCH v2] xfs: various log stuff
 2021-03-03 15:22 UTC  (31+ messages)
` [PATCH 1/8] xfs: log stripe roundoff is a property of the log
` [PATCH 2/8] xfs: separate CIL commit record IO
` [PATCH 5/8] xfs: CIL checkpoint flushes caches unconditionally
` [PATCH 6/8] xfs: remove need_start_rec parameter from xlog_write()
` [PATCH 7/8] xfs: journal IO cache flush reductions
  ` [PATCH 7/8 v2] "

[PATCHSET 0/3] xfs: small fixes for 5.12
 2021-03-03 14:44 UTC  (8+ messages)
` [PATCH 1/3] xfs: fix quota accounting when a mount is idmapped
` [PATCH 2/3] xfs: avoid buffer deadlocks in inumbers/bulkstat
` [PATCH 3/3] xfs: force log and push AIL to clear pinned inodes when aborting mount

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-03 10:43 UTC  (50+ messages)
` [PATCH v2 01/10] fsdax: Factor helpers to simplify dax fault code
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()
` [PATCH v2 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v2 04/10] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 05/10] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 06/10] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
` [PATCH v2 08/10] fsdax: Dedup file range to use a compare function
` [PATCH v2 09/10] fs/xfs: Handle CoW for fsdax write() path
` [PATCH v2 10/10] fs/xfs: Add dedupe support for fsdax
` Question about the "EXPERIMENTAL" tag for dax in XFS

xfs_admin -O feature upgrade feedback
 2021-03-03 13:20 UTC  (6+ messages)

[PATCH v15 00/22] xfs: Delayed Attributes
 2021-03-03 11:50 UTC  (65+ messages)
` [PATCH v15 02/22] xfs: Add xfs_attr_node_remove_cleanup
` [PATCH v15 03/22] xfs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v15 04/22] xfs: Hoist xfs_attr_set_shortform
` [PATCH v15 05/22] xfs: Add helper xfs_attr_set_fmt
` [PATCH v15 06/22] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_work
` [PATCH v15 07/22] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v15 08/22] xfs: Hoist xfs_attr_node_addname
` [PATCH v15 09/22] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v15 10/22] xfs: Hoist node transaction handling
` [PATCH v15 11/22] xfs: Add delay ready attr remove routines
` [PATCH v15 12/22] xfs: Add delay ready attr set routines
` [PATCH v15 13/22] xfs: Add state machine tracepoints
` [PATCH v15 15/22] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v15 16/22] xfs: Set up infastructure for deferred attribute operations
` [PATCH v15 17/22] xfs: Skip flip flags for delayed attrs
` [PATCH v15 18/22] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v15 19/22] xfs: Remove unused xfs_attr_*_args
` [PATCH v15 21/22] xfs: Add delattr mount option

[PATCH v6 00/40] idmapped mounts
 2021-03-03  7:01 UTC  (5+ messages)
` [PATCH v6 39/40] xfs: support "

code questions about xfs log implementation
 2021-03-03  2:43 UTC  (4+ messages)

[PATCH 0/3] xfs: CIL improvements
 2021-03-03  1:23 UTC  (16+ messages)
` [PATCH 1/3] xfs: xfs_log_force_lsn isn't passed a LSN
` [PATCH 2/3] xfs: AIL needs asynchronous CIL forcing
    ` [PATCH 2/3 v2] "

[PATCH v7 0/5] xfs: support shrinking free space in the last AG
 2021-03-03  0:02 UTC  (7+ messages)
` [PATCH v7 1/5] xfs: update lazy sb counters immediately for resizefs
` [PATCH v7 2/5] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v7 3/5] xfs: introduce xfs_ag_shrink_space()
` [PATCH v7 4/5] xfs: support shrinking unused space in the last AG
` [PATCH v7 5/5] xfs: add error injection for per-AG resv failure
  ` [PATCH v7.1 "

[PATCHSET 0/4] fstests: various fixes
 2021-03-02 23:22 UTC  (5+ messages)
` [PATCH 1/4] generic/623: don't fail on core dumps
` [PATCH 2/4] xfs/271: fix test failure on non-reflink filesystems
` [PATCH 3/4] common/rc: fix detection of device-mapper/persistent memory incompatibility
` [PATCH 4/4] generic/60[78]: ensure the initial DAX file flag state before test

[PATCHSET 0/7] xfs: small fixes and cleanups
 2021-03-02 22:29 UTC  (8+ messages)
` [PATCH 1/7] xfs: fix uninitialized variables in xrep_calc_ag_resblks
` [PATCH 2/7] xfs: fix dquot scrub loop cancellation
` [PATCH 3/7] xfs: bail out of scrub immediately if scan incomplete
` [PATCH 4/7] xfs: mark a data structure sick if there are cross-referencing errors
` [PATCH 5/7] xfs: set the scrub AG number in xchk_ag_read_headers
` [PATCH 6/7] xfs: remove return value from xchk_ag_btcur_init
` [PATCH 7/7] xfs: validate ag btree levels using the precomputed values

[PATCH] xfs_admin: don't add '=1' when building repair command line for -O
 2021-03-02 18:13 UTC  (2+ messages)

[PATCH 0/3] xfs: buffer log item optimisations
 2021-03-02 14:38 UTC  (7+ messages)
` [PATCH 1/3] xfs: reduce buffer log item shadow allocations
` [PATCH 2/3] xfs: xfs_buf_item_size_segment() needs to pass segment offset
` [PATCH 3/3] xfs: optimise xfs_buf_item_size/format for contiguous regions

[PATCH][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-02 15:05 UTC 

[PATCH] xfsprogs: document attr2, ikeep option deprecation in xfs.5
 2021-03-02 13:45 UTC 

[PATCH] generic: test mapped write after shutdown and failed writeback
 2021-03-02  3:32 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.12-rc1
 2021-02-28 20:14 UTC  (2+ messages)

[PATCH 12/11] pragma once: scripted treewide conversion
 2021-02-28 17:11 UTC 

[PATCH v2] xfs: set aside allocation btree blocks from block reservation
 2021-02-28 15:18 UTC  (7+ messages)

[PATCH RFC] x86: remove toolchain check for X32 ABI capability
 2021-02-28  7:07 UTC  (6+ messages)

[PATCH V2] xfs: initialise attr fork on inode create
 2021-02-26  5:01 UTC  (6+ messages)

[PATCH 0/13] xfs: rewrite xlog_write()
 2021-02-26  4:23 UTC  (20+ messages)
` [PATCH 02/13] xfs: only CIL pushes require a start record
` [PATCH 04/13] xfs: embed the xlog_op_header in the unmount record
` [PATCH 07/13] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 09/13] xfs: pass lv chain length and size into xlog_write()
` [PATCH 10/13] xfs: introduce xlog_write_single()
` [PATCH 11/13] xfs:_introduce xlog_write_partial()

[PATCH 0/3] xfs: 64kb directory block verification hurts
 2021-02-25 22:04 UTC  (4+ messages)
` [PATCH 1/3] xfs: type verification is expensive

[PATCH] man: document XFS_XFLAG_APPEND behavior for directories
 2021-02-25 18:57 UTC  (2+ messages)

[PATCH] xfs: don't reuse busy extents on extent trim
 2021-02-25 18:05 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 756b1c343333
 2021-02-25 17:13 UTC 

[PATCHSET RFC 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-02-25 16:04 UTC  (4+ messages)
` [PATCH 2/3] xfs/122: embiggen struct xfs_agi size for inobtcount feature


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