Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-30 15:52:56 to 2022-06-05 22:29:44 UTC [more...]

[PATCH] xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes
 2022-06-05 22:29 UTC  (2+ messages)

[PATCH 1/2] xfs: fix TOCTOU race involving the new logged xattrs control knob
 2022-06-05 22:26 UTC  (3+ messages)
` [PATCH 2/2] xfs: fix variable state usage "

[Bug 216007] New: XFS hangs in iowait when extracting large number of files
 2022-06-05  7:51 UTC  (3+ messages)
` [Bug 216007] "

[Bug 216074] New: [xfstests generic/388] BUG: Bad page state in process fsstress pfn:220bb5
 2022-06-05  6:32 UTC 

[Bug 216073] [s390x] kernel BUG at mm/usercopy.c:101! usercopy: Kernel memory exposure attempt detected from vmalloc 'n o area' (offset 0, size 1)!
 2022-06-05  5:32 UTC  (2+ messages)

[PATCH 5.15 00/15] xfs stable candidate patches for 5.15.y
 2022-06-04  8:38 UTC  (2+ messages)

[PATCH RFC v2] xfs: Print XFS UUID on mount and umount events
 2022-06-04  0:34 UTC  (3+ messages)

[PATCH v2] xfs: corrupted xattr should not block removexattr
 2022-06-04  0:31 UTC  (2+ messages)

[ANNOUNCE] xfsprogs-5.18.0 released
 2022-06-03 19:31 UTC 

[PATCH 5.15 01/15] xfs: use kmem_cache_free() for kmem_cache objects
 2022-06-03 18:57 UTC  (15+ messages)
` [PATCH 5.15 02/15] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.15 03/15] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.15 04/15] xfs: remove xfs_inew_wait
` [PATCH 5.15 05/15] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.15 06/15] xfs: only run COW extent recovery when there are no live extents
` [PATCH 5.15 07/15] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.15 08/15] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.15 09/15] xfs: only bother with sync_filesystem during readonly remount
` [PATCH 5.15 10/15] xfs: don't generate selinux audit messages for capability testing
` [PATCH 5.15 11/15] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.15 12/15] xfs: async CIL flushes need pending pushes to be made stable
` [PATCH 5.15 13/15] xfs: don't include bnobt blocks when reserving free block pool
` [PATCH 5.15 14/15] xfs: run callbacks before waking waiters in xlog_state_shutdown_callbacks
` [PATCH 5.15 15/15] xfs: drop async cache flushes from CIL commits

[PATCH RFC] iomap: invalidate pages past eof in iomap_do_writepage()
 2022-06-03 16:09 UTC  (13+ messages)

[PATCH 5.10 v2 0/5] xfs fixes for 5.10.y (part 1)
 2022-06-03 14:32 UTC  (2+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-03 13:04 UTC  (25+ messages)
` [PATCH v7 01/15] mm: Move starting of background writeback into the main balancing loop
` [PATCH v7 02/15] mm: Move updates of dirty_exceeded into one place
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 09/15] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v7 11/15] fs: Optimization for concurrent file time updates
` [PATCH v7 12/15] io_uring: Add support for async buffered writes
` [PATCH v7 13/15] io_uring: Add tracepoint for short writes
  ` [PATCH v7 08/15] fs: add __remove_file_privs() with flags parameter
  ` [PATCH v7 10/15] fs: Add async write file modification handling
  ` [PATCH v7 14/15] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
  ` [PATCH v7 04/15] iomap: Add flags parameter to iomap_page_create()

[PATCH 5.10 CANDIDATE 0/8] xfs stable candidate patches for 5.10.y (part 2)
 2022-06-03  9:39 UTC  (18+ messages)
` [PATCH 5.10 CANDIDATE 1/8] xfs: fix up non-directory creation in SGID directories
` [PATCH 5.10 CANDIDATE 2/8] xfs: set inode size after creating symlink
` [PATCH 5.10 CANDIDATE 3/8] xfs: sync lazy sb accounting on quiesce of read-only mounts
` [PATCH 5.10 CANDIDATE 4/8] xfs: fix chown leaking delalloc quota blocks when fssetxattr fails
` [PATCH 5.10 CANDIDATE 5/8] xfs: fix incorrect root dquot corruption error when switching group/project quota types
` [PATCH 5.10 CANDIDATE 6/8] xfs: restore shutdown check in mapped write fault path
` [PATCH 5.10 CANDIDATE 7/8] xfs: consider shutdown in bmapbt cursor delete assert
` [PATCH 5.10 CANDIDATE 8/8] xfs: force log and push AIL to clear pinned inodes when aborting mount

