public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-22 03:23:47 to 2024-11-29 08:20:09 UTC [more...]

[PATCHBOMB] xfs/fstests: largeish pile of bug fixes
 2024-11-29  8:20 UTC  (67+ messages)
` [PATCHSET v3] fstests: random fixes for v2024.11.17
  ` [PATCH 01/16] generic/757: fix various bugs in this test
  ` [PATCH 02/16] generic/757: convert to thinp
  ` [PATCH 03/16] xfs/113: fix failure to corrupt the entire directory
  ` [PATCH 04/16] xfs/508: fix test for 64k blocksize
  ` [PATCH 05/16] common/rc: capture dmesg when oom kills happen
  ` [PATCH 06/16] generic/562: handle ENOSPC while cloning gracefully
  ` [PATCH 07/16] xfs/163: skip test if we can't shrink due to enospc issues
  ` [PATCH 08/16] xfs/009: allow logically contiguous preallocations
  ` [PATCH 09/16] generic/251: use sentinel files to kill the fstrim loop
  ` [PATCH 10/16] generic/251: constrain runtime via time/load/soak factors
  ` [PATCH 11/16] generic/251: don't copy the fsstress source code
  ` [PATCH 12/16] common/rc: _scratch_mkfs_sized supports extra arguments
  ` [PATCH 13/16] xfs/157: do not drop necessary mkfs options
  ` [PATCH 14/16] generic/366: fix directio requirements checking
  ` [PATCH 15/16] generic/454: actually set attr value for llamapirate subtest
  ` [PATCH 16/16] xfs/122: add tests for commitrange structures
  ` [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool
` [PATCHSET] xfs: bug fixes for 6.13
  ` [PATCH 01/21] xfs: fix off-by-one error in fsmap's end_daddr usage
  ` [PATCH 02/21] xfs: metapath scrubber should use the already loaded inodes
  ` [PATCH 03/21] xfs: keep quota directory inode loaded
  ` [PATCH 04/21] xfs: return a 64-bit block count from xfs_btree_count_blocks
  ` [PATCH 05/21] xfs: don't drop errno values when we fail to ficlone the entire range
  ` [PATCH 06/21] xfs: separate healthy clearing mask during repair
  ` [PATCH 07/21] xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink
  ` [PATCH 08/21] xfs: mark metadir repair tempfiles with IRECOVERY
  ` [PATCH 09/21] xfs: fix null bno_hint handling in xfs_rtallocate_rtg
  ` [PATCH 10/21] xfs: fix error bailout in xfs_rtginode_create
  ` [PATCH 11/21] xfs: update btree keys correctly when _insrec splits an inode root block
  ` [PATCH 12/21] xfs: fix scrub tracepoints when inode-rooted btrees are involved
  ` [PATCH 13/21] xfs: unlock inodes when erroring out of xfs_trans_alloc_dir
  ` [PATCH 14/21] xfs: only run precommits once per transaction object
  ` [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit
  ` [PATCH 16/21] xfs: don't lose solo superblock counter update transactions
  ` [PATCH 17/21] xfs: don't lose solo dquot "
  ` [PATCH 18/21] xfs: separate dquot buffer reads from xfs_dqflush
  ` [PATCH 19/21] xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
  ` [PATCH 20/21] xfs: attach dquot buffer to dquot log item buffer
  ` [PATCH 21/21] xfs: convert quotacheck to attach dquot buffers
  ` [PATCH 22/21] xfs: fix sb_spino_align checks for large fsblock sizes

[syzbot] [xfs?] possible deadlock in xfs_qm_dqrele
 2024-11-29  4:41 UTC 

[Bug 219504] New: XFS crashes with kernel Version > 6.1.91. Perhaps Changes in kernel 6.1.92 for XFS/iomap causing the problems?
 2024-11-28 21:09 UTC  (2+ messages)
` [Bug 219504] "

Weird behaviour with project quotas
 2024-11-28 21:07 UTC  (2+ messages)

[PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
 2024-11-28 12:19 UTC  (2+ messages)

[PATCH] xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
 2024-11-28 12:19 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to cc2dba08cc33
 2024-11-28 12:18 UTC 

[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-28  6:38 UTC  (6+ messages)
` [PATCH v5 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCH xfsprogs 6.12] man: document the -n parent mkfs option
 2024-11-28  3:33 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-27 12:20 UTC  (11+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH v5 0/3] Addition of new tests for extsize hints
 2024-11-27  5:11 UTC  (6+ messages)
` [PATCH v5 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v5 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v5 3/3] generic: Addition of new tests for extsize hints

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  4:11 UTC  (14+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints

[ANNOUNCE] xfs-documentation: for-next updated to f512c164a1d0e8
 2024-11-27  0:44 UTC 

[PATCHBOMB] xfs-documentation: updates for 6.13
 2024-11-27  0:20 UTC  (13+ messages)
` [PATCHSET] "
  ` [PATCH 01/10] design: update metadata reconstruction chapter
  ` [PATCH 02/10] design: document filesystem properties
  ` [PATCH 03/10] design: move superblock documentation to a separate file
  ` [PATCH 04/10] design: document the actual ondisk superblock
  ` [PATCH 05/10] design: document the changes required to handle metadata directories
  ` [PATCH 06/10] design: move discussion of realtime volumes to a separate section
  ` [PATCH 07/10] design: document realtime groups
  ` [PATCH 08/10] design: document metadata directory tree quota changes
  ` [PATCH 09/10] design: update metadump v2 format to reflect rt dumps
  ` [PATCH 10/10] xfs-documentation: release for 6.1[23]
` [GIT PULL] xfs-documentation: updates for 6.13

[PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS
 2024-11-26 12:26 UTC  (2+ messages)

[PATCH v4 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-26  6:53 UTC  (6+ messages)
` [PATCH v4 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCH] xfs_io: Avoid using __kernel_rwf_t for older kernels
 2024-11-26  4:53 UTC  (4+ messages)

[PATCHSET v2] fstests: random fixes for v2024.11.17
 2024-11-26  1:26 UTC  (31+ messages)
` [PATCH 01/17] generic/757: fix various bugs in this test
` [PATCH 02/17] generic/757: convert to thinp
` [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes
` [PATCH 04/17] logwrites: use BLKZEROOUT if it's available
` [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory
` [PATCH 07/17] xfs/508: fix test for 64k blocksize
` [PATCH 08/17] common/rc: capture dmesg when oom kills happen
` [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 11/17] xfs/009: allow logically contiguous preallocations
` [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors
` [PATCH 14/17] generic/251: don't copy the fsstress source code
` [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 16/17] xfs/157: do not drop necessary mkfs options
` [PATCH 17/17] generic/366: fix directio requirements checking

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-11-26  0:51 UTC  (10+ messages)

[PATCH] xfs: fix race condition in inodegc list and cpumask handling
 2024-11-25 21:03 UTC  (2+ messages)

[PATCH] xfs: use inode_set_cached_link()
 2024-11-25 18:36 UTC  (5+ messages)

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-25 13:13 UTC  (8+ messages)
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v2] xfs: remove unknown compat feature check in superblock write validation
 2024-11-25 11:57 UTC  (2+ messages)

[PATCH] xfs: eliminate lockdep false positives in xfs_attr_shortform_list
 2024-11-25 11:57 UTC  (2+ messages)

[PATCH 0/3] xfs: miscellaneous bug fixes
 2024-11-25 11:57 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to a8581099604d
 2024-11-25 11:46 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 409477af604f
 2024-11-25 10:21 UTC 

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-25  5:18 UTC  (24+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test
` [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully

[PATCH v3 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-25  1:45 UTC  (3+ messages)

[PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
 2024-11-24 22:39 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_dquot_disk_alloc
 2024-11-24  7:53 UTC 

[syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (3)
 2024-11-23 15:04 UTC 

[PATCH v3 0/3] Addition of new tests for extsize hints
 2024-11-22 19:06 UTC  (9+ messages)
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (4+ messages)
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open


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