linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-24 06:37:25 to 2022-06-28 23:22:01 UTC [more...]

[PATCH v3 00/25] iomap/xfs folio patches
 2022-06-28 23:21 UTC  (15+ messages)
` [PATCH v3 25/25] xfs: Support large folios
          ` Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)

[PATCHSET v2 0/3] xfs_repair: various small fixes
 2022-06-28 23:21 UTC  (6+ messages)
` [PATCH 1/3] xfs_repair: always rewrite secondary supers when needsrepair is set
` [PATCH 2/3] xfs_repair: don't flag log_incompat inconsistencies as corruptions
` [PATCH 3/3] xfs_repair: Search for conflicts in inode_tree_ptrs[] when processing uncertain inodes

[PATCHSET 0/6] xfsprogs: random fixes
 2022-06-28 23:01 UTC  (13+ messages)
` [PATCH 1/6] xfs_copy: don't use cached buffer reads until after libxfs_mount
` [PATCH 2/6] xfs_repair: clear DIFLAG2_NREXT64 when filesystem doesn't support nrext64
` [PATCH 3/6] xfs_repair: detect and fix padding fields that changed with nrext64
` [PATCH 4/6] mkfs: preserve DIFLAG2_NREXT64 when setting other inode attributes
` [PATCH 5/6] mkfs: document the large extent count switch in the --help screen
` [PATCH 6/6] mkfs: always use new_diflags2 to initialize new inodes

[bug report] xfsdump fails to build against xfsprogs 5.18.0
 2022-06-28 22:59 UTC  (2+ messages)

[PATCH] xfs_restore: remove DMAPI support
 2022-06-28 22:58 UTC  (3+ messages)

[PATCHSET 0/8] xfsprogs: sync libxfs with 5.19
 2022-06-28 22:55 UTC  (10+ messages)
` [PATCH 1/8] misc: fix unsigned integer comparison complaints
` [PATCH 2/8] xfs_logprint: fix formatting specifiers
` [PATCH 3/8] xfs: fix TOCTOU race involving the new logged xattrs control knob
` [PATCH 4/8] libxfs: remove xfs_globals.larp
` [PATCH 5/8] xfs: fix variable state usage
` [PATCH 6/8] xfs: empty xattr leaf header blocks are not corruption
` [PATCH 7/8] xfs_repair: ignore empty xattr leaf blocks
` [PATCH 8/8] xfs: don't hold xattr leaf buffers across transaction rolls

syzkaller@googlegroups.com
 2022-06-28 22:44 UTC  (2+ messages)

[PATCH V2] xfs: make src file readable during reflink
 2022-06-28 22:21 UTC  (2+ messages)

[PATCHSET 0/1] xfs_db: improve output of the logres command
 2022-06-28 20:51 UTC  (2+ messages)
` [PATCH 1/1] xfs_db: identify the minlogsize transaction reservation

[PATCHSET 0/1] mkfs: stop allowing tiny filesystems
 2022-06-28 20:50 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHSET v3 0/3] xfs_repair: check rt bitmap and summary
 2022-06-28 20:50 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: check free rt extent count
` [PATCH 2/3] xfs_repair: check the rt bitmap against observations
` [PATCH 3/3] xfs_repair: check the rt summary "

[PATCHSET v3 0/2] xfs_repair: enable upgrading to nrext64
 2022-06-28 20:50 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: check filesystem geometry before allowing upgrades
` [PATCH 2/2] xfs_repair: Add support for upgrading to large extent counters

[PATCHSET 0/9] fstests: random fixes
 2022-06-28 20:22 UTC  (10+ messages)
` [PATCH 1/9] seek_sanity_test: fix allocation unit detection on XFS realtime
` [PATCH 2/9] xfs/070: filter new superblock verifier messages
` [PATCH 3/9] xfs: test mkfs.xfs sizing of internal logs that
` [PATCH 4/9] xfs: test xfs_copy doesn't do cached read before libxfs_mount
` [PATCH 5/9] check: document mkfs.xfs reliance on fstests exports
` [PATCH 6/9] xfs/109: handle larger minimum filesystem size
` [PATCH 7/9] xfs/018: fix LARP testing for small block sizes
` [PATCH 8/9] xfs/166: fix golden output failures when multipage folios enabled
` [PATCH 9/9] xfs/547: fix problems with realtime

