public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-03 23:13:47 to 2022-05-08 14:36:40 UTC [more...]

[PATCHSETS] v14 fsdax-rmap + v11 fsdax-reflink
 2022-05-08 14:36 UTC  (5+ messages)
` [PATCH v14 01/07] dax: Introduce holder for dax_device
` [PATCH v14 02/07] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v14 03/07] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v14 06/07] xfs: Implement ->notify_failure() for XFS

[PATCH 0/4] xfs: fix random format verification issues
 2022-05-07 11:09 UTC  (11+ messages)
` [PATCH 1/4] xfs: detect self referencing btree sibling pointers
  ` [xfs] 32678f1513: aim7.jobs-per-min -5.6% regression
      ` [LKP] "
` [PATCH 4/4] xfs: validate v5 feature fields

(no subject)
 2022-05-07  6:01 UTC  (24+ messages)
` [PATCH 01/17] xfs: avoid empty xattr transaction when attrs are inline
` [PATCH 02/17] xfs: initialise attrd item to zero
` [PATCH 03/17] xfs: make xattri_leaf_bp more useful
` [PATCH 04/17] xfs: rework deferred attribute operation setup
` [PATCH 05/17] xfs: separate out initial attr_set states
` [PATCH 06/17] xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
` [PATCH 07/17] xfs: consolidate leaf/node states in xfs_attr_set_iter
` [PATCH 08/17] xfs: split remote attr setting out from replace path
` [PATCH 09/17] xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
` [PATCH 10/17] xfs: remote xattr removal in xfs_attr_set_iter() is conditional
` [PATCH 11/17] xfs: clean up final attr removal in xfs_attr_set_iter
` [PATCH 12/17] xfs: xfs_attr_set_iter() does not need to return EAGAIN
` [PATCH 13/17] xfs: introduce attr remove initial states into xfs_attr_set_iter
` [PATCH 14/17] xfs: switch attr remove to xfs_attri_set_iter
` [PATCH 15/17] xfs: remove xfs_attri_remove_iter
` [PATCH 16/17] xfs: use XFS_DA_OP flags in deferred attr ops
` [PATCH 17/17] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
` [PATCH 00/17 V3] XFS: LARP state machine and recovery rework

[PATCH v7 0/1] xfstests: add log attribute replay test
 2022-05-07  5:34 UTC  (14+ messages)
` [PATCH v7 1/1] xfstests: Add Log Attribute Replay test
  ` [PATCH] xfs/larp: Make test failures debuggable

reduce memory allocation in the btrfs direct I/O path
 2022-05-07  5:26 UTC  (22+ messages)
` [PATCH 1/5] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 2/5] iomap: add per-iomap_iter private data
` [PATCH 3/5] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 4/5] btrfs: allocate dio_data on stack
` [PATCH 5/5] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[PATCH] xfs/533: Delete test since directory's extent count can never overflow
 2022-05-06 20:42 UTC  (3+ messages)

[ANNOUNCE] xfsprogs-5.18.0-rc0 released
 2022-05-06 20:30 UTC 

reduce memory allocation in the btrfs direct I/O path v2
 2022-05-06 17:18 UTC  (10+ messages)
` [PATCH 1/7] btrfs: add a btrfs_dio_rw wrapper
` [PATCH 2/7] iomap: allow the file system to provide a bio_set for direct I/O
` [PATCH 3/7] iomap: add per-iomap_iter private data
` [PATCH 4/7] btrfs: allocate dio_data on stack
` [PATCH 5/7] btrfs: remove the disk_bytenr in struct btrfs_dio_private
` [PATCH 6/7] btrfs: move struct btrfs_dio_private to inode.c
` [PATCH 7/7] btrfs: allocate the btrfs_dio_private as part of the iomap dio bio

[PATCH] generic: soft quota limits testing within grace time
 2022-05-06 17:12 UTC  (7+ messages)

generic/068 crash on 5.18-rc2?
 2022-05-06 17:03 UTC  (14+ messages)

[PATCH] xfs: remove unreachable code
 2022-05-06 16:04 UTC  (2+ messages)

xfsprogs_5.16.0-1_source.changes ACCEPTED into unstable
 2022-05-06 10:34 UTC 

Processing of xfsprogs_5.16.0-1_source.changes
 2022-05-06 10:24 UTC 

Processing of xfsprogs_5.16.0-1_source.changes
 2022-05-06 10:19 UTC 

[PATCHSET 0/2] xfs_db: tweaks to btheight command
 2022-05-06  9:59 UTC  (5+ messages)
` [PATCH 1/2] xfs_db: support computing btheight for all cursor types
` [PATCH 2/2] xfs_db: report absolute maxlevels for each btree type

