public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-10 05:18:41 to 2024-12-11 22:33:29 UTC [more...]

[PATCH] xfs: fix integer overflow in xlog_grant_head_check
 2024-12-11 22:33 UTC  (5+ messages)

[PATCHSET v5.8 8/9] xfsprogs: store quota files in the metadir
 2024-12-11 22:22 UTC  (16+ messages)
` [PATCH 1/7] libfrog: scrub quota file metapaths
` [PATCH 2/7] xfs_db: support metadir quotas
` [PATCH 3/7] xfs_repair: refactor quota inumber handling
` [PATCH 4/7] xfs_repair: hoist the secondary sb qflags handling
` [PATCH 5/7] xfs_repair: support quota inodes in the metadata directory
` [PATCH 6/7] xfs_repair: try not to trash qflags on metadir filesystems
` [PATCH 7/7] mkfs: add quota flags when setting up filesystem

[PATCHSET v5.8 7/9] xfsprogs: shard the realtime section
 2024-12-11 22:18 UTC  (97+ messages)
` [PATCH 02/50] libxfs: adjust xfs_fsb_to_db to handle segmented rtblocks
` [PATCH 03/50] xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create
` [PATCH 04/50] libxfs: use correct rtx count to block count conversion
` [PATCH 05/50] libfrog: scrub the realtime group superblock
` [PATCH 06/50] man: document the rt group geometry ioctl
` [PATCH 07/50] libxfs: port userspace deferred log item to handle rtgroups
` [PATCH 08/50] libxfs: implement some sanity checking for enormous rgcount
` [PATCH 09/50] libfrog: support scrubbing rtgroup metadata paths
` [PATCH 10/50] libfrog: report rt groups in output
` [PATCH 12/50] xfs_logprint: report realtime EFIs
` [PATCH 13/50] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values
` [PATCH 15/50] xfs_repair: refactor offsetof+sizeof to offsetofend
` [PATCH 16/50] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 20/50] repair: use a separate bmaps array for real time groups
` [PATCH 21/50] xfs_repair: find and clobber rtgroup bitmap and summary files
` [PATCH 22/50] xfs_repair: support realtime superblocks
` [PATCH 23/50] xfs_repair: repair rtbitmap and rtsummary block headers
` [PATCH 24/50] xfs_repair: stop tracking duplicate RT extents with rtgroups
` [PATCH 25/50] xfs_db: fix the rtblock and rtextent commands for segmented rt block numbers
` [PATCH 26/50] xfs_db: fix rtconvert to handle segmented rtblocks
` [PATCH 27/50] xfs_db: listify the definition of enum typnm
` [PATCH 28/50] xfs_db: support dumping realtime group data and superblocks
` [PATCH 29/50] xfs_db: support changing the label and uuid of rt superblocks
` [PATCH 30/50] xfs_db: enable conversion of rt space units
` [PATCH 32/50] xfs_db: metadump realtime devices
` [PATCH 33/50] xfs_db: dump rt bitmap blocks
` [PATCH 34/50] xfs_db: dump rt summary blocks
` [PATCH 35/50] xfs_db: report rt group and block number in the bmap command
` [PATCH 36/50] xfs_mdrestore: restore rt group superblocks to realtime device
` [PATCH 37/50] xfs_io: support scrubbing rtgroup metadata
` [PATCH 38/50] xfs_io: support scrubbing rtgroup metadata paths
` [PATCH 39/50] xfs_io: add a command to display allocation group information
` [PATCH 40/50] xfs_io: add a command to display realtime "
` [PATCH 41/50] xfs_io: display rt group in verbose bmap output
` [PATCH 42/50] xfs_io: display rt group in verbose fsmap output
` [PATCH 43/50] xfs_spaceman: report on realtime group health
` [PATCH 44/50] xfs_scrub: scrub realtime allocation group metadata
` [PATCH 45/50] xfs_scrub: check rtgroup metadata directory connections
` [PATCH 46/50] xfs_scrub: call GETFSMAP for each rt group in parallel
` [PATCH 47/50] xfs_scrub: trim realtime volumes too
` [PATCH 48/50] xfs_scrub: use histograms to speed up phase 8 on the realtime volume
` [PATCH 49/50] mkfs: add headers to realtime bitmap blocks
` [PATCH 50/50] mkfs: format realtime groups

linux-next: build failure after merge of the xfs tree
 2024-12-11 21:41 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to e2b718c00102
 2024-12-11 21:39 UTC 

[PATCHSET v5.8 3/9] xfsprogs: metadata inode directory trees
 2024-12-11 21:25 UTC  (36+ messages)
` [PATCH 09/41] xfs_db: disable xfs_check when metadir is enabled
` [PATCH 14/41] xfs_db: display di_metatype
` [PATCH 15/41] xfs_io: support the bulkstat metadata directory flag
` [PATCH 21/41] xfs_repair: preserve the metadirino field when zeroing supers
` [PATCH 24/41] xfs_repair: refactor marking of metadata inodes
` [PATCH 31/41] xfs_repair: update incore metadata state whenever we create new files
` [PATCH 33/41] xfs_repair: mark space used by metadata files
` [PATCH 34/41] xfs_repair: adjust keep_fsinos to handle metadata directories
` [PATCH 35/41] xfs_repair: metadata dirs are never plausible root dirs
` [PATCH 36/41] xfs_repair: drop all the metadata directory files during pass 4
` [PATCH 37/41] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCH 38/41] xfs_repair: do not count metadata directory files when doing quotacheck
` [PATCH 39/41] xfs_repair: fix maximum file offset comparison
` [PATCH 41/41] mkfs.xfs: enable metadata directories