[PATCH 00/14 v8] xfs: improve CIL scalability
 2022-06-28 20:01 UTC  (3+ messages)
` [PATCH 05/14] xfs: implement percpu cil space used calculation

[PATCH 5.15 v4 0/7] xfs stable patches for 5.15.y
 2022-06-28 18:39 UTC  (8+ messages)
` [PATCH 5.15 v4 1/7] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH 5.15 v4 2/7] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.15 v4 3/7] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.15 v4 4/7] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.15 v4 5/7] xfs: check sb_meta_uuid for dabuf buffer recovery
` [PATCH 5.15 v4 6/7] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.15 v4 7/7] xfs: only bother with sync_filesystem during readonly remount

[PATCH v1] xfs: correct nlink printf specifier from hd to PRIu32
 2022-06-28 14:48 UTC  (2+ messages)

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

[PATCH 0/6 v2] xfs: lockless buffer lookups
 2022-06-28  2:22 UTC  (8+ messages)
` [PATCH 1/6] xfs: rework xfs_buf_incore() API
` [PATCH 2/6] xfs: break up xfs_buf_find() into individual pieces
` [PATCH 3/6] xfs: merge xfs_buf_find() and xfs_buf_get_map()
` [PATCH 4/6] xfs: reduce the number of atomic when locking a buffer after lookup
` [PATCH 5/6] xfs: remove a superflous hash lookup when inserting new buffers
` [PATCH 6/6] xfs: lockless buffer lookup

[PATCHSET v2 0/3] xfs: random fixes for 5.19-rc5
 2022-06-28  0:27 UTC  (5+ messages)
` [PATCH 1/3] xfs: empty xattr leaf header blocks are not corruption
` [PATCH 2/3] xfs: don't hold xattr leaf buffers across transaction rolls
` [PATCH 3/3] xfs: dont treat rt extents beyond EOF as eofblocks to be cleared

[PATCHSET 0/3] xfs: random fixes for 5.19-rc5
 2022-06-27 22:27 UTC  (14+ messages)
` [PATCH 1/3] xfs: empty xattr leaf header blocks are not corruption
` [PATCH 2/3] xfs: don't hold xattr leaf buffers across transaction rolls
` [PATCH 3/3] xfs: dont treat rt extents beyond EOF as eofblocks to be cleared

[PATCH 5.10 CANDIDATE v2 0/7] xfs stable candidate patches for 5.10.y (from v5.13)
 2022-06-27  7:33 UTC  (8+ messages)
` [PATCH 5.10 CANDIDATE v2 1/7] xfs: use current->journal_info for detecting transaction recursion
` [PATCH 5.10 CANDIDATE v2 2/7] xfs: rename variable mp to parsing_mp
` [PATCH 5.10 CANDIDATE v2 3/7] xfs: Skip repetitive warnings about mount options
` [PATCH 5.10 CANDIDATE v2 4/7] xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
` [PATCH 5.10 CANDIDATE v2 5/7] xfs: fix xfs_trans slab cache name
` [PATCH 5.10 CANDIDATE v2 6/7] xfs: update superblock counters correctly for !lazysbcount
` [PATCH 5.10 CANDIDATE v2 7/7] xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range

[PATCH 5.10 v4 0/5] xfs stable patches for 5.10.y (backports from v5.15.y)
 2022-06-27  6:51 UTC  (6+ messages)
` [PATCH 5.10 v4 1/5] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH 5.10 v4 2/5] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH 5.10 v4 3/5] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH 5.10 v4 4/5] xfs: remove all COW fork extents when remounting readonly
` [PATCH 5.10 v4 5/5] xfs: check sb_meta_uuid for dabuf buffer recovery

[PATCH v3 0/5] xfs stable patches for 5.10.y (backports from v5.15.y)
 2022-06-27  6:47 UTC  (6+ messages)
