public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-11 07:59:08 to 2024-10-16 04:56:41 UTC [more...]

[PATCHSET v5.0 3/9] xfs: metadata inode directory trees
 2024-10-16  4:56 UTC  (22+ messages)
` [PATCH 01/28] xfs: constify the xfs_sb predicates
` [PATCH 02/28] xfs: constify the xfs_inode predicates
` [PATCH 03/28] xfs: define the on-disk format for the metadir feature
` [PATCH 04/28] xfs: undefine the sb_bad_features2 when metadir is enabled
` [PATCH 05/28] xfs: iget for metadata inodes

[PATCH v7 0/8] block atomic writes for xfs
 2024-10-16  0:52 UTC  (7+ messages)
` [PATCH v7 5/8] xfs: Support FS_XFLAG_ATOMICWRITES

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

linux-next: duplicate patches in the vfs-brauner tree
 2024-10-15 22:02 UTC 

[PATCH] xfs: port xfs/122 to the kernel
 2024-10-15 22:01 UTC  (10+ messages)

[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
 2024-10-15 21:50 UTC  (3+ messages)

[PATCHSET v5.0 6/9] xfs: shard the realtime section
 2024-10-15 19:07 UTC  (36+ messages)
` [PATCH 10/36] xfs: export the geometry of realtime groups to userspace
` [PATCH 15/36] xfs: store rtgroup information with a bmap intent
` [PATCH 27/36] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
` [PATCH 28/36] xfs: create helpers to deal with rounding xfs_filblks_t "
` [PATCH 29/36] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
` [PATCH 30/36] xfs: move the group geometry into struct xfs_groups
` [PATCH 31/36] xfs: add a xfs_rtbno_is_group_start helper
` [PATCH 32/36] xfs: fix minor bug in xfs_verify_agbno
` [PATCH 33/36] xfs: move the min and max group block numbers to xfs_group
` [PATCH 34/36] xfs: port the perag discard code to handle generic groups
` [PATCH 35/36] xfs: implement busy extent tracking for rtgroups
` [PATCH 36/36] xfs: use rtgroup busy extent list for FITRIM

[PATCHSET v5.0 2/9] xfs: create a generic allocation group structure
 2024-10-15 18:11 UTC  (13+ messages)
` [PATCH 02/16] xfs: factor out a generic xfs_group structure
` [PATCH 10/16] xfs: convert extent busy tracking to the generic group structure
` [PATCH 12/16] xfs: add a generic group pointer to the btree cursor

fix recovery of allocator ops after a growfs
 2024-10-15 16:42 UTC  (25+ messages)
` [PATCH 1/7] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas
` [PATCH 7/7] xfs: split xfs_trans_mod_sb

[PATCH v3] xfs: Check for delayed allocations before setting extsize
 2024-10-15 16:22 UTC  (10+ messages)

fix recovery of allocator ops after a growfs
 2024-10-15 16:19 UTC  (13+ messages)
` [PATCH 1/6] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 2/6] xfs: merge the perag freeing helpers
` [PATCH 3/6] xfs: update the file system geometry after recoverying superblock buffers
` [PATCH 4/6] xfs: error out when a superblock buffer update reduces the agcount
` [PATCH 5/6] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
` [PATCH 6/6] xfs: update the pag for the last AG at recovery time

[PATCH] iomap: turn iomap_want_unshare_iter into an inline function
 2024-10-15 16:18 UTC  (4+ messages)

xfs_bmapi_write retval fix v2
 2024-10-15 15:56 UTC  (4+ messages)
` [PATCH 1/9] xfs: fix error returns from xfs_bmapi_write

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

Libmount bug ?
 2024-10-15 11:44 UTC  (3+ messages)

fix stale delalloc punching for COW I/O v5
 2024-10-15 11:09 UTC  (3+ messages)

[PATCH] xfs: fix integer overflow in xrep_bmap
 2024-10-15 11:09 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to f6f91d290c8b
 2024-10-15 11:07 UTC 

[syzbot] [iomap?] WARNING in iomap_iter (3)
 2024-10-15 10:39 UTC  (3+ messages)

[PATCH v4] xfs: Check for delayed allocations before setting extsize
 2024-10-15  9:45 UTC 

xfs post-EOF block freeing fixes v2
 2024-10-15  3:39 UTC  (9+ messages)
` [PATCH] xfs: new EOF fragmentation tests

[PATCHBOMB 6.13] xfs: metadata directories and realtime groups
 2024-10-15  1:01 UTC  (3+ messages)

[PATCHSET v5.0 8/9] xfs: enable quota for realtime volumes
 2024-10-15  0:49 UTC  (15+ messages)
` [PATCH 1/6] xfs: fix chown with rt quota
` [PATCH 2/6] xfs: advertise realtime quota support in the xqm stat files
` [PATCH 3/6] xfs: report realtime block quota limits on realtime directories
` [PATCH 4/6] xfs: create quota preallocation watermarks for realtime quota
` [PATCH 5/6] xfs: reserve quota for realtime files correctly
` [PATCH 6/6] xfs: enable realtime quota again

[PATCHSET v5.0 4/9] xfs: create incore rt allocation groups
 2024-10-14 23:41 UTC  (4+ messages)
` [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper

[PATCHSET v5.0 5/9] xfs: preparation for realtime allocation groups
 2024-10-14  7:56 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-14  7:16 UTC  (17+ messages)
` [PATCH 06/12] huge_memory: Allow mappings of PUD sized pages
` [PATCH 07/12] huge_memory: Allow mappings of PMD "
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 11/12] mm: Remove pXX_devmap callers

[PATCH] xfs: test log recovery for extent frees right after growfs
 2024-10-14  6:00 UTC  (10+ messages)

[PATCH] xfs_logprint: Fix super block buffer interpretation issue
 2024-10-14  5:51 UTC  (6+ messages)

[PATCH v4] xfs_logprint: Fix super block buffer interpretation issue
 2024-10-13  4:29 UTC 

[PATCH v3] xfs_logprint: Fix super block buffer interpretation issue
 2024-10-12 22:11 UTC  (2+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-12 17:01 UTC  (24+ messages)

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

[PATCH v2] xfs_logprint: Fix super block buffer interpretation issue
 2024-10-12  1:13 UTC  (4+ messages)

xfsprogs build: missing hard dependency?
 2024-10-11 16:38 UTC  (2+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-11  8:56 UTC  (4+ messages)

[PATCH v2] xfs: Check for deallayed allocations before setting extsize
 2024-10-11  8:51 UTC  (3+ messages)


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