linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 22:54:36 to 2021-02-25 07:42:32 UTC [more...]

[PATCHSET v6 0/5] xfs_admin: support upgrading v5 filesystems
 2021-02-25  7:40 UTC  (5+ messages)
` [PATCH 1/5] man: mark all deprecated V4 format options
` [PATCH 2/5] xfs_repair: allow upgrades to v5 filesystems

[PATCHSET RFC 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-02-25  7:38 UTC  (5+ messages)
` [PATCH 1/3] xfs/{010,030}: update repair output to deal with inobtcount feature
` [PATCH 2/3] xfs/122: embiggen struct xfs_agi size for "

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-25  7:35 UTC  (13+ messages)
` [PATCH 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
    ` 回复: "
` [PATCH 5/7] fsdax: Dedup file range to use a compare function

[PATCH] xfs: restore speculative_cow_prealloc_lifetime sysctl
 2021-02-25  7:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] xfs: various log stuff
 2021-02-25  7:13 UTC  (34+ messages)
` [PATCH 1/8] xfs: log stripe roundoff is a property of the log
` [PATCH 2/8] xfs: separate CIL commit record IO
` [PATCH 3/8] xfs: move and rename xfs_blkdev_issue_flush
` [PATCH 4/8] xfs: async blkdev cache flush
` [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] "
` [PATCH 8/8] xfs: Fix CIL throttle hang when CIL space used going backwards

[PATCH v15 00/22] xfs: Delayed Attributes
 2021-02-25  7:01 UTC  (34+ messages)
` [PATCH v15 01/22] xfs: Add helper xfs_attr_node_remove_step
` [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 00/12] xfs: Improve CIL scalability
 2021-02-25  3:37 UTC  (13+ messages)
` [PATCH 01/12] xfs: use the CIL space used counter for emptiness checks
` [PATCH 02/12] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 03/12] xfs: rework per-iclog header CIL reservation
` [PATCH 04/12] xfs: introduce per-cpu CIL tracking sructure
` [PATCH 05/12] xfs: implement percpu cil space used calculation
` [PATCH 06/12] xfs: track CIL ticket reservation in percpu structure
` [PATCH 07/12] xfs: convert CIL busy extents to per-cpu
` [PATCH 08/12] xfs: Add order IDs to log items in CIL
` [PATCH 09/12] xfs: convert CIL to unordered per cpu lists
` [PATCH 10/12] xfs: move CIL ordering to the logvec chain
` [PATCH 11/12] xfs: __percpu_counter_compare() inode count debug too expensive
` [PATCH 12/12] xfs: avoid cil push lock if possible

[PATCH v2 0/2] xfs: Skip repetitive warnings about mount options
 2021-02-25  2:41 UTC  (6+ messages)
` [PATCH v2] xfs: Add test for printing deprec. "
` [PATCH v2 1/2] xfs: rename variable mp to parsing_mp
` [PATCH v2 2/2] xfs: Skip repetitive warnings about mount options

[PATCH 0/3] xfs: CIL improvements
 2021-02-25  2:15 UTC  (9+ 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 3/3] xfs: CIL work is serialised, not pipelined

[ANNOUNCE] xfsprogs for-next branch updated to 533034dc / v5.11.0-rc1
 2021-02-24 22:43 UTC 

[PATCH] man: document XFS_XFLAG_APPEND behavior for directories
 2021-02-24 22:31 UTC  (2+ messages)

[PATCH 0/3] xfs: buffer log item optimisations
 2021-02-24 22:13 UTC  (8+ 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 0/3] xfs: 64kb directory block verification hurts
 2021-02-24 21:50 UTC  (7+ messages)
` [PATCH 1/3] xfs: type verification is expensive
` [PATCH 2/3] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH 3/3] xfs: reduce debug overhead of dir leaf/node checks

[PATCH v2] xfs: set aside allocation btree blocks from block reservation
 2021-02-24 18:14 UTC  (4+ messages)

[PATCH] generic/473: fix expectation properly in out file
 2021-02-24 13:48 UTC  (7+ messages)

[PATCH 0/13] xfs: rewrite xlog_write()
 2021-02-24  6:34 UTC  (14+ messages)
` [PATCH 01/13] xfs: factor out the CIL transaction header building
` [PATCH 02/13] xfs: only CIL pushes require a start record
` [PATCH 03/13] xfs: embed the xlog_op_header in the unmount record
` [PATCH 04/13] "
` [PATCH 05/13] xfs: log tickets don't need log client id
` [PATCH 06/13] xfs: move log iovec alignment to preparation function
` [PATCH 07/13] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 08/13] xfs: log ticket region debug is largely useless
` [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 12/13] xfs: xlog_write() no longer needs contwr state
` [PATCH 13/13] xfs: CIL context doesn't need to count iovecs

