messages from 2024-10-17 18:54:17 to 2024-10-21 22:07:01 UTC [more...]
[PATCHBOMB] xfsprogs: catch us up to 6.12-rc4
2024-10-21 22:07 UTC (33+ 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
[PATCHSET v5.1 3/9] xfs: metadata inode directory trees
2024-10-21 17:27 UTC (32+ messages)
` [PATCH 01/29] xfs: constify the xfs_sb predicates
` [PATCH 02/29] xfs: constify the xfs_inode predicates
` [PATCH 03/29] xfs: rename metadata inode predicates
` [PATCH 04/29] xfs: standardize EXPERIMENTAL warning generation
` [PATCH 05/29] xfs: define the on-disk format for the metadir feature
` [PATCH 06/29] xfs: iget for metadata inodes
` [PATCH 07/29] xfs: load metadata directory root at mount time
` [PATCH 08/29] xfs: enforce metadata inode flag
` [PATCH 09/29] xfs: read and write metadata inode directory tree
` [PATCH 10/29] xfs: disable the agi rotor for metadata inodes
` [PATCH 11/29] xfs: hide metadata inodes from everyone because they are special
` [PATCH 12/29] xfs: advertise metadata directory feature
` [PATCH 13/29] xfs: allow bulkstat to return metadata directories
` [PATCH 14/29] xfs: don't count metadata directory files to quota
` [PATCH 15/29] xfs: mark quota inodes as metadata files
` [PATCH 16/29] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 17/29] xfs: record health problems with the metadata directory
` [PATCH 18/29] xfs: refactor directory tree root predicates
` [PATCH 19/29] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 20/29] xfs: don't fail repairs on metadata files with no attr fork
` [PATCH 21/29] xfs: metadata files can have xattrs if metadir is enabled
` [PATCH 22/29] xfs: adjust parent pointer scrubber for sb-rooted metadata files
` [PATCH 23/29] xfs: fix di_metatype field of inodes that won't load
` [PATCH 24/29] xfs: scrub metadata directories
` [PATCH 25/29] xfs: check the metadata directory inumber in superblocks
` [PATCH 26/29] xfs: move repair temporary files to the metadata directory tree
` [PATCH 27/29] xfs: check metadata directory file path connectivity
` [PATCH 28/29] xfs: confirm dotdot target before replacing it during a repair
` [PATCH 29/29] xfs: repair metadata directory file path connectivity
fix recovery of allocator ops after a growfs
2024-10-21 16:59 UTC (13+ messages)
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas
[PATCH 0/2] fstests/xfs: a couple growfs log recovery tests
2024-10-21 16:41 UTC (5+ messages)
[PATCH] xfs_spaceman: add dependency on libhandle target
2024-10-21 15:14 UTC (2+ messages)
[syzbot] [xfs?] KASAN: null-ptr-deref Write in xfs_filestream_select_ag (2)
2024-10-21 13:51 UTC (3+ messages)
` [PATCH] xfs: If unable to pick perag an error needs to be returned
[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
[PATCH v10 0/8] block atomic writes for xfs
2024-10-20 11:41 UTC (17+ 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
[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] iomap: writeback_control pointer part of iomap_writepage_ctx
2024-10-18 15:55 UTC
[syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (2)
2024-10-18 10:13 UTC (3+ 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 8/9] xfs: enable quota for realtime volumes
2024-10-17 19:11 UTC (7+ 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 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
[PATCHSET v5.1 6/9] xfs: shard the realtime section
2024-10-17 19:09 UTC (35+ messages)
` [PATCH 01/34] xfs: define the format of rt groups
` [PATCH 02/34] xfs: check the realtime superblock at mount time
` [PATCH 03/34] xfs: update realtime super every time we update the primary fs super
` [PATCH 04/34] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 05/34] xfs: check that rtblock extents do not break rtsupers or rtgroups
` [PATCH 06/34] xfs: add a helper to prevent bmap merges across rtgroup boundaries
` [PATCH 07/34] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 08/34] xfs: convert sick_map loops to use ARRAY_SIZE
` [PATCH 09/34] xfs: record rt group metadata errors in the health system
` [PATCH 10/34] xfs: export the geometry of realtime groups to userspace
` [PATCH 11/34] xfs: add block headers to realtime bitmap and summary blocks
` [PATCH 12/34] xfs: encode the rtbitmap in big endian format
` [PATCH 13/34] xfs: encode the rtsummary "
` [PATCH 14/34] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 15/34] xfs: store rtgroup information with a bmap intent
` [PATCH 16/34] xfs: force swapext to a realtime file to use the file content exchange ioctl
` [PATCH 17/34] xfs: support logging EFIs for realtime extents
` [PATCH 18/34] xfs: support error injection when freeing rt extents
` [PATCH 19/34] xfs: use realtime EFI to free extents when rtgroups are enabled
` [PATCH 20/34] xfs: don't merge ioends across RTGs
` [PATCH 21/34] xfs: make the RT allocator rtgroup aware
` [PATCH 22/34] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
` [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
[PATCHSET v5.1 5/9] xfs: preparation for realtime allocation groups
2024-10-17 19:03 UTC (3+ messages)
` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM
` [PATCH 2/2] iomap: add a merge boundary flag
[PATCHSET v5.1 4/9] xfs: create incore rt allocation groups
2024-10-17 19:03 UTC (22+ messages)
` [PATCH 01/21] xfs: clean up xfs_getfsmap_helper arguments
` [PATCH 02/21] xfs: create incore realtime group structures
` [PATCH 03/21] xfs: define locking primitives for realtime groups
` [PATCH 04/21] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 05/21] xfs: support caching rtgroup metadata inodes
` [PATCH 06/21] xfs: add rtgroup-based realtime scrubbing context management
` [PATCH 07/21] xfs: add a xfs_bmap_free_rtblocks helper
` [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper
` [PATCH 09/21] xfs: factor out a xfs_growfs_rt_alloc_blocks helper
` [PATCH 10/21] xfs: cleanup xfs_getfsmap_rtdev_rtbitmap
` [PATCH 11/21] xfs: split xfs_trim_rtdev_extents
` [PATCH 12/21] xfs: move RT bitmap and summary information to the rtgroup
` [PATCH 13/21] xfs: support creating per-RTG files in growfs
` [PATCH 14/21] xfs: remove XFS_ILOCK_RT*
` [PATCH 15/21] xfs: calculate RT bitmap and summary blocks based on sb_rextents
` [PATCH 16/21] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
` [PATCH 17/21] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
` [PATCH 18/21] xfs: factor out a xfs_growfs_check_rtgeom helper
` [PATCH 19/21] xfs: refactor xfs_rtbitmap_blockcount
` [PATCH 20/21] xfs: refactor xfs_rtsummary_blockcount
` [PATCH 21/21] xfs: make RT extent numbers relative to the rtgroup
[PATCHSET v5.1 2/9] xfs: create a generic allocation group structure
2024-10-17 18:54 UTC (4+ messages)
` [PATCH 14/16] xfs: add group based bno conversion helpers
` [PATCH 15/16] xfs: remove xfs_group_intent_hold and xfs_group_intent_rele
` [PATCH 16/16] xfs: store a generic group structure in the intents
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