public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-02 13:38:09 to 2024-10-08 04:33:50 UTC [more...]

[PATCH] xfs: fix integer overflow in xrep_bmap
 2024-10-08  4:33 UTC  (2+ messages)

[next] xfs: remove the redundant xfs_alloc_log_agf
 2024-10-08  2:19 UTC  (3+ messages)

[RFC PATCH 0/7] vfs: improving inode cache iteration scalability
 2024-10-08  0:54 UTC  (60+ messages)
` [PATCH 1/7] vfs: replace invalidate_inodes() with evict_inodes()
` [PATCH 2/7] vfs: add inode iteration superblock method
` [PATCH 3/7] vfs: convert vfs inode iterators to super_iter_inodes_unsafe()
` [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
  ` lsm sb_delete hook, was "
` [PATCH 5/7] vfs: add inode iteration superblock method
` [PATCH 6/7] xfs: implement sb->iter_vfs_inodes

[PATCH v2 0/3] Cleanup some writeback codes
 2024-10-07 21:36 UTC  (9+ messages)
` [PATCH v2 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to BW_DIRTYLIMIT_INTERVAL
` [PATCH v2 2/3] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
` [PATCH v2 3/3] xfs: Let the max iomap length be consistent with the writeback code

[PATCH v5.10] xfs: add bounds checking to xlog_recover_process_data
 2024-10-07 20:53 UTC  (4+ messages)

[PATCH 0/3] Cleanup some writeback codes
 2024-10-07 16:23 UTC  (10+ messages)
` [PATCH 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to UPDATE_INTERVAL
` [PATCH 2/3] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
` [PATCH 3/3] xfs: Fix comment of xfs_buffered_write_iomap_begin()

fix stale delalloc punching for COW I/O v4
 2024-10-07 15:20 UTC  (6+ messages)

[PATCHSET v31.1 2/2] fstests: atomic file content commits
 2024-10-07 13:18 UTC  (7+ messages)
` [PATCH 2/2] xfs/122: add tests for commitrange structures
` [PATCH] fsstress: add support for FALLOC_FL_UNSHARE_RANGE

[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
 2024-10-07 11:52 UTC  (10+ messages)
` [PATCH 1/4] xfs: don't allocate COW extents when unsharing a hole
` [PATCH 2/4] iomap: share iomap_unshare_iter predicate code with fsdax
` [PATCH 3/4] fsdax: remove zeroing code from dax_unshare_iter
` [PATCH 4/4] fsdax: dax_unshare_iter needs to copy entire blocks

[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
 2024-10-07 10:58 UTC  (14+ messages)
` [PATCH v10 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v10 02/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v10 03/12] fs: add infrastructure for multigrain timestamps
` [PATCH v10 04/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v10 05/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v10 06/12] fs: tracepoints around multigrain timestamp events
` [PATCH v10 07/12] fs: add percpu counters for significant "
` [PATCH v10 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v10 09/12] xfs: switch to "
` [PATCH v10 10/12] ext4: "
` [PATCH v10 11/12] btrfs: convert "
` [PATCH v10 12/12] tmpfs: add support for "
` (subset) [PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux

[PATCH v7 0/8] block atomic writes for xfs
 2024-10-07  5:42 UTC  (14+ messages)
` [PATCH v7 1/8] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v7 2/8] fs: Export generic_atomic_write_valid()
` [PATCH v7 3/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
` [PATCH v7 4/8] fs: iomap: Atomic write support
` [PATCH v7 5/8] xfs: Support FS_XFLAG_ATOMICWRITES
` [PATCH v7 6/8] xfs: Support atomic write for statx
` [PATCH v7 7/8] xfs: Validate atomic writes
` [PATCH v7 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-06  0:30 UTC  (3+ messages)

[PATCH] xfs: Fix circular locking during xfs inode reclamation
 2024-10-05  6:24 UTC  (3+ messages)

[PATCH AUTOSEL 6.11 14/76] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-04 22:46 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 12/58] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-04 18:23 UTC 

[PATCH AUTOSEL 6.10 14/70] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-04 18:20 UTC 

[PATCH] xfs: Check for deallayed allocations before setting extsize
 2024-10-04 12:15 UTC  (4+ messages)

[PATCH v4 0/2] Minor fixes for xfsprogs
 2024-10-04 11:57 UTC  (3+ messages)
` [PATCH v4 1/2] xfsprogs: fix permissions on files installed by libtoolize
` [PATCH v4 2/2] xfsprogs: update gitignore

[PATCHSET v2.5 4/6] xfsprogs: port tools to new 6.11 APIs
 2024-10-04 11:08 UTC  (8+ messages)
` [PATCH 2/4] xfs_db/mkfs/xfs_repair: port to use XFS_ICREATE_UNLINKABLE
      `  "
` [PATCH 3/4] xfs_db/mdrestore/repair: don't use the incore struct xfs_sb for offsets into struct xfs_dsb

[ANNOUNCE] xfs-linux: for-next updated to fddb9740e775
 2024-10-04  9:05 UTC 

[PATCH v9 00/12] fs: multigrain timestamp redux
 2024-10-04  4:49 UTC  (15+ messages)
` [PATCH v9 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v9 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v9 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v9 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v9 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v9 06/12] fs: add percpu counters for significant "
` [PATCH v9 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v9 09/12] xfs: switch to "
` [PATCH v9 10/12] ext4: "
` [PATCH v9 11/12] btrfs: convert "
` [PATCH v9 12/12] tmpfs: add support for "

[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
 2024-10-03 15:08 UTC 

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-03 13:19 UTC  (5+ messages)
` [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES

[PATCH 1/2] iomap: don't bother unsharing delalloc extents
 2024-10-03 11:02 UTC  (9+ messages)
` [PATCH 2/2] iomap: constrain the file range passed to iomap_file_unshare

[PATCH] xfs: fix a typo
 2024-10-03  8:30 UTC  (4+ messages)

[PATCH v3 0/2] Minor fixes for xfsprogs
 2024-10-02 22:54 UTC  (5+ messages)
` [PATCH v3 1/2] xfsprogs: fix permissions on files installed by libtoolize
` [PATCH v3 2/2] xfsprogs: update gitignore

[PATCH] xfs: fix simplify extent lookup in xfs_can_free_eofblocks
 2024-10-02 21:16 UTC  (3+ messages)

xfs post-EOF block freeing fixes v2
 2024-10-02 20:04 UTC  (8+ messages)
` [PATCH] xfs: new EOF fragmentation tests

[PATCH 6.6 CANDIDATE v2 00/21] xfs backports for 6.6.y (from v6.10)
 2024-10-02 17:41 UTC  (22+ messages)
` [PATCH 6.6 CANDIDATE v2 01/21] xfs: fix error returns from xfs_bmapi_write
` [PATCH 6.6 CANDIDATE v2 02/21] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 6.6 CANDIDATE v2 03/21] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
` [PATCH 6.6 CANDIDATE v2 04/21] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
` [PATCH 6.6 CANDIDATE v2 05/21] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
` [PATCH 6.6 CANDIDATE v2 06/21] xfs: fix missing check for invalid attr flags
` [PATCH 6.6 CANDIDATE v2 07/21] xfs: check shortform attr entry flags specifically
` [PATCH 6.6 CANDIDATE v2 08/21] xfs: validate recovered name buffers when recovering xattr items
` [PATCH 6.6 CANDIDATE v2 09/21] xfs: enforce one namespace per attribute
` [PATCH 6.6 CANDIDATE v2 10/21] xfs: revert commit 44af6c7e59b12
` [PATCH 6.6 CANDIDATE v2 11/21] xfs: use dontcache for grabbing inodes during scrub
` [PATCH 6.6 CANDIDATE v2 12/21] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH 6.6 CANDIDATE v2 13/21] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH 6.6 CANDIDATE v2 14/21] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH 6.6 CANDIDATE v2 15/21] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH 6.6 CANDIDATE v2 16/21] xfs: allow symlinks with short remote targets
` [PATCH 6.6 CANDIDATE v2 17/21] xfs: make sure sb_fdblocks is non-negative
` [PATCH 6.6 CANDIDATE v2 18/21] xfs: fix unlink vs cluster buffer instantiation race
` [PATCH 6.6 CANDIDATE v2 19/21] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 6.6 CANDIDATE v2 20/21] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 6.6 CANDIDATE v2 21/21] xfs: allow unlinked symlinks and dirs with zero size

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-02 14:16 UTC  (3+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value


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