linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-26 11:47:54 to 2021-07-29 00:26:26 UTC [more...]

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-29  0:26 UTC  (15+ messages)
` [PATCH 3/9] f2fs: rework write preallocations

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-28 23:45 UTC  (6+ messages)
` [PATCH v4 10/13] lib: test_hmm add module param for zone device type

[PATCHSET 0/2] xfsprogs: random fixes
 2021-07-28 23:09 UTC  (4+ messages)
` [PATCH 1/2] xfs_repair: invalidate dirhash entry when junking dirent
` [PATCH 2/2] xfs_quota: allow users to truncate group and project quota files

[PATCHSET v2 0/1] xfs_io: small improvements to statfs
 2021-07-28 22:19 UTC  (3+ messages)
` [PATCH 1/1] xfs_io: allow callers to dump fs stats individually

[PATCHSET v3 0/2] xfsprogs: strengthen validation of extent size hints
 2021-07-28 22:11 UTC  (4+ messages)
` [PATCH 1/2] xfs_repair: validate alignment of inherited rt extent hints
` [PATCH 2/2] mkfs: validate rt extent size hint when rtinherit is set

[PATCH V2 00/12] xfs: Extend per-inode extent counters
 2021-07-28 21:27 UTC  (40+ messages)
` [PATCH V2 01/12] xfs: Move extent count limits to xfs_format.h
` [PATCH V2 02/12] xfs: Rename MAXEXTNUM, MAXAEXTNUM to XFS_IFORK_EXTCNT_MAXS32, XFS_IFORK_EXTCNT_MAXS16
` [PATCH V2 03/12] xfs: Introduce xfs_iext_max() helper
` [PATCH V2 04/12] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V2 05/12] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V2 06/12] xfs: xfs_dfork_nextents: Return extent count via an out argument
` [PATCH V2 07/12] xfs: Rename inode's extent counter fields based on their width
` [PATCH V2 08/12] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V2 09/12] xfs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5
` [PATCH V2 11/12] xfs: Extend per-inode extent counter widths
` [PATCH V2 12/12] xfs: Error tag to test if v5 bulkstat skips inodes with large extent count

[PATCHSET 0/2] xfs_io: small fixes to fsmap command
 2021-07-28 21:16 UTC  (3+ messages)
` [PATCH 1/2] xfs_io: only print the header once when dumping fsmap in csv format
` [PATCH 2/2] xfs_io: don't count fsmaps before querying fsmaps

[PATCHSET 0/2] xfs_io: small fixes to funshare command
 2021-07-28 21:16 UTC  (3+ messages)
` [PATCH 1/2] xfs_io: fix broken funshare_cmd usage
` [PATCH 2/2] xfs_io: clean up the funshare command a bit

[PATCH] quota: allow users to truncate group and project quota files
 2021-07-28 21:15 UTC  (2+ messages)

[PATCHSET 0/4] fstests: random fixes
 2021-07-28 20:00 UTC  (7+ messages)
` [PATCH 1/4] xfs/106: fix golden output regression in quota off test
` [PATCH 2/4] check: don't leave the scratch filesystem mounted after _notrun
` [PATCH 3/4] generic/570: fix regression when SCRATCH_DEV is still formatted
` [PATCH 4/4] check: back off the OOM score adjustment to -500
` [PATCH 5/4] xfs/530: skip test if user MKFS_OPTIONS screw up formatting
` [PATCH 6/4] xfs/007: fix regressions on V4 filesystems

[PATCH v22 00/16] Delayed Attributes
 2021-07-28 19:52 UTC  (40+ messages)
` [PATCH v22 01/16] xfs: allow setting and clearing of log incompat feature flags
` [PATCH v22 02/16] xfs: clear log incompat feature bits when the log is idle
` [PATCH v22 03/16] xfs: refactor xfs_iget calls from log intent recovery
` [PATCH v22 04/16] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v22 05/16] xfs: Add state machine tracepoints
` [PATCH v22 06/16] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v22 07/16] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v22 08/16] xfs: Set up infrastructure for deferred attribute operations
` [PATCH v22 09/16] xfs: Implement attr logging and replay
` [PATCH v22 10/16] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v22 11/16] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v22 12/16] xfs: Remove unused xfs_attr_*_args
` [PATCH v22 13/16] xfs: Add delayed attributes error tag
` [PATCH v22 14/16] xfs: Add delattr mount option
` [PATCH v22 15/16] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 16/16] xfs: Add helper function xfs_attr_leaf_addname

[PATCH v22 00/27] Delayed Attributes
 2021-07-28 19:41 UTC  (29+ messages)
` [PATCH v22 01/27] xfsprogs: Reverse apply 72b97ea40d
` [PATCH v22 02/27] xfsprogs: Add xfs_attr_node_remove_name
` [PATCH v22 03/27] xfsprogs: Refactor xfs_attr_set_shortform
` [PATCH v22 04/27] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incomplete
` [PATCH v22 05/27] xfsprogs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v22 06/27] xfsprogs: Hoist xfs_attr_node_addname
` [PATCH v22 07/27] xfsprogs: Hoist xfs_attr_leaf_addname
` [PATCH v22 08/27] xfsprogs: Hoist node transaction handling
` [PATCH v22 09/27] xfsprogs: Add delay ready attr remove routines
` [PATCH v22 10/27] xfsprogs: Add delay ready attr set routines
` [PATCH v22 11/27] xfsprogs: Remove xfs_attr_rmtval_set
` [PATCH v22 12/27] xfsprogs: Clean up xfs_attr_node_addname_clear_incomplete
` [PATCH v22 13/27] xfsprogs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH v22 14/27] xfsprogs: Make attr name schemes consistent
` [PATCH v22 15/27] xfs: allow setting and clearing of log incompat feature flags
` [PATCH v22 16/27] xfsprogs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v22 17/27] xfsprogs: Add state machine tracepoints
` [PATCH v22 18/27] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v22 19/27] xfsprogs: Set up infrastructure for deferred attribute operations
` [PATCH v22 20/27] xfsprogs: Implement attr logging and replay
` [PATCH v22 21/27] RFC xfsprogs: Skip flip flags for delayed attrs
` [PATCH v22 22/27] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v22 23/27] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v22 24/27] xfsprogs: Add delayed attributes error tag
` [PATCH v22 25/27] xfsprogs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 26/27] xfsprogs: Add helper function xfs_attr_leaf_addname
` [PATCH v22 27/27] xfsprogs: Add log item printing for ATTRI and ATTRD

[PATCH V2 00/12] xfsprogs: Extend per-inode extent counters
 2021-07-28 19:11 UTC  (13+ messages)
` [PATCH V2 04/12] xfsprogs: Use xfs_extnum_t instead of basic data types
` [PATCH V2 05/12] xfsprogs: Introduce xfs_dfork_nextents() helper
` [PATCH V2 08/12] xfsprogs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V2 09/12] xfsprogs: Rename XFS_IOC_BULKSTAT to XFS_IOC_BULKSTAT_V5
` [PATCH V2 10/12] xfsprogs: Enable bulkstat ioctl to support 64-bit extent counters
` [PATCH V2 11/12] xfsprogs: Extend per-inode extent counter widths
` [PATCH V2 12/12] xfsprogs: Add extcnt64bit mkfs option

[PATCHSET 0/1] fstests: tag recovery loop tests
 2021-07-28 16:45 UTC  (5+ messages)
` [PATCH 1/1] misc: tag all tests that examine crash recovery in a loop