` [PATCH v3 1/5] xfs: use kmem_cache_free() for kmem_cache objects
` [PATCH v3 2/5] xfs: punch out data fork delalloc blocks on COW writeback failure
` [PATCH v3 3/5] xfs: Fix the free logic of state in xfs_attr_node_hasname
` [PATCH v3 4/5] xfs: remove all COW fork extents when remounting readonly
` [PATCH v3 5/5] xfs: check sb_meta_uuid for dabuf buffer recovery

[PATCH 0/9 v3] xfs: in-memory iunlink items
 2022-06-27  0:43 UTC  (10+ messages)
` [PATCH 1/9] xfs: factor the xfs_iunlink functions
` [PATCH 2/9] xfs: track the iunlink list pointer in the xfs_inode
` [PATCH 3/9] xfs: refactor xlog_recover_process_iunlinks()
` [PATCH 4/9] xfs: introduce xfs_iunlink_lookup
` [PATCH 5/9] xfs: double link the unlinked inode list
` [PATCH 6/9] xfs: clean up xfs_iunlink_update_inode()
` [PATCH 7/9] xfs: combine iunlink inode update functions
` [PATCH 8/9] xfs: add log item precommit operation
` [PATCH 9/9] xfs: add in-memory iunlink log item

[PATCH 00/14] xfs: perag conversions for 5.20
 2022-06-27  0:18 UTC  (15+ messages)
` [PATCH 01/14] xfs: make last AG grow/shrink perag centric
` [PATCH 02/14] xfs: kill xfs_ialloc_pagi_init()
` [PATCH 03/14] xfs: pass perag to xfs_ialloc_read_agi()
` [PATCH 04/14] xfs: kill xfs_alloc_pagf_init()
` [PATCH 05/14] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 06/14] xfs: pass perag to xfs_read_agi
` [PATCH 07/14] xfs: pass perag to xfs_read_agf
` [PATCH 08/14] xfs: pass perag to xfs_alloc_get_freelist
` [PATCH 09/14] xfs: pass perag to xfs_alloc_put_freelist
` [PATCH 10/14] xfs: pass perag to xfs_alloc_read_agfl
` [PATCH 11/14] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/14] xfs: Pre-calculate per-AG agino geometry
` [PATCH 13/14] xfs: replace xfs_ag_block_count() with perag accesses
` [PATCH 14/14] xfs: make is_log_ag() a first class helper

[PATCH] xfs_repair: ignore empty xattr leaf blocks
 2022-06-26 22:05 UTC 

[ANNOUNCE] xfs-linux: for-next updated to f94e08b602d4
 2022-06-26 21:58 UTC 

[Bug 216151] New: kernel panic after BUG: KASAN: use-after-free in _copy_to_iter+0x830/0x1030
 2022-06-26 21:04 UTC  (2+ messages)
` [Bug 216151] "

[Bug report] fstests g/465 panic on NFS over XFS (linux v5.19-rc2+)
 2022-06-26 20:59 UTC  (5+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-26 10:20 UTC  (10+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices

[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
 2022-06-25 21:50 UTC  (12+ messages)
          ` sharing fstests results (Was: [PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1))

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-25 12:48 UTC  (9+ messages)
  ` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` (subset) [RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes

[PATCH 50/51] fs/xfs: Use the enum req_op and blk_opf_t types
 2022-06-25  3:23 UTC 

[PATCH 0/2 V2] xfs: xfs: non-blocking inodegc pushes
 2022-06-25  1:03 UTC  (11+ messages)
` [PATCH 1/2] xfs: bound maximum wait time for inodegc work

kernel BUG at fs/xfs/xfs_message.c:102!
 2022-06-24 18:30 UTC 

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-24 16:13 UTC  (18+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[5.10 CANDIDATE v2 0/5] xfs stable candidate patches for 5.10.y (v5.15+)
 2022-06-24  6:37 UTC  (2+ messages)
` [5.10 CANDIDATE v2 5/5] xfs: check sb_meta_uuid for dabuf buffer recovery


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