Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-10 09:07:08 to 2021-06-17 08:13:00 UTC [more...]

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-17  8:12 UTC  (15+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver

[PATCHSET 0/2] xfs: minor fixes to log recovery problems
 2021-06-17  8:12 UTC  (4+ messages)
` [PATCH 1/2] xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes
` [PATCH 2/2] xfs: force the log offline when log intent item recovery fails

[PATCHSET 0/2] xfs: various small fixes
 2021-06-17  8:11 UTC  (5+ messages)
` [PATCH 1/2] xfs: fix type mismatches in the inode reclaim functions
` [PATCH 2/2] xfs: print name of function causing fs shutdown instead of hex pointer

[PATCHSET v2 00/13] fstests: move test group lists into test files
 2021-06-17  7:56 UTC  (33+ 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

[PATCH 0/14 v8] fs: Hole punch vs page cache filling races
 2021-06-17  7:53 UTC  (26+ 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: "

[PATCH 1/2] xfs: Introduce XFS_EXTENT_BUSY_IN_TRANS busy extent flag
 2021-06-17  4:48 UTC  (11+ messages)
` [PATCH 2/2] xfs: Prevent deadlock when allocating blocks for AGFL

[BUG] generic/475 recovery failure(s)
 2021-06-17  1:28 UTC  (11+ messages)

New Defects reported by Coverity Scan for linux-next weekly scan
 2021-06-17  0:22 UTC 

xfs: fix CIL push hang in for-next tree
 2021-06-16 22:20 UTC  (13+ messages)
` [PATCH 1/2] xfs: add iclog state trace events
` [PATCH 2/2] xfs: don't wait on future iclogs when pushing the CIL

log write cleanups
 2021-06-16 16:32 UTC  (9+ messages)
` [PATCH 1/8] xfs: change the type of ic_datap
` [PATCH 2/8] xfs: list entry elements don't need to be initialized
` [PATCH 3/8] xfs: factor out a helper to write a log_iovec into the iclog
` [PATCH 4/8] xfs: remove xlog_write_adv_cnt and simplify xlog_write_partial
` [PATCH 5/8] xfs: remove xlog_verify_dest_ptr
` [PATCH 6/8] xfs: simplify the xlog_write_partial calling conventions
` [PATCH 7/8] xfs: factor out a xlog_write_full_log_vec helper
` [PATCH 8/8] xfs: simplify the list iteration in xlog_write

[PATCHSET v7 00/16] xfs: deferred inode inactivation
 2021-06-16  8:26 UTC  (31+ 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

copy / move reflink files to new filesystem / or whole fs
 2021-06-15 15:23 UTC  (2+ messages)

[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-06-15  7:21 UTC  (2+ messages)
` [PATCH v6.1 "

[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 v1 00/13] fstests: move test group lists into test files
 2021-06-14 20:49 UTC  (47+ 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

[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  (5+ 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  (2+ 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  (6+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 12/14] fuse: Convert to using invalidate_lock


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