[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
 2022-05-06  9:29 UTC  (7+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support

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

[PATCH v2 0/3] xfs: remove quota warnings
 2022-05-05 20:48 UTC  (9+ messages)
` [PATCH v2 1/3] xfs: remove quota warning limit from struct xfs_quota_limits
` [PATCH v2 2/3] xfs: remove warning counters from struct xfs_dquot_res
` [PATCH v2 3/3] xfs: don't set warns on dquots

[PATCHSET 0/2] xfs_db/xfs_repair: warn about bad btree heights
 2022-05-05 20:13 UTC  (5+ messages)
` [PATCH 1/2] xfs_db: warn about suspicious finobt trees when metadumping
` [PATCH 2/2] xfs_repair: warn about suspicious btree levels in AG headers

[PATCHSET 0/2] xfsprogs: random fixes
 2022-05-05 19:34 UTC  (5+ messages)
` [PATCH 1/2] xfs_scrub: move to mallinfo2 when available
` [PATCH 2/2] xfs_db: fix a complaint about a printf buffer overrun

[PATCHSET 0/4] xfs_scrub: improve balancing of threads for inode scan
 2022-05-05 16:08 UTC  (5+ messages)
` [PATCH 1/4] xfs_scrub: widen action list length variables
` [PATCH 2/4] xfs_scrub: prepare phase3 for per-inogrp worker threads
` [PATCH 3/4] xfs_scrub: balance inode chunk scan across CPUs
` [PATCH 4/4] xfs_scrub: don't revisit scanned inodes when reprocessing a stale inode

[PATCHSET 0/6] xfs_scrub: small performance tweaks
 2022-05-05 16:08 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub: collapse trivial file scrub helpers
` [PATCH 2/6] xfs_scrub: in phase 3, use the opened file descriptor for scrub calls
` [PATCH 3/6] xfs_scrub: fall back to scrub-by-handle if opening handles fails
` [PATCH 4/6] xfs_scrub: don't try any file repairs during phase 3 if AG metadata bad
` [PATCH 5/6] xfs_scrub: make phase 4 go straight to fstrim if nothing to fix
` [PATCH 6/6] xfs_scrub: in phase 3, use the opened file descriptor for repair calls

[PATCHSET 0/3] xfs_repair: various small fixes
 2022-05-05 16:06 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: detect v5 featureset mismatches in secondary supers
` [PATCH 2/3] xfs_repair: improve checking of existing rmap and refcount btrees
` [PATCH 3/3] xfs_repair: check the ftype of dot and dotdot directory entries

[PATCHSET 0/4] xfs_repair: check rt bitmap and summary
 2022-05-05 16:05 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: fix sizing of the incore rt space usage map calculation
` [PATCH 2/4] xfs_repair: check free rt extent count
` [PATCH 3/4] xfs_repair: check the rt bitmap against observations
` [PATCH 4/4] xfs_repair: check the rt summary "

[PATCHSET 0/6] mkfs: various bug fixes
 2022-05-05 16:05 UTC  (7+ messages)
` [PATCH 1/6] mkfs: fix missing validation of -l size against maximum internal log size
` [PATCH 2/6] mkfs: reduce internal log size when log stripe units are in play
` [PATCH 3/6] mkfs: don't let internal logs bump the root dir inode chunk to AG 1
` [PATCH 4/6] mkfs: improve log extent validation
` [PATCH 5/6] mkfs: round log size down if rounding log start up causes overflow
` [PATCH 6/6] mkfs: don't trample the gid set in the protofile

[PATCHSET 0/3] xfsprogs: packaging improvements for debian
 2022-05-05 16:03 UTC  (4+ messages)
` [PATCH 1/3] debian: refactor common options
` [PATCH 2/3] debian: bump compat level to 11
` [PATCH 3/3] debian: support multiarch for libhandle

[Bug 215927] New: kernel deadlock when mounting the image
 2022-05-05  8:51 UTC  (6+ messages)
` [Bug 215927] "

[Bug 215784] New: kernel NULL pointer dereference in fs/xfs/xfs_buf_item_recover.c: xlog_recover_do_inode_buffer() when mount a corrupted image
 2022-05-05  6:24 UTC  (3+ messages)
` [Bug 215784] "

[Bug 215785] New: kernel NULL pointer dereference in fs/xfs/xfs_log_recover.c: xlog_recover_reorder_trans() when mount a corrupted image
 2022-05-05  6:24 UTC  (3+ messages)
` [Bug 215785] "

[Bug 215786] New: unable to handle page fault BUG triggered in fs/xfs/xfs_log_recover.c: xlog_recover_add_to_cont_trans() when mount a corrupted image
 2022-05-05  6:24 UTC  (3+ messages)
` [Bug 215786] "

[Bug 215921] New: kernel BUG at fs/xfs/xfs_message.c:110!
 2022-05-05  6:23 UTC  (3+ messages)
` [Bug 215921] "

[Bug 215922] New: KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]
 2022-05-05  6:23 UTC  (3+ messages)
` [Bug 215922] "

[ANNOUNCE] xfsprogs 5.16.0 released
 2022-05-04 19:21 UTC 

[PATCH] iomap: iomap_write_end cleanup
 2022-05-04 17:21 UTC  (9+ messages)

[PATCH] iomap: iomap_write_failed fix
 2022-05-04 14:09 UTC  (2+ messages)

[ANNOUNCE] xfs: for-next branch updated to 86810a9ebd9e69498524c57a83f1271ade56ded8
 2022-05-04  9:22 UTC 

[PATCH 00/10 v2] xfs: LARP - clean up xfs_attr_set_iter state machine
 2022-05-04  5:49 UTC  (6+ messages)
` [PATCH 16/16] xfs: ATTR_REPLACE algorithm with LARP enabled needs rework

[PATCH 00/10 v6] xfs: intent whiteouts
 2022-05-04  1:49 UTC  (4+ messages)
` [PATCH 10/10] xfs: intent item whiteouts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox