linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-28 21:16:09 to 2021-08-05 07:00:59 UTC [more...]

[PATCHSET 0/5] xfs: other stuff for 5.15
 2021-08-05  7:00 UTC  (2+ messages)
` [PATCH 1/5] xfs: fix silly whitespace problems with kernel libxfs

[PATCHSET v9 00/14] xfs: deferred inode inactivation
 2021-08-05  7:00 UTC  (27+ messages)
` [PATCH 01/14] xfs: introduce CPU hotplug infrastructure
` [PATCH 02/14] xfs: introduce all-mounts list for cpu hotplug notifications
` [PATCH 03/14] xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
` [PATCH 04/14] xfs: detach dquots from inode if we don't need to inactivate it
` [PATCH 05/14] xfs: per-cpu deferred inode inactivation queues
` [PATCH 06/14] xfs: queue inactivation immediately when free space is tight
` [PATCH 07/14] xfs: queue inactivation immediately when quota is nearing enforcement
` [PATCH 08/14] xfs: queue inactivation immediately when free realtime extents are tight
` [PATCH 09/14] xfs: inactivate inodes any time we try to free speculative preallocations
` [PATCH 10/14] xfs: flush inode inactivation work when compiling usage statistics
` [PATCH 11/14] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 12/14] xfs: use background worker pool when transactions can't get free space
` [PATCH 13/14] xfs: avoid buffer deadlocks when walking fs inodes
` [PATCH 14/14] xfs: throttle inode inactivation queuing on memory reclaim

[PATCHSET v8 00/20] xfs: deferred inode inactivation
 2021-08-04 21:48 UTC  (47+ messages)
` [PATCH 01/20] xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
` [PATCH 02/20] xfs: detach dquots from inode if we don't need to inactivate it
` [PATCH 03/20] xfs: defer inode inactivation to a workqueue
  ` [PATCH, alternative] xfs: per-cpu deferred inode inactivation queues
    ` [PATCH, alternative v2] "
      ` [PATCH] xfs: inodegc needs to stop before freeze
      ` [PATCH] xfs: don't run inodegc flushes when inodegc is not active
      ` [PATCH, pre-03/20 #1] xfs: introduce CPU hotplug infrastructure
      ` [PATCH, pre-03/20 #2] xfs: introduce all-mounts list for cpu hotplug notifications
      ` [PATCH, post-03/20 1/1] xfs: hook up inodegc to CPU dead notification
` [PATCH 04/20] xfs: throttle inode inactivation queuing on memory reclaim
` [PATCH 05/20] xfs: don't throttle memory reclaim trying to queue inactive inodes
` [PATCH 06/20] xfs: throttle inodegc queuing on backlog
` [PATCH 07/20] xfs: queue inodegc worker immediately when memory is tight
` [PATCH 08/20] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 09/20] xfs: reduce inactivation delay when free space is tight
` [PATCH 10/20] xfs: reduce inactivation delay when quota are tight
` [PATCH 11/20] xfs: reduce inactivation delay when realtime extents "
` [PATCH 12/20] xfs: inactivate inodes any time we try to free speculative preallocations
` [PATCH 13/20] xfs: flush inode inactivation work when compiling usage statistics
` [PATCH 14/20] xfs: parallelize inode inactivation
` [PATCH 15/20] xfs: reduce inactivation delay when AG free space are tight
` [PATCH 16/20] xfs: queue inodegc worker immediately on backlog
` [PATCH 17/20] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 18/20] xfs: scale speculative preallocation gc delay based on free space
` [PATCH 19/20] xfs: use background worker pool when transactions can't get "
` [PATCH 20/20] xfs: avoid buffer deadlocks when walking fs inodes

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-08-04  8:26 UTC  (3+ messages)

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-03 19:31 UTC  (2+ messages)
` [PATCH 2/2] iomap: Add another assertion to inline data handling

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to f1f264b4c134
 2021-08-03 17:00 UTC 

iomap 5.15 branch construction 
 2021-08-03 16:42 UTC  (9+ messages)

[PATCH 0/8] xfsprogs: Drop the 'platform_' prefix
 2021-08-03 16:15 UTC  (15+ messages)
` [PATCH 1/8] xfsprogs: Rename platform_defs.h.in -> defs.h.in
` [PATCH 2/8] xfsprogs: Rename platform.h -> common.h
` [PATCH 3/8] xfsprogs: remove platform_uuid_compare()
` [PATCH 4/8] xfsprogs: remove platform_{test_xfs_fd,path,fstatfs}
` [PATCH 5/8] xfsprogs: Rename platform_getoptreset -> getoptreset
` [PATCH 6/8] xfsprogs: remove all platform_ prefixes in linux.h
` [PATCH 7/8] xfsprogs: Remove platform_ prefixes in libfrog/common.h
` [PATCH 8/8] xfsprogs: remove platform_ from man xfsctl man page

Dirty bits and sync writes
 2021-08-03 15:28 UTC 

[GIT PULL] xfs: Delayed Attributes (1-7)
 2021-08-03  9:53 UTC 

[PATCH] iomap: Fix some typos and bad grammar
 2021-08-02 22:33 UTC  (4+ messages)

[PATCHSET 0/4] fstests: random fixes
 2021-08-02 22:15 UTC  (8+ messages)
` [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

[ANNOUNCE] xfsprogs 5.13.0-rc1 released
 2021-08-02 22:09 UTC 

[PATCH v22 00/16] Delayed Attributes
 2021-08-02  8:33 UTC  (47+ messages)
` [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 15/16] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 16/16] xfs: Add helper function xfs_attr_leaf_addname