[PATCH] xfs: corrupted xattr should not block removexattr
 2022-06-03  8:03 UTC  (5+ messages)

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  5:37 UTC  (15+ messages)
` [PATCH v2 01/14] dax: Introduce holder for dax_device
` [PATCH v2 02/14] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v2 03/14] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v2 04/14] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v2 06/14] xfs: Implement ->notify_failure() for XFS
` [PATCH v2 07/14] fsdax: set a CoW flag when associate reflink mappings
` [PATCH v2 08/14] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v2 09/14] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v2 10/14] fsdax: Replace mmap entry in case of CoW
` [PATCH v2 11/14] fsdax: Add dax_iomap_cow_copy() for dax zero
` [PATCH v2 12/14] fsdax: Dedup file range to use a compare function
` [PATCH v2 13/14] xfs: support CoW in fsdax mode
` [PATCH v2 14/14] xfs: Add dax dedupe support

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-06-03  1:36 UTC  (16+ messages)

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-06-02 21:44 UTC  (2+ messages)

[xfs] 5349b2afc1: xfstests.xfs.299.fail
 2022-06-02 21:40 UTC  (2+ messages)

[PATCH] xfs: Fix build error for implicit function declaration
 2022-06-02  6:39 UTC 

[PATH 5.10 0/4] xfs stable candidate patches for 5.10.y (part 1)
 2022-06-02  5:34 UTC  (12+ messages)

[PATCH] xfsprogs: more autoconf modernisation
 2022-06-02  5:26 UTC  (2+ messages)

[PATCH v2] generic/623: fix test for runing on overlayfs
 2022-06-02  4:19 UTC  (3+ messages)

[GIT PULL] xfs: changes for 5.19-rc1 [2nd set]
 2022-06-02  1:15 UTC  (3+ messages)

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-06-01 17:56 UTC  (38+ messages)
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v6 09/16] fs: Add async write file modification handling
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
` [PATCH v6 16/16] xfs: Enable "

[Bug 215731] New: Serial port continuously outputs “XFS (dm-0): Metadata corruption detected”
 2022-06-01 17:42 UTC  (2+ messages)
` [Bug 215731] "

[PATCH] generic/623: fix test for runing on overlayfs
 2022-06-01  6:57 UTC  (8+ messages)

[PATCH v2 00/18] xfsprogs: Port larp, enable injects and log print for attri/d
 2022-06-01  1:39 UTC  (4+ messages)
` [PATCH v2 18/18] xfs_logprint: Add log item printing for ATTRI and ATTRD

xfsprogs: 5.19 libxfs kernel sync (updated)
 2022-06-01  1:06 UTC 

[PATCH] f2fs: add sysfs entry to avoid FUA
 2022-05-31 20:15 UTC  (4+ messages)

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-31 20:00 UTC  (14+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v5 03/13] mm: add device coherent vma selection for memory migration
` [PATCH v5 04/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v5 05/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v5 06/13] drm/amdkfd: add SPM support for SVM
` [PATCH v5 07/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 08/13] lib: test_hmm add module param for "
` [PATCH v5 09/13] lib: add support for device coherent type in test_hmm
` [PATCH v5 10/13] tools: update hmm-test to support device coherent type
` [PATCH v5 11/13] tools: update test_hmm script to support SP config
` [PATCH v5 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v5 13/13] tools: add selftests to hmm for COW in device memory

[PATCH v4 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-31 19:19 UTC  (16+ messages)
` [PATCH v4 01/13] mm: add zone device coherent type memory support
` [PATCH v4 02/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v4 03/13] mm: add device coherent vma selection for memory migration
` [PATCH v4 04/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v4 05/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v4 06/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 07/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 08/13] lib: test_hmm add module param for "
` [PATCH v4 09/13] lib: add support for device coherent type in test_hmm
` [PATCH v4 10/13] tools: update hmm-test to support device coherent type
` [PATCH v4 11/13] tools: update test_hmm script to support SP config
` [PATCH v4 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v4 13/13] tools: add selftests to hmm for COW in device memory

[PATCH] xfs: don't reuse busy extents on extent trim
 2022-05-31 15:55 UTC  (9+ messages)

Potential regression on kernel 5.19-rc0: kernel BUG at mm/page_table_check.c:51!
 2022-05-31  0:43 UTC  (4+ messages)

[Bug 216047] New: [generic/623 DAX with XFS] kernel BUG at mm/page_table_check.c:51!
 2022-05-30 18:28 UTC  (3+ messages)
` [Bug 216047] [generic/623 DAX] "


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