[PATCHBOMB v4] xfs: proposed fixes for 6.13-rc3
 2024-12-11 20:09 UTC  (9+ messages)
` [PATCHSET v4] xfs: bug fixes for 6.13
  ` [PATCH 1/6] xfs: don't move nondir/nonreg temporary repair files to the metadir namespace
  ` [PATCH 2/6] xfs: don't crash on corrupt /quotas dirent
  ` [PATCH 3/6] xfs: check pre-metadir fields correctly
  ` [PATCH 4/6] xfs: fix zero byte checking in the superblock scrubber
  ` [PATCH 5/6] xfs: return from xfs_symlink_verify early on V4 filesystems
  ` [PATCH 6/6] xfs: port xfs_ioc_start_commit to multigrain timestamps
` [GIT PULL] xfs: bug fixes for 6.13

[PATCH] Documentation: filesystems: fix two misspells
 2024-12-11 19:58 UTC  (3+ messages)

[PATCHBOMB v5.8] xfsprogs: metadata directories and realtime groups
 2024-12-11 19:40 UTC  (6+ messages)
` [PATCHSET 6/9] xfsprogs: bug fixes for 6.13
` [PATCHSET 5/9] xfsprogs: new code "

Bug when attempting to active swap file that used to be cloned/shared
 2024-12-11 18:24 UTC  (2+ messages)

xfsprogs metadir/rtgroup man page fixups
 2024-12-11 18:19 UTC  (5+ messages)
` [PATCH 1/2] mkfs: small rgcount man page fixup
` [PATCH 2/2] man: document rgextents geom field

