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

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

[PATCHSET 0/2] xfs: various small fixes
 2021-06-18 16:05 UTC  (12+ 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-18 15:56 UTC  (36+ 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 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-18 14:58 UTC  (20+ 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 0/8 V2] xfs: log fixes for for-next
 2021-06-18 14:27 UTC  (39+ messages)
` [PATCH 1/8] xfs: add iclog state trace events
` [PATCH 2/8] xfs: don't wait on future iclogs when pushing the CIL
` [PATCH 3/8] xfs: move xlog_commit_record to xfs_log_cil.c
` [PATCH 4/8] xfs: pass a CIL context to xlog_write()
` [PATCH 5/8] xfs: factor out log write ordering from xlog_cil_push_work()
` [PATCH 6/8] xfs: separate out setting CIL context LSNs from xlog_write
` [PATCH 7/8] xfs: attached iclog callbacks in xlog_cil_set_ctx_write_state()
` [PATCH 8/8] xfs: order CIL checkpoint start records

log write cleanups
 2021-06-18 13:33 UTC  (25+ 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

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-17 23:52 UTC  (13+ messages)
` [PATCH v3 1/8] ext4/xfs: add page refcount helper
` [PATCH v3 2/8] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v3 3/8] kernel: resource: lookup_resource as exported symbol
` [PATCH v3 4/8] drm/amdkfd: add SPM support for SVM
` [PATCH v3 5/8] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v3 6/8] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v3 7/8] mm: add generic type support to migrate_vma helpers
` [PATCH v3 8/8] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

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

[bug report] xfs: Add delay ready attr remove routines
 2021-06-17 14:22 UTC 

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

[BUG] generic/475 recovery failure(s)
 2021-06-17 12:52 UTC  (12+ messages)

[PATCHSET 0/2] xfs: minor fixes to log recovery problems
 2021-06-17  8:14 UTC  (5+ 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

[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

[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

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

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 "


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