messages from 2024-10-17 19:07:54 to 2024-10-24 18:02:59 UTC [more...]
fix recovery of allocator ops after a growfs
2024-10-24 18:02 UTC (16+ messages)
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas
filestreams syzbot fix v2
2024-10-24 17:58 UTC (5+ messages)
` [PATCH 1/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag
` [PATCH 2/2] xfs: streamline xfs_filestream_pick_ag
[PATCH] iomap: elide zero range flush from partial eof zeroing
2024-10-24 17:41 UTC (4+ messages)
[PATCH 0/3] xfs: sparse inodes overlap end of filesystem
2024-10-24 17:00 UTC (8+ messages)
` [PATCH 1/3] xfs: fix sparse inode limits on runt AG
` [PATCH 2/3] xfs: allow sparse inode records at the end of runt AGs
` [PATCH 3/3] xfs: sb_spino_align is not verified
[PATCH] xfs: remove the post-EOF prealloc tests from the auto and quick groups
2024-10-24 13:24 UTC (6+ messages)
[PATCH v5 00/18] fanotify: add pre-content hooks
2024-10-24 13:06 UTC (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open
[PATCH 0/2] fix generic quota tests for XFS with 32k and 64k block sizes
2024-10-24 11:23 UTC (3+ messages)
` [PATCH 1/2] generic/219: use filesystem blocksize while calculating the file size
` [PATCH 2/2] generic: increase file size to match CoW delayed allocation for XFS 64k bs
[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
2024-10-24 7:52 UTC (9+ messages)
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
[PATCH v10 0/8] block atomic writes for xfs
2024-10-24 6:32 UTC (20+ messages)
` [PATCH v10 1/8] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v10 2/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()
` [PATCH v10 3/8] block: Add bdev atomic write limits helpers
` [PATCH v10 4/8] fs: Export generic_atomic_write_valid()
` [PATCH v10 5/8] fs: iomap: Atomic write support
` [PATCH v10 6/8] xfs: Support atomic write for statx
` [PATCH v10 7/8] xfs: Validate atomic writes
` [PATCH v10 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
` (subset) [PATCH v10 0/8] block atomic writes for xfs
[linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression
2024-10-23 14:15 UTC (5+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 4a201dcfa1ff
2024-10-23 12:22 UTC
[PATCH v4] xfs: Check for delayed allocations before setting extsize
2024-10-23 9:53 UTC (2+ messages)
filestreams syzbot fix
2024-10-23 5:08 UTC (7+ messages)
` [PATCH 1/2] xfs: streamline xfs_filestream_pick_ag
` [PATCH 2/2] xfs: fix finding a last resort AG in xfs_filestream_pick_ag
[PATCHSET 1/2] fstests: fix fstests for 64k fsblock size
2024-10-23 4:23 UTC (7+ messages)
` [PATCH 1/2] common/xfs: _notrun tests that fail due to block size < sector size
` [PATCH 2/2] xfs/161: adapt the test case for LBS filesystem
[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx
2024-10-23 0:49 UTC (4+ messages)
[PATCH 0/2] generic: Addition of new tests for extsize hints
2024-10-22 19:26 UTC (3+ messages)
` [PATCH 1/2] common/xfs,xfs/207: Adding a common helper function to check xflag bits on a given file
` [PATCH 2/2] generic: Addition of new tests for extsize hints
[PATCHBOMB] xfsprogs: catch us up to 6.12-rc4
2024-10-22 17:46 UTC (44+ messages)
` [PATCHSET] libxfs: new code for 6.12
` [PATCH 01/37] libxfs: require -std=gnu11 for compilation by default
` [PATCH 02/37] libxfs: compile with a C++ compiler
` [PATCH 03/37] libxfs: port IS_ENABLED from the kernel
` [PATCH 04/37] libfrog: add xarray emulation
` [PATCH 05/37] xfs: introduce new file range commit ioctls
` [PATCH 06/37] xfs: pass the icreate args object to xfs_dialloc
` [PATCH 07/37] xfs: remove xfs_validate_rtextents
` [PATCH 08/37] xfs: factor out a xfs_validate_rt_geometry helper
` [PATCH 09/37] xfs: remove the limit argument to xfs_rtfind_back
` [PATCH 10/37] xfs: assert a valid limit in xfs_rtfind_forw
` [PATCH 11/37] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
` [PATCH 12/37] xfs: factor out rtbitmap/summary initialization helpers
` [PATCH 13/37] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
` [PATCH 14/37] xfs: ensure rtx mask/shift are correct after growfs
` [PATCH 15/37] xfs: remove xfs_rtb_to_rtxrem
` [PATCH 16/37] xfs: simplify xfs_rtalloc_query_range
` [PATCH 17/37] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
` [PATCH 18/37] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
` [PATCH 19/37] xfs: replace m_rsumsize with m_rsumblocks
` [PATCH 20/37] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 21/37] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 22/37] xfs: standardize the btree maxrecs function parameters
` [PATCH 23/37] xfs: use kvmalloc for xattr buffers
` [PATCH 24/37] xfs: remove unnecessary check
` [PATCH 25/37] xfs: use kfree_rcu_mightsleep to free the perag structures
` [PATCH 26/37] xfs: move the tagged perag lookup helpers to xfs_icache.c
` [PATCH 27/37] xfs: convert perag lookup to xarray
` [PATCH 28/37] xfs: ensure st_blocks never goes to zero during COW writes
` [PATCH 29/37] xfs: enable block size larger than page size support
` [PATCH 30/37] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 31/37] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 32/37] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 33/37] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 34/37] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 35/37] xfs: don't ifdef around the exact minlen allocations
` [PATCH 36/37] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 37/37] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
[PATCHSET v5.1 3/9] xfs: metadata inode directory trees
2024-10-22 11:16 UTC (9+ messages)
` [PATCH 03/29] xfs: rename metadata inode predicates
` [PATCH 04/29] xfs: standardize EXPERIMENTAL warning generation
` [PATCH 20/29] xfs: don't fail repairs on metadata files with no attr fork
[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag (2)
2024-10-22 10:11 UTC (5+ messages)
` [PATCH] xfs: If unable to pick perag an error needs to be returned
[PATCHSET v5.1 8/9] xfs: enable quota for realtime volumes
2024-10-22 5:54 UTC (8+ 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.1 6/9] xfs: shard the realtime section
2024-10-22 5:54 UTC (14+ messages)
` [PATCH 23/34] xfs: scrub the realtime group superblock
` [PATCH 24/34] xfs: repair "
` [PATCH 25/34] xfs: scrub metadir paths for rtgroup metadata
` [PATCH 26/34] xfs: mask off the rtbitmap and summary inodes when metadir in use
` [PATCH 27/34] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
` [PATCH 28/34] xfs: create helpers to deal with rounding xfs_filblks_t "
` [PATCH 29/34] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
` [PATCH 30/34] xfs: adjust min_block usage in xfs_verify_agbno
` [PATCH 31/34] xfs: move the min and max group block numbers to xfs_group
` [PATCH 32/34] xfs: port the perag discard code to handle generic groups
` [PATCH 33/34] xfs: implement busy extent tracking for rtgroups
` [PATCH 34/34] xfs: use rtgroup busy extent list for FITRIM
[PATCH 0/2] fstests/xfs: a couple growfs log recovery tests
2024-10-22 5:52 UTC (6+ messages)
[PATCHSET 2/2] fstests: random new stuff for v2024.10.14
2024-10-22 5:48 UTC (3+ messages)
` [PATCH 1/1] misc: amend unicode confusing name tests to check for hidden tag characters
[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (2)
2024-10-21 22:44 UTC (4+ messages)
[PATCH] xfs_spaceman: add dependency on libhandle target
2024-10-21 15:14 UTC (2+ messages)
[PATCH 6.6 024/124] xfs: fix error returns from xfs_bmapi_write
2024-10-21 10:24 UTC (21+ messages)
` [PATCH 6.6 025/124] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 6.6 026/124] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
` [PATCH 6.6 027/124] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
` [PATCH 6.6 028/124] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
` [PATCH 6.6 029/124] xfs: fix missing check for invalid attr flags
` [PATCH 6.6 030/124] xfs: check shortform attr entry flags specifically
` [PATCH 6.6 031/124] xfs: validate recovered name buffers when recovering xattr items
` [PATCH 6.6 032/124] xfs: enforce one namespace per attribute
` [PATCH 6.6 033/124] xfs: revert commit 44af6c7e59b12
` [PATCH 6.6 034/124] xfs: use dontcache for grabbing inodes during scrub
` [PATCH 6.6 035/124] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH 6.6 036/124] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH 6.6 037/124] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH 6.6 038/124] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH 6.6 039/124] xfs: allow symlinks with short remote targets
` [PATCH 6.6 040/124] xfs: make sure sb_fdblocks is non-negative
` [PATCH 6.6 041/124] xfs: fix unlink vs cluster buffer instantiation race
` [PATCH 6.6 042/124] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 6.6 043/124] xfs: allow unlinked symlinks and dirs with zero size
` [PATCH 6.6 044/124] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
[PATCH] xfs: remove unknown compat feature check in superblock write validation
2024-10-21 1:25 UTC
[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
2024-10-20 6:45 UTC
[ANNOUNCE] xfsprogs v6.11.0 released
2024-10-19 10:17 UTC
[PATCHBOMB 6.13 v5.1] xfs: metadata directories and realtime groups
2024-10-18 23:11 UTC (3+ messages)
[GIT PULL] xfs: bug fixes for 6.12-rc4
2024-10-18 19:00 UTC (2+ messages)
[PATCH v9 0/8] block atomic writes for xfs
2024-10-18 17:43 UTC (4+ messages)
[PATCH v3] xfs: Check for delayed allocations before setting extsize
2024-10-18 9:54 UTC (10+ messages)
[PATCH 6.6 00/21] xfs backports for 6.6.y (from 6.10)
2024-10-18 8:44 UTC (2+ messages)
[PATCHSET v5.1 9/9] xfs: enable metadir
2024-10-17 19:11 UTC (3+ messages)
` [PATCH 1/2] xfs: update sb field checks when metadir is turned on
` [PATCH 2/2] xfs: enable metadata directory feature
[PATCHSET v5.1 7/9] xfs: persist quota options with metadir
2024-10-17 19:10 UTC (5+ messages)
` [PATCH 1/4] xfs: refactor xfs_qm_destroy_quotainos
` [PATCH 2/4] xfs: use metadir for quota inodes
` [PATCH 3/4] xfs: scrub quota file metapaths
` [PATCH 4/4] xfs: persist quota flags with metadir
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