[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-11 18:18 UTC  (7+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details
` [RFC 3/3] xfs_io: add extsize command support

[PATCH] xfs: fix !quota build
 2024-12-11 17:36 UTC  (4+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-11 16:30 UTC  (5+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[PATCH v3] xfs: fix the entry condition of exact EOF block allocation optimization
 2024-12-11 12:03 UTC 

[PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes
 2024-12-11 10:34 UTC  (9+ messages)
` [PATCH v6 1/3] iomap: pass byte granular end position to iomap_add_to_ioend
` (subset) [PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes

RFC: support for zoned devices
 2024-12-11  8:55 UTC  (44+ messages)
` [PATCH 01/43] xfs: constify feature checks
` [PATCH 02/43] xfs: factor out a xfs_rt_check_size helper
` [PATCH 03/43] xfs: add a rtg_blocks helper
` [PATCH 04/43] xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.c
` [PATCH 05/43] xfs: don't take m_sb_lock in xfs_fs_statfs
` [PATCH 06/43] xfs: refactor xfs_fs_statfs
` [PATCH 07/43] xfs: cleanup xfs_vn_getattr
` [PATCH 08/43] xfs: report the correct dio alignment for COW inodes
` [PATCH 09/43] xfs: generalize the freespace and reserved blocks handling
` [PATCH 10/43] xfs: preserve RT reservations across remounts
` [PATCH 11/43] xfs: skip always_cow inodes in xfs_reflink_trim_around_shared
` [PATCH 12/43] xfs: refine the unaligned check for always COW inodes in xfs_file_dio_write
` [PATCH 13/43] xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delay
` [PATCH 14/43] xfs: add a xfs_rtrmap_first_unwritten_rgbno helper
` [PATCH 15/43] xfs: define the zoned on-disk format
` [PATCH 16/43] xfs: allow internal RT devices for zoned mode
` [PATCH 17/43] xfs: don't allow growfs of the data device with internal RT device
` [PATCH 18/43] xfs: export zoned geometry via XFS_FSOP_GEOM
` [PATCH 19/43] xfs: disable sb_frextents for zoned file systems
` [PATCH 20/43] xfs: disable FITRIM for zoned RT devices
` [PATCH 21/43] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 22/43] xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_file
` [PATCH 23/43] xfs: parse and validate hardware zone information
` [PATCH 24/43] xfs: add the zoned space allocator
` [PATCH 25/43] xfs: add support for zoned space reservations
` [PATCH 26/43] xfs: implement zoned garbage collection
` [PATCH 27/43] xfs: implement buffered writes to zoned RT devices
` [PATCH 28/43] xfs: implement direct "
` [PATCH 29/43] xfs: wire up zoned block freeing in xfs_rtextent_free_finish_item
` [PATCH 30/43] xfs: hide reserved RT blocks from statfs
` [PATCH 31/43] xfs: support growfs on zoned file systems
` [PATCH 32/43] xfs: allow COW forks on zoned file systems in xchk_bmap
` [PATCH 33/43] xfs: support xchk_xref_is_used_rt_space on zoned file systems
` [PATCH 34/43] xfs: support xrep_require_rtext_inuse "
` [PATCH 35/43] xfs: enable fsmap reporting for internal RT devices
` [PATCH 36/43] xfs: disable reflink for zoned file systems
` [PATCH 37/43] xfs: disable rt quotas "
` [PATCH 38/43] xfs: enable the zoned RT device feature
` [PATCH 39/43] xfs: support zone gaps
` [PATCH 40/43] xfs: add a max_open_zones mount option
` [PATCH 41/43] xfs: support write life time based data placement
` [PATCH 42/43] xfs: wire up the show_stats super operation
` [PATCH 43/43] xfs: export zone stats in /proc/*/mountstats

RFC: iomap patches for zoned XFS
 2024-12-11  8:53 UTC  (9+ messages)
` [PATCH 1/8] iomap: allow the file system to submit the writeback bios
` [PATCH 2/8] iomap: simplify io_flags and io_type in struct iomap_ioend
` [PATCH 3/8] iomap: add a IOMAP_F_ZONE_APPEND flag
` [PATCH 4/8] iomap: split bios to zone append limits in the submission handlers
` [PATCH 5/8] iomap: optionally use ioends for direct I/O
` [PATCH 6/8] iomap: pass private data to iomap_page_mkwrite
` [PATCH 7/8] iomap: pass private data to iomap_zero_range
` [PATCH 8/8] iomap: pass private data to iomap_truncate_page

[PATCHSET v5.5 04/10] xfs: create incore rt allocation groups
 2024-12-11  3:51 UTC  (4+ messages)
` [PATCH 02/21] xfs: create incore realtime group structures

[linus:master] [iomap] fde4c4c3ec: stress-ng.metamix.ops_per_sec 5880.5% improvement
 2024-12-10 14:25 UTC 

[GIT PULL] xfs: bug fixes for 6.13
 2024-12-10 14:09 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 3c171ea60082
 2024-12-10 13:55 UTC 

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-10 12:57 UTC  (8+ messages)
` [PATCH v2 1/7] iomap: Increase iomap_dio_zero() size limit
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support
` [PATCH v2 3/7] iomap: Lift blocksize restriction on atomic writes
` [PATCH v2 4/7] xfs: Add extent zeroing support for "
` [PATCH v2 5/7] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 6/7] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH v2 7/7] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 2024-12-10 11:20 UTC  (5+ messages)

[PATCH] xfs: fix race condition in inodegc list and cpumask handling
 2024-12-10  6:20 UTC  (4+ messages)

[PATCHSET v5.8 9/9] xfsprogs: enable quota for realtime voluems
 2024-12-10  6:18 UTC  (5+ messages)
` [PATCH 1/2] xfs_quota: report warning limits for realtime space quotas
` [PATCH 2/2] mkfs: enable rt quota options

[PATCHSET v5.8 4/9] mkfs: make protofiles less janky
 2024-12-10  5:24 UTC  (9+ messages)
` [PATCH 1/4] libxfs: resync libxfs_alloc_file_space interface with the kernel
` [PATCH 2/4] mkfs: support copying in large or sparse files
` [PATCH 3/4] mkfs: support copying in xattrs
` [PATCH 4/4] mkfs: add a utility to generate protofiles


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