[PATCH] xfs: prevent spoofing of rtbitmap blocks when recovering buffers
 2021-07-28  8:24 UTC  (3+ messages)

[PATCH 1/3] xfs/530: Do not pass block size argument to _scratch_mkfs
 2021-07-28  2:35 UTC  (7+ messages)
` [PATCH 3/3] xfs/530: Bail out if either of reflink or rmapbt is enabled

[PATCHSET 0/3] fstests: exercise code refactored in 5.14
 2021-07-28  0:10 UTC  (4+ messages)
` [PATCH 1/3] generic: test xattr operations only
` [PATCH 2/3] generic: test shutdowns of a nested filesystem
` [PATCH 3/3] xfs: test regression in shrink when the new EOFS splits a sparse inode cluster

[PATCHSET 0/3] fstests: regression tests for 5.13/5.14 rt fixes
 2021-07-28  0:10 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

[PATCH 0/11 v3] xfs: fix log cache flush regressions and bugs
 2021-07-27 23:44 UTC  (17+ messages)
` [PATCH 01/11] xfs: flush data dev on external log write
` [PATCH 02/11] xfs: external logs need to flush data device
` [PATCH 03/11] xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
` [PATCH 04/11] xfs: fix ordering violation between cache flushes and tail updates
` [PATCH 05/11] xfs: factor out forced iclog flushes
` [PATCH 06/11] xfs: log forces imply data device cache flushes
` [PATCH 07/11] xfs: avoid unnecessary waits in xfs_log_force_lsn()
` [PATCH 08/11] xfs: logging the on disk inode LSN can make it go backwards
` [PATCH 09/11] xfs: Enforce attr3 buffer recovery order
` [PATCH 10/11] xfs: need to see iclog flags in tracing
` [PATCH 11/11] xfs: limit iclog tail updates
  ` [PATCH 11/11 v2] "

[PATCH] xfs_repair: invalidate dirhash entry when junking dirent
 2021-07-27 22:17 UTC  (2+ messages)

[RFC PATCH] xfs: prevent spoofing of rtbitmap blocks when recovering buffers
 2021-07-27 21:46 UTC  (2+ messages)

RFC: switch iomap to an iterator model
 2021-07-27 14:32 UTC  (11+ messages)
` [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter
` [PATCH 17/27] iomap: switch iomap_seek_hole "

[PATCH 0/10 v2] xfs: fix log cache flush regressions and bugs
 2021-07-26 22:34 UTC  (18+ messages)
` [PATCH 03/10] xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
` [PATCH 04/10] xfs: fix ordering violation between cache flushes and tail updates
` [PATCH 05/10] xfs: factor out forced iclog flushes
` [PATCH 06/10] xfs: log forces imply data device cache flushes
` [PATCH 09/10] xfs: Enforce attr3 buffer recovery order
` [PATCH 10/10] xfs: need to see iclog flags in tracing

[PATCH] xfs: drop experimental warnings for bigtime and inobtcount
 2021-07-26 20:40 UTC  (2+ messages)

[PATCHSET 0/2] fstests: exercise code refactored in 5.14
 2021-07-26 17:01 UTC  (4+ messages)
` [PATCH 1/2] generic: test xattr operations only


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