messages from 2025-04-16 21:20:34 to 2025-04-23 14:46:09 UTC [more...]
[PATCH RFC 0/2] prototype: improve timestamp handling
2025-04-23 14:46 UTC (7+ messages)
` [PATCH RFC 2/2] proto: read origin also for directories, chardevs and symlinks. copy timestamps from origin
[PATCH v1 0/2] common: Move exit related functions to common/exit
2025-04-23 14:18 UTC (4+ 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 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 "
add more bio helper
2025-04-23 10:37 UTC (28+ 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
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-04-23 9:53 UTC (9+ messages)
` [PATCH v4 3/3] "
[PATCH v8 00/15] large atomic writes for xfs
2025-04-23 8:33 UTC (30+ messages)
` [PATCH v8 01/15] fs: add atomic write unit max opt to statx
` [PATCH v8 02/15] xfs: add helpers to compute log item overhead
` [PATCH v8 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v8 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v8 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v8 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [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 5.10.y] xfs: add bounds checking to xlog_recover_process_data
2025-04-23 7:45 UTC
[PATCH v7 00/14] large atomic writes for xfs
2025-04-23 8:19 UTC (14+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()
[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 (17+ 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 (5+ messages)
[PATCH V2] XFS: fix zoned gc threshold math for 32-bit arches
2025-04-22 14:09 UTC (5+ messages)
[ANNOUNCE] xfs-linux: for-next updated to f0447f80aec8
2025-04-22 14:08 UTC
[PATCH] XFS: fix zoned gc threshold math for 32-bit arches
2025-04-22 12:39 UTC (3+ messages)
linux-next: build warning after merge of the xfs tree
2025-04-22 11:38 UTC (3+ messages)
[PATCH] xfs/083: fix the judgment of the number of content lines in $ROUND2_LOG
2025-04-22 9:49 UTC
endless loop in truncate_inode_pages_range()
2025-04-22 8:44 UTC
[PATCHSET V3] block/xfs: bdev page cache bug fixes for 6.15
2025-04-22 7:21 UTC (7+ 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
[PATCH 1/2] xfs_io: catch statx fields up to 6.15
2025-04-22 6:21 UTC (4+ messages)
` [PATCH 2/2] xfs_io: make statx mask parsing more generally useful
[PATCH AUTOSEL 6.6 05/15] iomap: skip unnecessary ifs_block_is_uptodate check
2025-04-22 2:17 UTC
[PATCH AUTOSEL 6.12 10/23] iomap: skip unnecessary ifs_block_is_uptodate check
2025-04-22 2:16 UTC
[PATCH AUTOSEL 6.14 13/30] iomap: skip unnecessary ifs_block_is_uptodate check
2025-04-22 2:15 UTC
[PATCHSET V2] block/xfs: bdev page cache bug fixes for 6.15
2025-04-22 1:19 UTC (10+ 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
[PATCH 1/2] block: fix race between set_blocksize and read paths
2025-04-21 7:59 UTC (8+ messages)
` [PATCH 2/2] xfs: stop using set_blocksize
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-04-21 2:15 UTC (12+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 05/11] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v4 06/11] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v4 09/11] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v4 10/11] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v4 11/11] ext4: "
PI and data checksumming for XFS
2025-04-21 2:30 UTC (3+ messages)
` [PATCH 1/7] block: support integrity generation and verification from file systems
[PATCH RFC v3] proto: read origin directory from comment, copy timestamps from origin for inodes
2025-04-19 0:36 UTC
[RFC[RAP] 1/2] block: fix race between set_blocksize and read paths
2025-04-18 15:29 UTC (6+ messages)
[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-04-18 6:44 UTC (5+ messages)
` [RFC PATCH -next v3 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
[PATCH v5] generic: add a test for atomic writes
2025-04-17 20:32 UTC (4+ messages)
[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support
2025-04-17 18:51 UTC (5+ messages)
[GIT PULL] XFS fixes for v6.15-rc3
2025-04-17 17:06 UTC (2+ messages)
[6.15-rc2 regression] iomap: null pointer in a bio completion
2025-04-17 16:59 UTC (4+ messages)
xfs_scrub_all.service
2025-04-17 15:00 UTC (2+ messages)
[PATCH RFC v2] proto: read origin directory from comment, copy timestamps from origin for inodes
2025-04-17 14:15 UTC
[PATCH RESEND] xfs: document zoned rt specifics in admin-guide
2025-04-17 8:55 UTC (2+ messages)
[PATCH] xfs: fix fsmap for internal zoned devices
2025-04-17 8:55 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to c7b67ddc3c99
2025-04-17 6:24 UTC
[6.15-rc2 regression] xfs: null pointer in the dax fault code
2025-04-17 3:01 UTC (3+ messages)
[PATCH v2] xfs_profile: fix permission octet when suid/guid is set
2025-04-16 21:20 UTC (3+ messages)
[PATCH v3] xfs_protofile: fix permission octet when suid/guid is set
2025-04-16 21:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox