Linux XFS
[Prev Page][Next Page]
- [PATCH 07/16] xfs: move draining of deferred operations to the generic group structure, (continued)
- [PATCHSET v5.1 3/9] xfs: metadata inode directory trees, Darrick J. Wong
- [PATCH 01/29] xfs: constify the xfs_sb predicates, Darrick J. Wong
- [PATCH 02/29] xfs: constify the xfs_inode predicates, Darrick J. Wong
- [PATCH 03/29] xfs: rename metadata inode predicates, Darrick J. Wong
- [PATCH 04/29] xfs: standardize EXPERIMENTAL warning generation, Darrick J. Wong
- [PATCH 05/29] xfs: define the on-disk format for the metadir feature, Darrick J. Wong
- [PATCH 06/29] xfs: iget for metadata inodes, Darrick J. Wong
- [PATCH 07/29] xfs: load metadata directory root at mount time, Darrick J. Wong
- [PATCH 08/29] xfs: enforce metadata inode flag, Darrick J. Wong
- [PATCH 09/29] xfs: read and write metadata inode directory tree, Darrick J. Wong
- [PATCH 11/29] xfs: hide metadata inodes from everyone because they are special, Darrick J. Wong
- [PATCH 10/29] xfs: disable the agi rotor for metadata inodes, Darrick J. Wong
- [PATCH 12/29] xfs: advertise metadata directory feature, Darrick J. Wong
- [PATCH 13/29] xfs: allow bulkstat to return metadata directories, Darrick J. Wong
- [PATCH 14/29] xfs: don't count metadata directory files to quota, Darrick J. Wong
- [PATCH 15/29] xfs: mark quota inodes as metadata files, Darrick J. Wong
- [PATCH 16/29] xfs: adjust xfs_bmap_add_attrfork for metadir, Darrick J. Wong
- [PATCH 17/29] xfs: record health problems with the metadata directory, Darrick J. Wong
- [PATCH 18/29] xfs: refactor directory tree root predicates, Darrick J. Wong
- [PATCH 19/29] xfs: do not count metadata directory files when doing online quotacheck, Darrick J. Wong
- [PATCH 20/29] xfs: don't fail repairs on metadata files with no attr fork, Darrick J. Wong
- [PATCH 21/29] xfs: metadata files can have xattrs if metadir is enabled, Darrick J. Wong
- [PATCH 22/29] xfs: adjust parent pointer scrubber for sb-rooted metadata files, Darrick J. Wong
- [PATCH 23/29] xfs: fix di_metatype field of inodes that won't load, Darrick J. Wong
- [PATCH 24/29] xfs: scrub metadata directories, Darrick J. Wong
- [PATCH 25/29] xfs: check the metadata directory inumber in superblocks, Darrick J. Wong
- [PATCH 26/29] xfs: move repair temporary files to the metadata directory tree, Darrick J. Wong
- [PATCH 27/29] xfs: check metadata directory file path connectivity, Darrick J. Wong
- [PATCH 29/29] xfs: repair metadata directory file path connectivity, Darrick J. Wong
- [PATCH 28/29] xfs: confirm dotdot target before replacing it during a repair, Darrick J. Wong
- [PATCHSET v5.1 4/9] xfs: create incore rt allocation groups, Darrick J. Wong
- [PATCH 01/21] xfs: clean up xfs_getfsmap_helper arguments, Darrick J. Wong
- [PATCH 02/21] xfs: create incore realtime group structures, Darrick J. Wong
- [PATCH 03/21] xfs: define locking primitives for realtime groups, Darrick J. Wong
- [PATCH 04/21] xfs: add a lockdep class key for rtgroup inodes, Darrick J. Wong
- [PATCH 05/21] xfs: support caching rtgroup metadata inodes, Darrick J. Wong
- [PATCH 06/21] xfs: add rtgroup-based realtime scrubbing context management, Darrick J. Wong
- [PATCH 07/21] xfs: add a xfs_bmap_free_rtblocks helper, Darrick J. Wong
- [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper, Darrick J. Wong
- [PATCH 09/21] xfs: factor out a xfs_growfs_rt_alloc_blocks helper, Darrick J. Wong
- [PATCH 10/21] xfs: cleanup xfs_getfsmap_rtdev_rtbitmap, Darrick J. Wong
- [PATCH 11/21] xfs: split xfs_trim_rtdev_extents, Darrick J. Wong
- [PATCH 13/21] xfs: support creating per-RTG files in growfs, Darrick J. Wong
- [PATCH 12/21] xfs: move RT bitmap and summary information to the rtgroup, Darrick J. Wong
- [PATCH 14/21] xfs: remove XFS_ILOCK_RT*, Darrick J. Wong
- [PATCH 16/21] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper, Darrick J. Wong
- [PATCH 15/21] xfs: calculate RT bitmap and summary blocks based on sb_rextents, Darrick J. Wong
- [PATCH 17/21] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks, Darrick J. Wong
- [PATCH 18/21] xfs: factor out a xfs_growfs_check_rtgeom helper, Darrick J. Wong
- [PATCH 19/21] xfs: refactor xfs_rtbitmap_blockcount, Darrick J. Wong
- [PATCH 20/21] xfs: refactor xfs_rtsummary_blockcount, Darrick J. Wong
- [PATCH 21/21] xfs: make RT extent numbers relative to the rtgroup, Darrick J. Wong
- [PATCHSET v5.1 5/9] xfs: preparation for realtime allocation groups, Darrick J. Wong
- [PATCHSET v5.1 6/9] xfs: shard the realtime section, Darrick J. Wong
- [PATCH 01/34] xfs: define the format of rt groups, Darrick J. Wong
- [PATCH 02/34] xfs: check the realtime superblock at mount time, Darrick J. Wong
- [PATCH 03/34] xfs: update realtime super every time we update the primary fs super, Darrick J. Wong
- [PATCH 04/34] xfs: export realtime group geometry via XFS_FSOP_GEOM, Darrick J. Wong
- [PATCH 05/34] xfs: check that rtblock extents do not break rtsupers or rtgroups, Darrick J. Wong
- [PATCH 06/34] xfs: add a helper to prevent bmap merges across rtgroup boundaries, Darrick J. Wong
- [PATCH 07/34] xfs: add frextents to the lazysbcounters when rtgroups enabled, Darrick J. Wong
- [PATCH 08/34] xfs: convert sick_map loops to use ARRAY_SIZE, Darrick J. Wong
- [PATCH 09/34] xfs: record rt group metadata errors in the health system, Darrick J. Wong
- [PATCH 10/34] xfs: export the geometry of realtime groups to userspace, Darrick J. Wong
- [PATCH 11/34] xfs: add block headers to realtime bitmap and summary blocks, Darrick J. Wong
- [PATCH 12/34] xfs: encode the rtbitmap in big endian format, Darrick J. Wong
- [PATCH 13/34] xfs: encode the rtsummary in big endian format, Darrick J. Wong
- [PATCH 14/34] xfs: grow the realtime section when realtime groups are enabled, Darrick J. Wong
- [PATCH 15/34] xfs: store rtgroup information with a bmap intent, Darrick J. Wong
- [PATCH 16/34] xfs: force swapext to a realtime file to use the file content exchange ioctl, Darrick J. Wong
- [PATCH 17/34] xfs: support logging EFIs for realtime extents, Darrick J. Wong
- [PATCH 18/34] xfs: support error injection when freeing rt extents, Darrick J. Wong
- [PATCH 19/34] xfs: use realtime EFI to free extents when rtgroups are enabled, Darrick J. Wong
- [PATCH 20/34] xfs: don't merge ioends across RTGs, Darrick J. Wong
- [PATCH 21/34] xfs: make the RT allocator rtgroup aware, Darrick J. Wong
- [PATCH 22/34] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub, Darrick J. Wong
- [PATCH 23/34] xfs: scrub the realtime group superblock, Darrick J. Wong
- [PATCH 26/34] xfs: mask off the rtbitmap and summary inodes when metadir in use, Darrick J. Wong
- [PATCH 24/34] xfs: repair realtime group superblock, Darrick J. Wong
- [PATCH 25/34] xfs: scrub metadir paths for rtgroup metadata, Darrick J. Wong
- [PATCH 27/34] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries, Darrick J. Wong
- [PATCH 28/34] xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries, Darrick J. Wong
- [PATCH 29/34] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t, Darrick J. Wong
- [PATCH 30/34] xfs: adjust min_block usage in xfs_verify_agbno, Darrick J. Wong
- [PATCH 31/34] xfs: move the min and max group block numbers to xfs_group, Darrick J. Wong
- [PATCH 33/34] xfs: implement busy extent tracking for rtgroups, Darrick J. Wong
- [PATCH 32/34] xfs: port the perag discard code to handle generic groups, Darrick J. Wong
- [PATCH 34/34] xfs: use rtgroup busy extent list for FITRIM, Darrick J. Wong
- [PATCHSET v5.1 7/9] xfs: persist quota options with metadir, Darrick J. Wong
- [PATCHSET v5.1 9/9] xfs: enable metadir, Darrick J. Wong
- [PATCHSET v5.1 8/9] xfs: enable quota for realtime volumes, Darrick J. Wong
- Re: [PATCHBOMB 6.13 v5.1] xfs: metadata directories and realtime groups, Dave Chinner
- [PATCH 0/2] fstests/xfs: a couple growfs log recovery tests,
Brian Foster
- [syzbot] [xfs?] INFO: task hung in xfs_ail_push_all_sync (2),
syzbot
- [PATCHSET 2/2] fstests: random new stuff for v2024.10.14,
Darrick J. Wong
- [PATCHSET 1/2] fstests: fix fstests for 64k fsblock size,
Darrick J. Wong
- [syzbot] Monthly xfs report (Oct 2024), syzbot
- XFS performance degradation during running cp command with big test file,
Xiongwei Song
- [PATCH v9 0/8] block atomic writes for xfs,
John Garry
- [PATCH] iomap: provide iomap_want_unshare_iter() stub for !CONFIG_BLOCK,
Arnd Bergmann
- [PATCH 6.6 00/21] xfs backports for 6.6.y (from 6.10),
Catherine Hoang
- [PATCH 6.6 02/21] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions, Catherine Hoang
- [PATCH 6.6 03/21] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent, Catherine Hoang
- [PATCH 6.6 04/21] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery, Catherine Hoang
- [PATCH 6.6 05/21] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2, Catherine Hoang
- [PATCH 6.6 06/21] xfs: fix missing check for invalid attr flags, Catherine Hoang
- [PATCH 6.6 08/21] xfs: validate recovered name buffers when recovering xattr items, Catherine Hoang
- [PATCH 6.6 09/21] xfs: enforce one namespace per attribute, Catherine Hoang
- [PATCH 6.6 07/21] xfs: check shortform attr entry flags specifically, Catherine Hoang
- [PATCH 6.6 01/21] xfs: fix error returns from xfs_bmapi_write, Catherine Hoang
- [PATCH 6.6 10/21] xfs: revert commit 44af6c7e59b12, Catherine Hoang
- [PATCH 6.6 12/21] xfs: match lock mode in xfs_buffered_write_iomap_begin(), Catherine Hoang
- [PATCH 6.6 13/21] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional, Catherine Hoang
- [PATCH 6.6 11/21] xfs: use dontcache for grabbing inodes during scrub, Catherine Hoang
- [PATCH 6.6 14/21] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset, Catherine Hoang
- [PATCH 6.6 15/21] xfs: convert delayed extents to unwritten when zeroing post eof blocks, Catherine Hoang
- [PATCH 6.6 19/21] xfs: fix freeing speculative preallocations for preallocated files, Catherine Hoang
- [PATCH 6.6 18/21] xfs: fix unlink vs cluster buffer instantiation race, Catherine Hoang
- [PATCH 6.6 16/21] xfs: allow symlinks with short remote targets, Catherine Hoang
- [PATCH 6.6 21/21] xfs: allow unlinked symlinks and dirs with zero size, Catherine Hoang
- [PATCH 6.6 20/21] xfs: restrict when we try to align cow fork delalloc to cowextsz hints, Catherine Hoang
- [PATCH 6.6 17/21] xfs: make sure sb_fdblocks is non-negative, Catherine Hoang
- Re: [PATCH 6.6 00/21] xfs backports for 6.6.y (from 6.10), Greg KH
- linux-next: duplicate patches in the vfs-brauner tree, Stephen Rothwell
- [ANNOUNCE] xfs-linux: for-next updated to f6f91d290c8b, Carlos Maiolino
- [PATCH v4] xfs: Check for delayed allocations before setting extsize,
Ojaswin Mujoo
- [syzbot] [iomap?] WARNING in iomap_iter (3),
syzbot
- [PATCH v8 0/7] block atomic writes for xfs,
John Garry
- [PATCH] iomap: turn iomap_want_unshare_iter into an inline function,
Christoph Hellwig
- [no subject], Unknown
- [linus:master] [iomap] c5c810b94c: stress-ng.metamix.ops_per_sec -98.4% regression,
kernel test robot
- Re: [PATCH v3] xfs_logprint: Fix super block buffer interpretation issue, Dave Chinner
- Libmount bug ?,
Alan Huang
- [PATCH] xfs: port xfs/122 to the kernel,
Darrick J. Wong
- [PATCH v3] xfs: Check for delayed allocations before setting extsize,
Ojaswin Mujoo
- xfsprogs build: missing hard dependency?,
Páder Rezső
- Re: [PATCH v2] xfs_logprint: Fix super block buffer interpretation issue,
Christoph Hellwig
- Re: [PATCH] xfs_logprint: Fix super block buffer interpretation issue,
Darrick J. Wong
[PATCHBOMB 6.13] xfs: metadata directories and realtime groups,
Darrick J. Wong
- [PATCHSET v5.0 1/9] xfs: convert perag to use xarrays, Darrick J. Wong
- [PATCH 01/25] xfs: pass the exact range to initialize to xfs_initialize_perag, Darrick J. Wong
- [PATCH 02/25] xfs: merge the perag freeing helpers, Darrick J. Wong
- [PATCH 03/25] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag, Darrick J. Wong
- [PATCH 04/25] xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev, Darrick J. Wong
- [PATCH 05/25] xfs: remove the unused pagb_count field in struct xfs_perag, Darrick J. Wong
- [PATCH 06/25] xfs: remove the unused pag_active_wq field in struct xfs_perag, Darrick J. Wong
- [PATCH 07/25] xfs: pass a pag to xfs_difree_inode_chunk, Darrick J. Wong
- [PATCH 08/25] xfs: remove the agno argument to xfs_free_ag_extent, Darrick J. Wong
- [PATCH 09/25] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers, Darrick J. Wong
- [PATCH 10/25] xfs: add a xfs_agino_to_ino helper, Darrick J. Wong
- [PATCH 11/25] xfs: pass a pag to xfs_extent_busy_{search,reuse}, Darrick J. Wong
- [PATCH 12/25] xfs: keep a reference to the pag for busy extents, Darrick J. Wong
- [PATCH 13/25] xfs: remove the mount field from struct xfs_busy_extents, Darrick J. Wong
- [PATCH 14/25] xfs: remove the unused trace_xfs_iwalk_ag trace point, Darrick J. Wong
- [PATCH 15/25] xfs: remove the unused xrep_bmap_walk_rmap trace point, Darrick J. Wong
- [PATCH 16/25] xfs: constify pag arguments to trace points, Darrick J. Wong
- [PATCH 17/25] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point, Darrick J. Wong
- [PATCH 18/25] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points, Darrick J. Wong
- [PATCH 19/25] xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point, Darrick J. Wong
- [PATCH 20/25] xfs: pass objects to the xrep_ibt_walk_rmap tracepoint, Darrick J. Wong
- [PATCH 21/25] xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points, Darrick J. Wong
- [PATCH 22/25] xfs: pass the pag to the xrep_newbt_extent_class tracepoints, Darrick J. Wong
- [PATCH 23/25] xfs: convert remaining trace points to pass pag structures, Darrick J. Wong
- [PATCH 24/25] xfs: split xfs_initialize_perag, Darrick J. Wong
- [PATCH 25/25] xfs: insert the pag structures into the xarray later, Darrick J. Wong
- [PATCHSET v5.0 2/9] xfs: create a generic allocation group structure, Darrick J. Wong
- [PATCH 01/16] xfs: factor out a xfs_iwalk_args helper, Darrick J. Wong
- [PATCH 02/16] xfs: factor out a generic xfs_group structure, Darrick J. Wong
- [PATCH 03/16] xfs: add a xfs_group_next_range helper, Darrick J. Wong
- [PATCH 04/16] xfs: switch perag iteration from the for_each macros to a while based iterator, Darrick J. Wong
- [PATCH 05/16] xfs: move metadata health tracking to the generic group structure, Darrick J. Wong
- [PATCH 06/16] xfs: mark xfs_perag_intent_{hold,rele} static, Darrick J. Wong
- [PATCH 07/16] xfs: move draining of deferred operations to the generic group structure, Darrick J. Wong
- [PATCH 08/16] xfs: move the online repair rmap hooks to the generic group structure, Darrick J. Wong
- [PATCH 09/16] xfs: return the busy generation from xfs_extent_busy_list_empty, Darrick J. Wong
- [PATCH 10/16] xfs: convert extent busy tracking to the generic group structure, Darrick J. Wong
- [PATCH 11/16] xfs: convert busy extent tracking to the generic group structure, Darrick J. Wong
- [PATCH 12/16] xfs: add a generic group pointer to the btree cursor, Darrick J. Wong
- [PATCH 13/16] xfs: store a generic xfs_group pointer in xfs_getfsmap_info, Darrick J. Wong
- [PATCH 14/16] xfs: add group based bno conversion helpers, Darrick J. Wong
- [PATCH 15/16] xfs: remove xfs_group_intent_hold and xfs_group_intent_rele, Darrick J. Wong
- [PATCH 16/16] xfs: store a generic group structure in the intents, Darrick J. Wong
- [PATCHSET v5.0 4/9] xfs: create incore rt allocation groups, Darrick J. Wong
- [PATCH 01/21] xfs: clean up xfs_getfsmap_helper arguments, Darrick J. Wong
- [PATCH 02/21] xfs: create incore realtime group structures, Darrick J. Wong
- [PATCH 03/21] xfs: define locking primitives for realtime groups, Darrick J. Wong
- [PATCH 04/21] xfs: add a lockdep class key for rtgroup inodes, Darrick J. Wong
- [PATCH 05/21] xfs: support caching rtgroup metadata inodes, Darrick J. Wong
- [PATCH 06/21] xfs: add rtgroup-based realtime scrubbing context management, Darrick J. Wong
- [PATCH 07/21] xfs: add a xfs_bmap_free_rtblocks helper, Darrick J. Wong
- [PATCH 08/21] xfs: add a xfs_qm_unmount_rt helper, Darrick J. Wong
- [PATCH 09/21] xfs: factor out a xfs_growfs_rt_alloc_blocks helper, Darrick J. Wong
- [PATCH 10/21] xfs: cleanup xfs_getfsmap_rtdev_rtbitmap, Darrick J. Wong
- [PATCH 11/21] xfs: split xfs_trim_rtdev_extents, Darrick J. Wong
- [PATCH 12/21] xfs: move RT bitmap and summary information to the rtgroup, Darrick J. Wong
- [PATCH 13/21] xfs: support creating per-RTG files in growfs, Darrick J. Wong
- [PATCH 14/21] xfs: remove XFS_ILOCK_RT*, Darrick J. Wong
- [PATCH 15/21] xfs: calculate RT bitmap and summary blocks based on sb_rextents, Darrick J. Wong
- [PATCH 16/21] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper, Darrick J. Wong
- [PATCH 17/21] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks, Darrick J. Wong
- [PATCH 18/21] xfs: factor out a xfs_growfs_check_rtgeom helper, Darrick J. Wong
- [PATCH 19/21] xfs: refactor xfs_rtbitmap_blockcount, Darrick J. Wong
- [PATCH 20/21] xfs: refactor xfs_rtsummary_blockcount, Darrick J. Wong
- [PATCH 21/21] xfs: make RT extent numbers relative to the rtgroup, Darrick J. Wong
- [PATCHSET v5.0 3/9] xfs: metadata inode directory trees, Darrick J. Wong
- [PATCH 01/28] xfs: constify the xfs_sb predicates, Darrick J. Wong
- [PATCH 02/28] xfs: constify the xfs_inode predicates, Darrick J. Wong
- [PATCH 03/28] xfs: define the on-disk format for the metadir feature, Darrick J. Wong
- [PATCH 04/28] xfs: undefine the sb_bad_features2 when metadir is enabled, Darrick J. Wong
- [PATCH 05/28] xfs: iget for metadata inodes, Darrick J. Wong
- [PATCH 06/28] xfs: load metadata directory root at mount time, Darrick J. Wong
- [PATCH 07/28] xfs: enforce metadata inode flag, Darrick J. Wong
- [PATCH 08/28] xfs: read and write metadata inode directory tree, Darrick J. Wong
- [PATCH 09/28] xfs: disable the agi rotor for metadata inodes, Darrick J. Wong
- [PATCH 10/28] xfs: hide metadata inodes from everyone because they are special, Darrick J. Wong
- [PATCH 11/28] xfs: advertise metadata directory feature, Darrick J. Wong
- [PATCH 12/28] xfs: allow bulkstat to return metadata directories, Darrick J. Wong
- [PATCH 13/28] xfs: don't count metadata directory files to quota, Darrick J. Wong
- [PATCH 15/28] xfs: adjust xfs_bmap_add_attrfork for metadir, Darrick J. Wong
- [PATCH 14/28] xfs: mark quota inodes as metadata files, Darrick J. Wong
- [PATCH 16/28] xfs: record health problems with the metadata directory, Darrick J. Wong
- [PATCH 17/28] xfs: refactor directory tree root predicates, Darrick J. Wong
- [PATCH 18/28] xfs: do not count metadata directory files when doing online quotacheck, Darrick J. Wong
- [PATCH 19/28] xfs: don't fail repairs on metadata files with no attr fork, Darrick J. Wong
- [PATCH 20/28] xfs: metadata files can have xattrs if metadir is enabled, Darrick J. Wong
- [PATCH 21/28] xfs: adjust parent pointer scrubber for sb-rooted metadata files, Darrick J. Wong
- [PATCH 22/28] xfs: fix di_metatype field of inodes that won't load, Darrick J. Wong
- [PATCH 23/28] xfs: scrub metadata directories, Darrick J. Wong
- [PATCH 24/28] xfs: check the metadata directory inumber in superblocks, Darrick J. Wong
- [PATCH 25/28] xfs: move repair temporary files to the metadata directory tree, Darrick J. Wong
- [PATCH 26/28] xfs: check metadata directory file path connectivity, Darrick J. Wong
- [PATCH 27/28] xfs: confirm dotdot target before replacing it during a repair, Darrick J. Wong
- [PATCH 28/28] xfs: repair metadata directory file path connectivity, Darrick J. Wong
- [PATCHSET v5.0 5/9] xfs: preparation for realtime allocation groups, Darrick J. Wong
- [PATCHSET v5.0 6/9] xfs: shard the realtime section, Darrick J. Wong
- [PATCH 01/36] xfs: define the format of rt groups, Darrick J. Wong
- [PATCH 02/36] xfs: check the realtime superblock at mount time, Darrick J. Wong
- [PATCH 03/36] xfs: update realtime super every time we update the primary fs super, Darrick J. Wong
- [PATCH 04/36] xfs: export realtime group geometry via XFS_FSOP_GEOM, Darrick J. Wong
- [PATCH 05/36] xfs: check that rtblock extents do not break rtsupers or rtgroups, Darrick J. Wong
- [PATCH 06/36] xfs: add a helper to prevent bmap merges across rtgroup boundaries, Darrick J. Wong
- [PATCH 07/36] xfs: add frextents to the lazysbcounters when rtgroups enabled, Darrick J. Wong
- [PATCH 08/36] xfs: convert sick_map loops to use ARRAY_SIZE, Darrick J. Wong
- [PATCH 09/36] xfs: record rt group metadata errors in the health system, Darrick J. Wong
- [PATCH 10/36] xfs: export the geometry of realtime groups to userspace, Darrick J. Wong
- [PATCH 11/36] xfs: add block headers to realtime bitmap and summary blocks, Darrick J. Wong
- [PATCH 12/36] xfs: encode the rtbitmap in big endian format, Darrick J. Wong
- [PATCH 13/36] xfs: encode the rtsummary in big endian format, Darrick J. Wong
- [PATCH 14/36] xfs: grow the realtime section when realtime groups are enabled, Darrick J. Wong
- [PATCH 15/36] xfs: store rtgroup information with a bmap intent, Darrick J. Wong
- [PATCH 16/36] xfs: force swapext to a realtime file to use the file content exchange ioctl, Darrick J. Wong
- [PATCH 17/36] xfs: support logging EFIs for realtime extents, Darrick J. Wong
- [PATCH 18/36] xfs: support error injection when freeing rt extents, Darrick J. Wong
- [PATCH 19/36] xfs: use realtime EFI to free extents when rtgroups are enabled, Darrick J. Wong
- [PATCH 20/36] xfs: don't merge ioends across RTGs, Darrick J. Wong
- [PATCH 21/36] xfs: make the RT allocator rtgroup aware, Darrick J. Wong
- [PATCH 22/36] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub, Darrick J. Wong
- [PATCH 23/36] xfs: scrub the realtime group superblock, Darrick J. Wong
- [PATCH 24/36] xfs: repair realtime group superblock, Darrick J. Wong
- [PATCH 25/36] xfs: scrub metadir paths for rtgroup metadata, Darrick J. Wong
- [PATCH 26/36] xfs: mask off the rtbitmap and summary inodes when metadir in use, Darrick J. Wong
- [PATCH 27/36] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries, Darrick J. Wong
- [PATCH 28/36] xfs: create helpers to deal with rounding xfs_filblks_t to rtx boundaries, Darrick J. Wong
- [PATCH 29/36] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t, Darrick J. Wong
- [PATCH 30/36] xfs: move the group geometry into struct xfs_groups, Darrick J. Wong
- [PATCH 31/36] xfs: add a xfs_rtbno_is_group_start helper, Darrick J. Wong
- [PATCH 32/36] xfs: fix minor bug in xfs_verify_agbno, Darrick J. Wong
- [PATCH 33/36] xfs: move the min and max group block numbers to xfs_group, Darrick J. Wong
- [PATCH 34/36] xfs: port the perag discard code to handle generic groups, Darrick J. Wong
- [PATCH 35/36] xfs: implement busy extent tracking for rtgroups, Darrick J. Wong
- [PATCH 36/36] xfs: use rtgroup busy extent list for FITRIM, Darrick J. Wong
- [PATCHSET v5.0 8/9] xfs: enable quota for realtime volumes, Darrick J. Wong
- [PATCHSET v5.0 7/9] xfs: persist quota options with metadir, Darrick J. Wong
- [PATCHSET v5.0 9/9] xfs: enable metadir, Darrick J. Wong
- [PATCHSET v5.0 1/5] xfsprogs: metadata inode directory trees, Darrick J. Wong
- [PATCH 01/38] libfrog: report metadata directories in the geometry report, Darrick J. Wong
- [PATCH 02/38] libfrog: allow METADIR in xfrog_bulkstat_single5, Darrick J. Wong
- [PATCH 03/38] xfs_io: support scrubbing metadata directory paths, Darrick J. Wong
- [PATCH 04/38] xfs_db: disable xfs_check when metadir is enabled, Darrick J. Wong
- [PATCH 05/38] xfs_db: report metadir support for version command, Darrick J. Wong
- [PATCH 06/38] xfs_db: don't obfuscate metadata directories and attributes, Darrick J. Wong
- [PATCH 07/38] xfs_db: support metadata directories in the path command, Darrick J. Wong
- [PATCH 08/38] xfs_db: show the metadata root directory when dumping superblocks, Darrick J. Wong
- [PATCH 09/38] xfs_db: display di_metatype, Darrick J. Wong
- [PATCH 10/38] xfs_io: support the bulkstat metadata directory flag, Darrick J. Wong
- [PATCH 11/38] xfs_io: support scrubbing metadata directory paths, Darrick J. Wong
- [PATCH 12/38] xfs_spaceman: report health of metadir inodes too, Darrick J. Wong
- [PATCH 13/38] xfs_scrub: tread zero-length read verify as an IO error, Darrick J. Wong
- [PATCH 14/38] xfs_scrub: scan metadata directories during phase 3, Darrick J. Wong
- [PATCH 15/38] xfs_scrub: re-run metafile scrubbers during phase 5, Darrick J. Wong
- [PATCH 16/38] xfs_repair: preserve the metadirino field when zeroing supers, Darrick J. Wong
- [PATCH 18/38] xfs_repair: dont check metadata directory dirent inumbers, Darrick J. Wong
- [PATCH 19/38] xfs_repair: refactor fixing dotdot, Darrick J. Wong
- [PATCH 17/38] xfs_repair: check metadir superblock padding fields, Darrick J. Wong
- [PATCH 20/38] xfs_repair: refactor marking of metadata inodes, Darrick J. Wong
- [PATCH 21/38] xfs_repair: refactor root directory initialization, Darrick J. Wong
- [PATCH 22/38] xfs_repair: refactor grabbing realtime metadata inodes, Darrick J. Wong
- [PATCH 23/38] xfs_repair: check metadata inode flag, Darrick J. Wong
- [PATCH 24/38] xfs_repair: use libxfs_metafile_iget for quota/rt inodes, Darrick J. Wong
- [PATCH 25/38] xfs_repair: rebuild the metadata directory, Darrick J. Wong
- [PATCH 26/38] xfs_repair: don't let metadata and regular files mix, Darrick J. Wong
- [PATCH 27/38] xfs_repair: update incore metadata state whenever we create new files, Darrick J. Wong
- [PATCH 28/38] xfs_repair: pass private data pointer to scan_lbtree, Darrick J. Wong
- [PATCH 29/38] xfs_repair: mark space used by metadata files, Darrick J. Wong
- [PATCH 30/38] xfs_repair: adjust keep_fsinos to handle metadata directories, Darrick J. Wong
- [PATCH 31/38] xfs_repair: metadata dirs are never plausible root dirs, Darrick J. Wong
- [PATCH 32/38] xfs_repair: drop all the metadata directory files during pass 4, Darrick J. Wong
- [PATCH 33/38] xfs_repair: truncate and unmark orphaned metadata inodes, Darrick J. Wong
- [PATCH 34/38] xfs_repair: do not count metadata directory files when doing quotacheck, Darrick J. Wong
- [PATCH 35/38] xfs_repair: fix maximum file offset comparison, Darrick J. Wong
- [PATCH 36/38] xfs_repair: refactor generate_rtinfo, Darrick J. Wong
- [PATCH 38/38] mkfs: add a utility to generate protofiles, Darrick J. Wong
- [PATCH 37/38] mkfs.xfs: enable metadata directories, Darrick J. Wong
- [PATCHSET v5.0 2/5] xfsprogs: preparation for realtime allocation groups, Darrick J. Wong
- [PATCHSET v5.0 3/5] xfsprogs: shard the realtime section, Darrick J. Wong
- [PATCH 01/43] man: document the rt group geometry ioctl, Darrick J. Wong
- [PATCH 02/43] libxfs: port userspace deferred log item to handle rtgroups, Darrick J. Wong
- [PATCH 03/43] libxfs: implement some sanity checking for enormous rgcount, Darrick J. Wong
- [PATCH 04/43] libfrog: support scrubbing rtgroup metadata paths, Darrick J. Wong
- [PATCH 05/43] libfrog: report rt groups in output, Darrick J. Wong
- [PATCH 06/43] libfrog: add bitmap_clear, Darrick J. Wong
- [PATCH 07/43] xfs_logprint: report realtime EFIs, Darrick J. Wong
- [PATCH 08/43] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values, Darrick J. Wong
- [PATCH 09/43] xfs_repair: refactor phase4, Darrick J. Wong
- [PATCH 10/43] xfs_repair: refactor offsetof+sizeof to offsetofend, Darrick J. Wong
- [PATCH 12/43] xfs_repair: simplify rt_lock handling, Darrick J. Wong
- [PATCH 11/43] xfs_repair: improve rtbitmap discrepancy reporting, Darrick J. Wong
- [PATCH 13/43] xfs_repair: add a real per-AG bitmap abstraction, Darrick J. Wong
- [PATCH 14/43] xfs_repair: support realtime groups, Darrick J. Wong
- [PATCH 15/43] repair: use a separate bmaps array for real time groups, Darrick J. Wong
- [PATCH 16/43] xfs_repair: find and clobber rtgroup bitmap and summary files, Darrick J. Wong
- [PATCH 17/43] xfs_repair: support realtime superblocks, Darrick J. Wong
- [PATCH 18/43] xfs_repair: repair rtbitmap and rtsummary block headers, Darrick J. Wong
- [PATCH 19/43] xfs_repair: stop tracking duplicate RT extents with rtgroups, Darrick J. Wong
- [PATCH 20/43] xfs_db: listify the definition of enum typnm, Darrick J. Wong
- [PATCH 21/43] xfs_db: support dumping realtime group data and superblocks, Darrick J. Wong
- [PATCH 22/43] xfs_db: support changing the label and uuid of rt superblocks, Darrick J. Wong
- [PATCH 23/43] xfs_db: enable conversion of rt space units, Darrick J. Wong
- [PATCH 24/43] xfs_db: metadump metadir rt bitmap and summary files, Darrick J. Wong
- [PATCH 25/43] xfs_db: metadump realtime devices, Darrick J. Wong
- [PATCH 26/43] xfs_db: dump rt bitmap blocks, Darrick J. Wong
- [PATCH 27/43] xfs_db: dump rt summary blocks, Darrick J. Wong
- [PATCH 28/43] xfs_db: report rt group and block number in the bmap command, Darrick J. Wong
- [PATCH 29/43] xfs_mdrestore: restore rt group superblocks to realtime device, Darrick J. Wong
- [PATCH 30/43] xfs_io: support scrubbing rtgroup metadata, Darrick J. Wong
- [PATCH 31/43] xfs_io: support scrubbing rtgroup metadata paths, Darrick J. Wong
- [PATCH 32/43] xfs_io: add a command to display allocation group information, Darrick J. Wong
- [PATCH 33/43] xfs_io: add a command to display realtime group information, Darrick J. Wong
- [PATCH 34/43] xfs_io: display rt group in verbose bmap output, Darrick J. Wong
- [PATCH 35/43] xfs_io: display rt group in verbose fsmap output, Darrick J. Wong
- [PATCH 36/43] xfs_spaceman: report on realtime group health, Darrick J. Wong
- [PATCH 37/43] xfs_scrub: scrub realtime allocation group metadata, Darrick J. Wong
- [PATCH 38/43] xfs_scrub: check rtgroup metadata directory connections, Darrick J. Wong
- [PATCH 39/43] xfs_scrub: call GETFSMAP for each rt group in parallel, Darrick J. Wong
- [PATCH 40/43] xfs_scrub: trim realtime volumes too, Darrick J. Wong
- [PATCH 42/43] mkfs: add headers to realtime bitmap blocks, Darrick J. Wong
- [PATCH 41/43] xfs_scrub: use histograms to speed up phase 8 on the realtime volume, Darrick J. Wong
- [PATCH 43/43] mkfs: format realtime groups, Darrick J. Wong
- [PATCHSET v5.0 4/5] xfsprogs: store quota files in the metadir, Darrick J. Wong
- [PATCHSET v5.0 5/5] xfsprogs: enable quota for realtime voluems, Darrick J. Wong
- [PATCHSET v5.0 1/3] fstests: test XFS metadata directories, Darrick J. Wong
- [PATCH 01/11] xfs/122: fix metadirino, Darrick J. Wong
- [PATCH 02/11] various: fix finding metadata inode numbers when metadir is enabled, Darrick J. Wong
- [PATCH 03/11] xfs/{030,033,178}: forcibly disable metadata directory trees, Darrick J. Wong
- [PATCH 04/11] common/repair: patch up repair sb inode value complaints, Darrick J. Wong
- [PATCH 05/11] xfs/206: update for metadata directory support, Darrick J. Wong
- [PATCH 06/11] xfs/{050,144,153,299,330}: update quota reports to handle metadir trees, Darrick J. Wong
- [PATCH 07/11] xfs/509: adjust inumbers accounting for metadata directories, Darrick J. Wong
- [PATCH 08/11] xfs/122: adjust for metadata directories, Darrick J. Wong
- [PATCH 09/11] xfs: create fuzz tests for metadata directories, Darrick J. Wong
- [PATCH 10/11] xfs/163: bigger fs for metadir, Darrick J. Wong
- [PATCH 11/11] xfs: test metapath repairs, Darrick J. Wong
- [PATCHSET v5.0 2/3] xfsprogs: shard the realtime section, Darrick J. Wong
- [PATCH 01/16] common/populate: refactor caching of metadumps to a helper, Darrick J. Wong
- [PATCH 02/16] common/{fuzzy,populate}: use _scratch_xfs_mdrestore, Darrick J. Wong
- [PATCH 03/16] fuzzy: stress data and rt sections of xfs filesystems equally, Darrick J. Wong
- [PATCH 04/16] common/ext4: reformat external logs during mdrestore operations, Darrick J. Wong
- [PATCH 05/16] common/populate: use metadump v2 format by default for fs metadata snapshots, Darrick J. Wong
- [PATCH 06/16] xfs/122: update for rtgroups, Darrick J. Wong
- [PATCH 07/16] punch-alternating: detect xfs realtime files with large allocation units, Darrick J. Wong
- [PATCH 08/16] xfs/206: update mkfs filtering for rt groups feature, Darrick J. Wong
- [PATCH 09/16] common: pass the realtime device to xfs_db when possible, Darrick J. Wong
- [PATCH 10/16] xfs/185: update for rtgroups, Darrick J. Wong
- [PATCH 11/16] xfs/449: update test to know about xfs_db -R, Darrick J. Wong
- [PATCH 12/16] xfs/122: update for rtbitmap headers, Darrick J. Wong
- [PATCH 13/16] xfs/271,xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands, Darrick J. Wong
- [PATCH 14/16] common/xfs: capture realtime devices during metadump/mdrestore, Darrick J. Wong
- [PATCH 15/16] common/fuzzy: adapt the scrub stress tests to support rtgroups, Darrick J. Wong
- [PATCH 16/16] xfs: fix fuzz tests of rtgroups bitmap and summary files, Darrick J. Wong
- [PATCHSET v5.0 3/3] fstests: store quota files in the metadir, Darrick J. Wong
- Re: [PATCHBOMB 6.13] xfs: metadata directories and realtime groups, Christoph Hellwig
[ANNOUNCE] xfsprogs: for-next updated to 42523142959d, Andrey Albershteyn
[GIT PULL] xfs: bug fixes for 6.12-rc3,
Carlos Maiolino
[ANNOUNCE] xfs-linux: for-next **REBASED** to 77bfe1b11ea0, Carlos Maiolino
[PATCH] xfs: fix dead loop when do mount with IO fault injection, Ye Bin
[PATCH] xfs: fix use-after-free in xfs_cui_release(), Ye Bin
[PATCH v2] xfs: Check for deallayed allocations before setting extsize,
Ojaswin Mujoo
[PATCH 5.15.y] xfs: fix super block buf log item UAF during force shutdown, Guo Xuenan
[syzbot] [xfs?] possible deadlock in xfs_buffered_write_iomap_end,
syzbot
[syzbot] [xfs?] KFENCE: memory corruption in xfs_idata_realloc,
syzbot
linux-next: adding Carlos and Darrick as contacts for the xfs tree,
Stephen Rothwell
[RFC 0/4] xfs: prototype dynamic AG size grow for image mode,
Brian Foster
[PATCH 0/2] _scratch_mkfs_sized fixes for xfs rt devices,
Hans Holmberg
[ANNOUNCE V2] xfs-linux: for-next **rebased** to 44adde15022d, Carlos Maiolino
fix stale delalloc punching for COW I/O v5,
Christoph Hellwig
- [PATCH 01/10] iomap: factor out a iomap_last_written_block helper, Christoph Hellwig
- [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc, Christoph Hellwig
- [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release, Christoph Hellwig
- [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper, Christoph Hellwig
- [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof, Christoph Hellwig
- [PATCH 06/10] xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock, Christoph Hellwig
- [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range, Christoph Hellwig
- [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin, Christoph Hellwig
- [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations, Christoph Hellwig
- [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes, Christoph Hellwig
- Re: fix stale delalloc punching for COW I/O v5, Carlos Maiolino
- Re: fix stale delalloc punching for COW I/O v5, Carlos Maiolino
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]