linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-22 14:08:56 to 2025-04-25 18:16:57 UTC [more...]

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-25 18:16 UTC  (12+ messages)
` [PATCH v4 3/3] "

[GIT PULL] XFS fixes for v6.15-rc4
 2025-04-25 18:02 UTC  (2+ messages)

[PATCH v6 0/4] mkfs: add ability to populate filesystem from directory
 2025-04-25 17:58 UTC  (15+ messages)
` [PATCH v6 1/4] proto: expose more functions from proto
` [PATCH v6 2/4] populate: add ability to populate a filesystem from a directory
` [PATCH v6 3/4] mkfs: add -P flag "
` [PATCH v6 4/4] man: document "

[PATCH v9 00/15] large atomic writes for xfs
 2025-04-25 16:45 UTC  (16+ messages)
` [PATCH v9 01/15] fs: add atomic write unit max opt to statx
` [PATCH v9 02/15] xfs: add helpers to compute log item overhead
` [PATCH v9 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v9 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v9 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v9 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v9 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v9 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v9 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v9 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v9 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v9 14/15] xfs: update atomic write limits
` [PATCH v9 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

xfsprogs support for zoned devices v2
 2025-04-25 15:48 UTC  (2+ messages)
` [PATCH 44/43] xfs_repair: fix libxfs abstraction mess

[RFC PATCH 0/2] Implement concurrent buffered write with folio lock
 2025-04-25 15:15 UTC  (5+ messages)
` [RFC PATCH 1/2] xfs: Add i_direct_mode to indicate the IO mode of inode
` [RFC PATCH 2/2] xfs: Enable concurrency when writing within single block

[PATCH 0/2] add read-only logdev/rtdev mount-remount tests
 2025-04-25 15:05 UTC  (5+ messages)
` [PATCH 1/2] xfs: add mount test for read only rt devices
` [PATCH 2/2] xfs: add mount test for read only log devices

[PATCH] xfs: allow ro mounts if rtdev or logdev are read-only
 2025-04-25 14:54 UTC  (3+ messages)

[PATCHSET] xfsprogs: random bug fixes
 2025-04-25 14:51 UTC  (14+ messages)
` [PATCH 1/5] man: fix missing cachestat manpage
` [PATCH 2/5] xfs_io: catch statx fields up to 6.15
` [PATCH 3/5] xfs_io: redefine what statx -m all does
` [PATCH 4/5] xfs_io: make statx mask parsing more generally useful
` [PATCH 5/5] mkfs: fix blkid probe API violations causing weird output

[PATCH v1 0/2] common: Move exit related functions to common/exit
 2025-04-25 13:36 UTC  (8+ messages)
` [PATCH v1 1/2] common: Move exit related functions to a common/exit
` [PATCH v1 2/2] check: Replace exit with _exit in check

[PATCH v1] xfs: Fail remount with noattr2 on a v5 xfs with CONFIG_XFS_SUPPORT_V4=y
 2025-04-25 13:05 UTC  (7+ messages)

add more bio helper
 2025-04-24 12:01 UTC  (53+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

[syzbot] [xfs?] KMSAN: uninit-value in xfs_dialloc_ag_inobt
 2025-04-24  8:59 UTC  (3+ messages)
` syztest

[PATCHSET V4] block/xfs: bdev page cache bug fixes for 6.15
 2025-04-23 19:58 UTC  (5+ messages)
` [PATCH 1/3] block: fix race between set_blocksize and read paths
` [PATCH 2/3] block: hoist block size validation code to a separate function
` [PATCH 3/3] xfs: stop using set_blocksize
` (subset) [PATCHSET V4] block/xfs: bdev page cache bug fixes for 6.15

[PATCH v8 00/15] large atomic writes for xfs
 2025-04-23 16:38 UTC  (31+ messages)
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v8 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v8 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v8 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v8 14/15] xfs: update atomic write limits
` [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH 1/2] xfs_io: catch statx fields up to 6.15
 2025-04-23 15:44 UTC  (8+ messages)
` [PATCH 2/2] xfs_io: make statx mask parsing more generally useful

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-23 14:53 UTC  (16+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()

[PATCH RFC 0/2] prototype: improve timestamp handling
 2025-04-23 14:46 UTC  (4+ messages)

[PATCH v4 0/4] mkfs: add ability to populate filesystem from directory
 2025-04-23 10:47 UTC  (9+ messages)
` [PATCH v4 1/4] proto: expose more functions from proto
` [PATCH v4 2/4] mkfs: add -P flag to populate a filesystem from a directory
` [PATCH v4 3/4] man: document "
` [PATCH v4 4/4] populate: add ability "

[PATCH v5 0/4] mkfs: add ability to populate filesystem from directory
 2025-04-23 10:45 UTC  (5+ messages)
` [PATCH v5 1/4] proto: expose more functions from proto
` [PATCH v5 2/4] populate: add ability to populate a filesystem from a directory
` [PATCH v5 3/4] mkfs: add -P flag "
` [PATCH v5 4/4] man: document "

[PATCH 5.10.y] xfs: add bounds checking to xlog_recover_process_data
 2025-04-23  7:45 UTC 

[PATCH 5.10.y] xfs: add bounds checking to xlog_recover_process_data
 2025-04-23  7:29 UTC  (3+ messages)

[PATCH 5.15.y] xfs: add bounds checking to xlog_recover_process_data
 2025-04-23  7:27 UTC 

[PATCH] xfs: add tunable threshold parameter for triggering zone GC
 2025-04-23  6:40 UTC  (5+ messages)

[PATCH v2 0/3] Add support for -q <n> unconditional loop
 2025-04-23  6:02 UTC  (6+ messages)
` [PATCH v2 2/3] check: Add -q <n> option to support unconditional looping

[PATCH 5.15.y] xfs: add bounds checking to xlog_recover_process_data
 2025-04-23  2:40 UTC 

[PATCH] xfs: remove duplicate Zoned Filesystems sections in admin-guide
 2025-04-22 14:09 UTC  (2+ messages)

[PATCH V2] XFS: fix zoned gc threshold math for 32-bit arches
 2025-04-22 14:09 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f0447f80aec8
 2025-04-22 14:08 UTC 


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