Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 05:28:06 to 2021-06-15 04:39:22 UTC [more...]

[BUG] generic/475 recovery failure(s)
 2021-06-15  4:39 UTC  (6+ messages)

[djwong-xfs:vectorized-scrub 161/315] fs/xfs/libxfs/xfs_dir2.c: xfs_shared.h is included more than once
 2021-06-15  1:14 UTC  (2+ messages)
` [RFC PATCH djwong-xfs] xfs: fix duplicated inclusion

[GIT PULL v2] fstests: move test group lists into test files
 2021-06-14 21:07 UTC 

[PATCHSET v2 00/13] fstests: move test group lists into test files
 2021-06-14 21:00 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: move test group info "
` [PATCH 06/13] fstests: clean up open-coded golden output
` [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

[PATCHSET v1 00/13] fstests: move test group lists into test files
 2021-06-14 20:49 UTC  (51+ 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: move test group info "
` [PATCH 06/13] fstests: clean up open-coded golden output
` [PATCH 07/13] fstests: automatically generate group files
  ` [PATCH v1.1 "
` [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

[PATCHSET v7 00/16] xfs: deferred inode inactivation
 2021-06-14 19:27 UTC  (24+ messages)
` [PATCH 01/16] xfs: refactor the inode recycling code
` [PATCH 02/16] xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
` [PATCH 03/16] xfs: detach dquots from inode if we don't need to inactivate it
` [PATCH 04/16] xfs: clean up xfs_inactive a little bit
` [PATCH 05/16] xfs: separate primary inode selection criteria in xfs_iget_cache_hit
` [PATCH 06/16] xfs: defer inode inactivation to a workqueue
` [PATCH 07/16] xfs: drop dead dquots before scheduling inode for inactivation
` [PATCH 08/16] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 09/16] xfs: reduce inactivation delay when things are tight
` [PATCH 10/16] xfs: inactivate inodes any time we try to free speculative preallocations
` [PATCH 11/16] xfs: flush inode inactivation work when compiling usage statistics
` [PATCH 12/16] xfs: parallelize inode inactivation
` [PATCH 13/16] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 14/16] xfs: scale speculative preallocation gc delay based on free space
` [PATCH 15/16] xfs: use background worker pool when transactions can't get "
` [PATCH 16/16] xfs: avoid buffer deadlocks when walking fs inodes

[PATCH] xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()
 2021-06-14  8:18 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e0d2d97b5477
 2021-06-13  0:39 UTC 

[GIT PULL] xfs: Delay Ready Attributes
 2021-06-13  0:36 UTC  (6+ messages)

A Potential Bug in fs/xfs/libxfs/xfs_bmap.c
 2021-06-12 20:19 UTC 

[PATCH] xfs: remove redundant initialization of variable error
 2021-06-12  0:53 UTC  (4+ messages)

[PATCH -next] xfs: Fix -Wunused-variable warning
 2021-06-11 12:10 UTC  (2+ messages)

[bug report] xfs: use perag for ialloc btree cursors
 2021-06-11  0:57 UTC  (4+ messages)
` [PATCH] xfs: perag may be null in xfs_imap()

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-10 12:42 UTC  (28+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[GIT PULL v2] xfs: CIL and log scalability improvements
 2021-06-09 20:46 UTC  (2+ messages)

[GIT PULL v2] xfs: buffer cache bulk page allocation
 2021-06-09 20:46 UTC  (2+ messages)

[GIT PULL] xfs: initial agnumber -> perag conversions for shrink
 2021-06-09 20:46 UTC  (2+ messages)

[PATCHSET v3 0/3] xfs: preserve inode health reports for longer
 2021-06-09  8:55 UTC  (9+ messages)
` [PATCH 1/3] xfs: only reset incore inode health state flags when reclaiming an inode
` [PATCH 2/3] xfs: drop IDONTCACHE on inodes when we mark them sick
` [PATCH 3/3] xfs: selectively keep sick inodes in memory

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-06-09  2:45 UTC  (4+ messages)

[PATCH v6 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-06-09  2:28 UTC  (4+ messages)
` [PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path

[PATCHSET v6 0/9] xfs: deferred inode inactivation
 2021-06-09  1:28 UTC  (24+ messages)
` [PATCH 1/9] xfs: refactor the inode recycling code
` [PATCH 2/9] xfs: deferred inode inactivation
` [PATCH 3/9] xfs: expose sysfs knob to control inode inactivation delay
` [PATCH 4/9] xfs: force inode inactivation and retry fs writes when there isn't space
` [PATCH 5/9] xfs: force inode garbage collection before fallocate when space is low
` [PATCH 6/9] xfs: parallelize inode inactivation
` [PATCH 7/9] xfs: create a polled function to force "
` [PATCH 8/9] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 9/9] xfs: avoid buffer deadlocks when walking fs inodes

[ANNOUNCE] xfs-linux: for-next **REBASED** to 7e4311b04be4
 2021-06-09  1:00 UTC 

[PATCH RFC] x86: remove toolchain check for X32 ABI capability
 2021-06-08 17:26 UTC  (5+ messages)

[PATCH] xfs: drop the AGI being passed to xfs_check_agi_freecount
 2021-06-08 16:05 UTC  (3+ messages)

[GIT PULL] xfs: CIL and log scalability improvements
 2021-06-08  4:14 UTC  (8+ messages)
        ` [PATCH 1/2] xfs: introduce CPU hotplug infrastructure

[PATCHSET RFC 00/10] fstests: move test group lists into test files
 2021-06-07 17:06 UTC  (4+ messages)

[PATCH v20 10/14] xfs: Add delay ready attr set routines
 2021-06-07 16:20 UTC  (7+ messages)
` [PATCH v20 13/14] xfs: Fix default ASSERT in xfs_attr_set_iter
` [PATCH v20 14/14] xfs: Make attr name schemes consistent

[PATCHSET v2 0/2] xfs: rename struct xfs_eofblocks
 2021-06-07 10:59 UTC  (3+ messages)
` [PATCH 1/2] xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_


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 read-only IMAP folder(s) and NNTP newsgroup(s).