linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-25 22:45:54 to 2022-02-01 15:09:19 UTC [more...]

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-01 15:09 UTC  (6+ messages)
` [PATCH 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH 3/3] tools: add hmm gup test for long term pinned device pages

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-01  8:07 UTC  (9+ messages)
` [PATCH v11 1/5] fscrypt: add functions for direct I/O support
` [PATCH v11 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v11 3/5] ext4: "
` [PATCH v11 4/5] f2fs: "
` [PATCH v11 5/5] fscrypt: update documentation for direct I/O support

[PATCH 0/5 v2] xfs: fallocate() vs xfs_update_prealloc_flags()
 2022-01-31 23:41 UTC  (8+ messages)
` [PATCH 1/5] xfs: remove XFS_PREALLOC_SYNC
` [PATCH 2/5] xfs: fallocate() should call file_modified()
` [PATCH 3/5] xfs: set prealloc flag in xfs_alloc_file_space()
` [PATCH 4/5] xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c
` [PATCH 5/5] xfs: ensure log flush at the end of a synchronous fallocate call

[PATCH v5 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-31 23:37 UTC  (17+ messages)
` [PATCH v5 01/10] mm: add zone device coherent type memory support
` [PATCH v5 02/10] mm: add device coherent vma selection for memory migration
  ` [PATCH] "
` [PATCH v5 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v5 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v5 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v5 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 07/10] lib: test_hmm add module param for "
` [PATCH v5 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v5 09/10] tools: update hmm-test to support device coherent type
` [PATCH v5 10/10] tools: update test_hmm script to support SP config

[PATCHSET 00/45] xfsprogs: sync libxfs with 5.15
 2022-01-31 23:31 UTC  (39+ messages)
` [PATCH 02/45] xfs_{copy,db,logprint,repair}: pass xfs_mount pointers instead of xfs_sb pointers
` [PATCH 26/45] xfs: convert mount flags to features
` [PATCH 32/45] libxlog: replace xfs_sb_version checks with feature flag checks
` [PATCH 33/45] libxfs: "
` [PATCH 34/45] xfs_{copy,db,logprint,repair}: "
` [PATCH 38/45] libxfs: use opstate flags and functions for libxfs mount options
` [PATCH 39/45] libxfs: remove pointless *XFS_MOUNT* flags
  ` [PATCH v1.1 "
` [PATCH 40/45] libxfs: clean up remaining LIBXFS_MOUNT flags
` [PATCH 41/45] libxfs: always initialize internal buffer map
` [PATCH 42/45] libxfs: replace XFS_BUF_SET_ADDR with a function
` [PATCH 45/45] libxfs: rename buffer cache index variable b_bn

[PATCHSET 0/1] xfs: tighten GETBMAP input validation
 2022-01-31 22:04 UTC  (3+ messages)
` [PATCH 1/1] xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*

[ANNOUNCE] xfs-linux: vfs-for-next updated to 2d86293c7075
 2022-01-31 17:40 UTC 

[PATCHSET v2 0/3] xfs: fix permission drop and flushing in fallocate
 2022-01-31 17:37 UTC  (17+ messages)
` [PATCH 1/3] xfs: use vfs helper to update file attributes after fallocate
` [PATCH 2/3] xfs: flush log after fallocate for sync mounts and sync inodes
` [PATCH 3/3] xfs: ensure log flush at the end of a synchronous fallocate call
` [PATCH 0/5] xfs: fallocate() vs xfs_update_prealloc_flags()
  ` [PATCH 1/5] xfs: remove XFS_PREALLOC_SYNC
  ` [PATCH 2/5] xfs: fallocate() should call file_modified()
  ` [PATCH 3/5] xfs: set prealloc flag in xfs_alloc_file_space()
    ` [PATCH v1.1 "
  ` [PATCH 4/5] xfs: move xfs_update_prealloc_flags() to xfs_pnfs.c
  ` [PATCH 5/5] xfs: ensure log flush at the end of a synchronous fallocate call

[PATCH] xfs: require an rcu grace period before inode recycle
 2022-01-31 13:28 UTC  (20+ messages)

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-01-31 12:28 UTC  (3+ messages)
` [PATCH 18/17] xfs_scrub: fix reporting if we can't open raw block devices

[PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings
 2022-01-30  3:32 UTC 

[PATCHSET 0/3] xfs: fix permission drop and flushing in fallocate
 2022-01-29  7:43 UTC  (7+ messages)
` [PATCH 1/3] xfs: use vfs helper to update file attributes after fallocate
` [PATCH 2/3] xfs: flush log after fallocate for sync mounts and sync inodes
` [PATCH 3/3] xfs: ensure log flush at the end of a synchronous fallocate call

[PATCH v5 0/7] DAX poison recovery
 2022-01-28 21:31 UTC  (8+ messages)
` [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-28 17:09 UTC  (23+ messages)
` [PATCH v4 01/10] mm: add zone device coherent type memory support
` [PATCH v4 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v4 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v4 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v4 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 07/10] lib: test_hmm add module param for "
` [PATCH v4 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v4 09/10] tools: update hmm-test to support device coherent type
` [PATCH v4 10/10] tools: update test_hmm script to support SP config

[PATCH v26 00/12] xfs: Log Attribute Replay
 2022-01-27 22:54 UTC  (13+ messages)
` [PATCH v26 01/12] xfs: Fix double unlock in defer capture code
` [PATCH v26 02/12] xfs: don't commit the first deferred transaction without intents
` [PATCH v26 04/12] xfs: Set up infrastructure for log attribute replay
` [PATCH v26 05/12] xfs: Implement attr logging and replay

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-01-27 19:39 UTC  (14+ messages)
` [PATCH v10 1/9] dax: Introduce holder for dax_device
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 3/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

yet another approach to fix loop autoclear for xfstets xfs/049
 2022-01-27 16:50 UTC  (2+ messages)

[PATCHSET 0/4] vfs: actually return fs errors from ->sync_fs
 2022-01-27  9:11 UTC  (16+ messages)
` [PATCH 1/4] vfs: make freeze_super abort when sync_filesystem returns error
` [PATCH 2/4] vfs: make sync_filesystem return errors from ->sync_fs
` [PATCH 3/4] quota: make dquot_quota_sync "
` [PATCH 4/4] xfs: return errors in xfs_fs_sync_fs

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-27  3:22 UTC  (4+ messages)
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type

[PATCHSET 0/2] fstests: new stuff for kernel 5.17
 2022-01-27  2:52 UTC  (8+ messages)
` [PATCH 1/2] generic: test suid/sgid behavior with reflink and dedupe
  ` [PATCH v1.1 "
` [PATCH 2/2] fstests: skip tests that require XFS_IOC_ALLOCSP

[PATCH v3 0/7] DAX poison recovery
 2022-01-27  0:25 UTC  (5+ messages)

[PATCH v4 0/7] DAX poison recovery
 2022-01-26 21:11 UTC  (8+ messages)
` [PATCH v4 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v4 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v4 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v4 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v4 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v4 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v4 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[ANNOUNCE] xfs-linux: iomap-for-next updated to ebb7fb1557b1
 2022-01-26 17:26 UTC 

[PATCH] xfs, iomap: limit individual ioend chain lengths in writeback
 2022-01-26 17:20 UTC  (2+ messages)

[PATCH V5 12/16] xfs: Introduce per-inode 64-bit extent counters
 2022-01-26  8:50 UTC  (3+ messages)


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