[PATCHSET v3 0/4] xfs_repair: set needsrepair when dirtying filesystems
 2021-02-24  5:39 UTC  (9+ messages)
` [PATCH 1/4] xfs_repair: set NEEDSREPAIR the first time we write to a filesystem
` [PATCH 2/4] libxfs: simulate system failure after a certain number of writes
` [PATCH 3/4] xfs_repair: factor phase transitions into a helper
` [PATCH 4/4] xfs_repair: add post-phase error injection points

[PATCH] xfs: Allow scrub to detect inodes with non-maximal sized extents
 2021-02-24  3:09 UTC  (4+ messages)

[PATCHSET v6.1 0/5] xfs_admin: support upgrading v5 filesystems
 2021-02-24  2:07 UTC  (8+ messages)
` [PATCH 1/5] man: mark all deprecated V4 format options
` [PATCH 2/5] xfs_repair: allow upgrades to v5 filesystems
` [PATCH 3/5] xfs_admin: support adding features to V5 filesystems
` [PATCH 4/5] xfs_repair: enable inobtcount upgrade via repair
` [PATCH 5/5] xfs_repair: enable bigtime "

[PATCH v6 3/3] mkfs: make use of xfs_validate_stripe_geometry()
 2021-02-24  0:55 UTC  (4+ messages)
` [PATCH v7 "

xfs: Skip repetitive warnings about mount options
 2021-02-23 21:05 UTC  (13+ messages)
` [PATCH] xfs: Add test for printing deprec. "
` [PATCH 1/1] xfs: Skip repetitive warnings about "

[PATCH 0/4] debian: Integrate Debian/Ubuntu changes
 2021-02-23 20:51 UTC  (12+ messages)
` [PATCH 1/4] debian: Drop trying to create upstream distribution
` [PATCH 3/4] debian: Regenerate config.guess using debhelper

[PATCHSET v6 0/7] xfsprogs: add the ability to flag a fs for repair
 2021-02-23 20:18 UTC  (15+ messages)
` [PATCH 1/7] xfs_admin: clean up string quoting
` [PATCH 2/7] xfs_admin: support filesystems with realtime devices
` [PATCH 3/7] xfs_db: report the needsrepair flag in check and version commands
` [PATCH 4/7] xfs_db: don't allow label/uuid setting if the needsrepair flag is set
` [PATCH 5/7] xfs_repair: fix unmount error message to have a newline
` [PATCH 6/7] xfs_repair: clear quota CHKD flags on the incore superblock too
` [PATCH 7/7] xfs_repair: clear the needsrepair flag

[PATCH] xfs: use current->journal_info for detecting transaction recursion
 2021-02-23 18:28 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH] xfs: don't reuse busy extents on extent trim
 2021-02-23 18:22 UTC  (5+ messages)

[PATCH V2] xfs: initialise attr fork on inode create
 2021-02-23 18:22 UTC  (2+ messages)

xfsprogs_5.11.0-rc0-1_source.changes ACCEPTED into experimental
 2021-02-23 17:18 UTC 

Processing of xfsprogs_5.11.0-rc0-1_source.changes
 2021-02-23 17:11 UTC 

[PATCH 0/2] xfs: don't require a dirty log on snapshots
 2021-02-23 16:25 UTC  (11+ messages)
` [PATCH 2/2] xfs: don't dirty snapshot logs for unlinked inode recovery

lockdep recursive locking warning on for-next
 2021-02-22 22:53 UTC  (8+ 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).