public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-23 07:00:38 to 2025-04-09 07:01:58 UTC [more...]

[PATCH v4 0/6] Minor cleanups in common/
 2025-04-09  7:00 UTC 

[PATCH v6 00/12] large atomic writes for xfs
 2025-04-09  5:30 UTC  (23+ messages)
` [PATCH v6 01/12] fs: add atomic write unit max opt to statx
` [PATCH v6 02/12] xfs: add helpers to compute log item overhead
  ` [PATCH v6.1 "
  ` [PATCH v6.1 RFC 02.1/12] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v6 03/12] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v6 04/12] xfs: allow block allocator to take an alignment hint
` [PATCH v6 05/12] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v6 06/12] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v6 07/12] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v6 08/12] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v6 09/12] xfs: commit CoW-based atomic writes atomically
` [PATCH v6 10/12] xfs: add xfs_file_dio_write_atomic()
` [PATCH v6 11/12] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v6 12/12] xfs: update atomic write limits

[PATCH v3 0/6] Minor cleanups in common/
 2025-04-09  5:04 UTC  (16+ messages)
` [PATCH v3 1/6] generic/749: Remove redundant sourcing of common/rc
` [PATCH v3 2/6] generic/367: Remove redundant sourcing if common/config
` [PATCH v3 3/6] check: Remove redundant _test_mount in check
` [PATCH v3 4/6] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v3 5/6] common/config: Introduce _exit wrapper around exit command
` [PATCH v3 6/6] common: exit --> _exit

[PATCH] xfs: compute the maximum repair reaping defer intent chain length
 2025-04-08 23:13 UTC  (7+ messages)

[PATCH v4] generic: add a test for atomic writes
 2025-04-08 20:44 UTC  (4+ messages)

[PATCH] xfs/801: provide missing sysfs-dump function
 2025-04-08 19:42 UTC  (2+ messages)

Weird blockdev crash in 6.15-rc1?
 2025-04-08 17:51 UTC 

[PATCH] iomap: skip unnecessary ifs_block_is_uptodate check
 2025-04-08 17:29 UTC 

[ANNOUNCE] xfs-documentation: master updated to 7d07fb949b0f3a
 2025-04-08 16:29 UTC 

[PATCH v2 0/5] Minor cleanups in common/
 2025-04-08 16:25 UTC  (26+ messages)
` [PATCH v2 1/5] generic/749: Remove redundant sourcing of common/rc
` [PATCH v2 2/5] check: Remove redundant _test_mount in check
` [PATCH v2 3/5] check,common{rc,preamble}: Decouple init_rc() call from sourcing common/rc
` [PATCH v2 4/5] common/config: Introduce _exit wrapper around exit command
` [PATCH v2 5/5] common: exit --> _exit

[GIT PULL] xfs-documentation: updates for 6.15
 2025-04-08 16:05 UTC 

[PATCH] design: document the zoned on-disk format
 2025-04-08 14:29 UTC  (2+ messages)

[PATCH, resend] xfs: remove the post-EOF prealloc tests from the auto and quick groups
 2025-04-08 14:17 UTC  (2+ messages)

[PATCH] gitignore: update gitignore with python scripts
 2025-04-08 14:11 UTC  (2+ messages)

[syzbot] [xfs?] WARNING: Reset corrupted AGFL on AG NUM. NUM blocks leaked. Please unmount and run xfs_repair. (2)
 2025-04-08 12:49 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 2d5e0a41c199
 2025-04-08 10:30 UTC 

[PATCH] xfs: compute buffer address correctly in xmbuf_map_backing_mem
 2025-04-08  6:03 UTC  (3+ messages)

[PATCH 1/2] Documentation: iomap: Add missing flags description
 2025-04-07 18:48 UTC  (12+ messages)
` [PATCH 2/2] iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS

[ANNOUNCE] xfs-linux: for-next updated to 71700ac47ad8
 2025-04-07 11:07 UTC 

[PATCH RFC] statx.2: Add stx_atomic_write_unit_max_opt
 2025-04-07  6:51 UTC  (10+ messages)

[PATCH v2 0/1] xfs/539: Ignore remount failures on v5 xfs
 2025-04-04 14:31 UTC  (5+ messages)