[Bug 213941] New: [xfstests xfs/104] XFS: Assertion failed: agno < mp->m_sb.sb_agcount, file: fs/xfs/libxfs/xfs_types.c, line: 22
 2021-08-02  3:26 UTC 

[GIT PULL] xfs: bug fixes for 5.14-rc4
 2021-08-01 19:28 UTC  (2+ messages)

[PATCH 1/3] xfs/530: Do not pass block size argument to _scratch_mkfs
 2021-08-01 13:10 UTC  (9+ messages)
` [PATCH 3/3] xfs/530: Bail out if either of reflink or rmapbt is enabled

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

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-30 19:02 UTC  (8+ messages)

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30 10:01 UTC  (10+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH RESEND v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations
` [PATCH RESEND v6 9/9] fsdax: add exception for reflinked files

[PATCH v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30  9:25 UTC  (12+ messages)
` [PATCH v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH v6 2/9] dax: Introduce holder for dax_device
` [PATCH v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v6 6/9] xfs: Implement ->corrupted_range() for XFS
` [PATCH v6 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH v6 8/9] md: Implement dax_holder_operations
` [PATCH v6 9/9] fsdax: add exception for reflinked files

RFC: switch iomap to an iterator model
 2021-07-29 20:33 UTC  (2+ messages)

[PATCH v2] iomap: Support inline data with block size < page size
 2021-07-29 17:26 UTC  (4+ messages)

[PATCHSET 0/1] fstests: tag recovery loop tests
 2021-07-29 16:53 UTC  (6+ messages)
` [PATCH 1/1] misc: tag all tests that examine crash recovery in a loop
  ` [PATCH v2 "

[ANNOUNCE] xfs-linux: for-next updated to 81a448d7b066
 2021-07-29 16:43 UTC 

[PATCH 0/11 v3] xfs: fix log cache flush regressions and bugs
 2021-07-29 16:28 UTC  (4+ messages)
` [PATCH 11/11] xfs: limit iclog tail updates
  ` [PATCH 11/11 v2] "

[PATCH] quota: allow users to truncate group and project quota files
 2021-07-29 11:23 UTC  (4+ messages)

[PATCHSET 0/2] xfsprogs: random fixes
 2021-07-29 11:01 UTC  (5+ 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

[PATCH V2 00/12] xfsprogs: Extend per-inode extent counters
 2021-07-29  7:26 UTC  (4+ messages)
` [PATCH V2 11/12] xfsprogs: Extend per-inode extent counter widths

[PATCH V2 00/12] xfs: Extend per-inode extent counters
 2021-07-29  6:40 UTC  (3+ messages)

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

[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  (3+ messages)
` [PATCH 1/2] xfs_repair: validate alignment of inherited rt extent hints

[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


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