` [PATCH v2 1/1] "

[RFC] xfs_io: Add cachestat syscall support
 2025-04-03 10:44 UTC  (3+ messages)

[PATCH v2 0/3] Add support for -q <n> unconditional loop
 2025-04-03  8:58 UTC  (4+ messages)
` [PATCH v2 1/3] tests/selftest: Add a new pseudo flaky test
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping
` [PATCH v2 3/3] check: Improve pass/fail metrics and section config output

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-03  7:55 UTC  (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[PATCH] xfs: document zoned rt specifics in admin-guide
 2025-04-03  4:25 UTC  (3+ messages)

[PATCH] xfsprogs: Fix mismatched return type of filesize()
 2025-04-02 14:31 UTC  (3+ messages)

[PATCHBOMB v2] fstests: random fixes and 6.14 stragglers
 2025-04-02 14:00 UTC  (9+ messages)
` [PATCHSET] xfsprogs: localize the python programs
  ` [PATCH 1/5] xfs_protofile: rename source code to .py.in
  ` [PATCH 2/5] xfs_scrub_all: "
  ` [PATCH 3/5] Makefile: inject package name/version/bugreport into pot file
  ` [PATCH 4/5] xfs_protofile: add messages to localization catalog
  ` [PATCH 5/5] xfs_scrub_all: localize the strings in the program

[ANNOUNCE] xfsprogs: for-next updated to 8cd85addd72f
 2025-04-01 12:06 UTC 

[linux-next-20250324]Kernel OOPs while running xfs/206 Test
 2025-03-31  7:56 UTC  (2+ messages)

[XFSPROGS PATCH] make: remove the .extradep file in libxfs on "make clean"
 2025-03-31  7:52 UTC  (5+ messages)

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-28 14:09 UTC  (13+ messages)
` [PATCH v4 3/3] "

[PATCH] xfs: add tunable threshold parameter for triggering zone GC
 2025-03-28 12:16 UTC  (3+ messages)

[PATCH] iomap: Fix conflicting values of iomap flags
 2025-03-28 10:48 UTC  (5+ messages)

[PATCH 6.1 000/197] 6.1.132-rc2 review
 2025-03-28  7:42 UTC  (4+ messages)

[PATCH] xfs/235: add to the auto group
 2025-03-28  1:26 UTC  (2+ messages)

[GIT PULL] XFS fixes for v6.15
 2025-03-27 20:50 UTC  (2+ messages)

[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support
 2025-03-27 19:48 UTC  (2+ messages)

[PATCH] iomap: Rename iomap_last_written_block to iomap_first_unchanged_block
 2025-03-27 11:46 UTC  (3+ messages)

[PATCH 0/3] further iomap large atomic writes changes
 2025-03-27 10:46 UTC  (8+ messages)
` [PATCH 3/3] iomap: rework IOMAP atomic flags

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-03-26 21:04 UTC  (4+ messages)
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages

[linux-next:master] [fs/dax] bde708f1a6: xfstests.generic.462.fail
 2025-03-26  6:27 UTC 

[RFCv1 0/1] EXT4 support of multi-fsblock atomic write with bigalloc
 2025-03-25 11:42 UTC  (5+ messages)
` [RFCv1 1/1] ext4: Add multi-fsblock atomic write support "

[PATCHSET 1/3] fstests: test dumping fs directory trees
 2025-03-25  1:20 UTC  (6+ messages)
` [PATCH 1/1] xfs: test filesystem recovery with rdump

[PATCHSET 2/2] xfsprogs: random bug fixes
 2025-03-25  0:54 UTC  (4+ messages)
` [PATCH 1/4] xfs_repair: don't recreate /quota metadir if there are no quota inodes

[PATCHSET 3/3] fstests: more random fixes for v2025.03.17
 2025-03-25  0:51 UTC  (4+ messages)
` [PATCH 2/4] generic/537: disable quota mount options for pre-metadir rt filesystems

[PATCH] xfs_repair: fix link counts update following repair of a bad block
 2025-03-24 18:29 UTC  (2+ messages)

[PATCH] xfs_repair: fix wording of error message about leftover CoW blocks on the rt device
 2025-03-24 17:14 UTC  (2+ messages)

[PATCH v3] xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing
 2025-03-24 16:56 UTC  (4+ messages)

[RFC PATCH 1/1] ioctl_ficlone03: Require 5.10 for XFS
 2025-03-24 11:32 UTC  (5+ messages)

zoned fixes
 2025-03-24  8:52 UTC  (3+ messages)
` [PATCH 1/3] xfs: fix a missing unlock in xfs_growfs_data

[syzbot] Monthly xfs report (Mar 2025)
 2025-03-23 22:24 UTC 

remove LI_FAILED buffer pinning
 2025-03-23  7:54 UTC  (5+ messages)
  ` [PATCH 2/2] xfs: mark xfs_buf_free as might_sleep()


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