public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-26 12:44:03 to 2024-04-30 03:21:30 UTC [more...]

[PATCHBOMB v5.6] fs-verity support for XFS
 2024-04-30  3:21 UTC  (13+ messages)
` [PATCHSET v5.6 1/2] fs-verity: support merkle tree access by blocks
  ` [PATCH 01/18] fs: add FS_XFLAG_VERITY for verity files
  ` [PATCH 02/18] fsverity: pass tree_blocksize to end_enable_verity()
  ` [PATCH 03/18] fsverity: convert verification to use byte instead of page offsets
  ` [PATCH 04/18] fsverity: support block-based Merkle tree caching
  ` [PATCH 05/18] fsverity: pass the merkle tree block level to fsverity_read_merkle_tree_block
  ` [PATCH 06/18] fsverity: add per-sb workqueue for post read processing
  ` [PATCH 07/18] fsverity: add tracepoints
  ` [PATCH 08/18] fsverity: pass the new tree size and block size to ->begin_enable_verity
` [PATCHSET v5.6 2/2] xfs: fs-verity support
` [PATCHSET v5.6] xfsprogs: fs-verity support for XFS
` [PATCHSET v5.6] fstests: "

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-30  2:43 UTC  (39+ messages)
` [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 05/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v4 06/11] filemap: cap PTE range to be created to i_size in folio_map_range()
` [PATCH v4 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v4 09/11] xfs: expose block size in stat
` [PATCH v4 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v4 11/11] xfs: enable block size larger than page size support

[PATCH] mm,page_owner: don't remove GFP flags in add_stack_record_to_list
 2024-04-29 23:49 UTC  (3+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-04-29 17:47 UTC  (22+ messages)
` [PATCH v3 01/21] fs: Add generic_atomic_write_valid_size()
` [PATCH v3 02/21] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/21] xfs: always tail align maxlen allocations
` [PATCH v3 04/21] xfs: simplify extent allocation alignment
` [PATCH v3 05/21] xfs: make EOF allocation simpler
` [PATCH v3 06/21] xfs: introduce forced allocation alignment
` [PATCH v3 07/21] fs: xfs: align args->minlen for "
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
` [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask "
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
` [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
` [PATCH v3 13/21] xfs: Enable file data forcealign feature
` [PATCH v3 14/21] iomap: Sub-extent zeroing
` [PATCH v3 15/21] fs: xfs: "
` [PATCH v3 16/21] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v3 17/21] iomap: Atomic write support
` [PATCH v3 18/21] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v3 19/21] xfs: Support atomic write for statx
` [PATCH v3 20/21] xfs: Validate atomic writes
` [PATCH v3 21/21] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

xfs_bmapi_write retval fix v2
 2024-04-29 17:20 UTC  (15+ messages)
` [PATCH 1/9] xfs: fix error returns from xfs_bmapi_write
` [PATCH 2/9] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
` [PATCH 3/9] xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
` [PATCH 4/9] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
` [PATCH 5/9] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
` [PATCH 6/9] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
` [PATCH 7/9] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 8/9] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
` [PATCH 9/9] mm,page_owner: don't remove GFP flags in add_stack_record_to_list

optimize COW end I/O remapping v2
 2024-04-29 17:18 UTC  (18+ messages)
` [PATCH 1/8] xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later
` [PATCH 2/8] xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
` [PATCH 3/8] xfs: consolidate the xfs_quota_reserve_blkres definitions
` [PATCH 4/8] xfs: xfs_quota_unreserve_blkres can't fail
` [PATCH 5/8] xfs: simplify iext overflow checking and upgrade
` [PATCH 6/8] xfs: lift XREP_MAX_ITRUNCATE_EFIS out of the scrub code
` [PATCH 7/8] xfs: optimize extent remapping in xfs_reflink_end_cow_extent
` [PATCH 8/8] xfs: rename the del variable "

fix h_size validation
 2024-04-29 17:15 UTC  (12+ messages)
` [PATCH 1/3] xfs: fix log recovery buffer allocation for the legacy h_size fixup
` [PATCH 2/3] xfs: restrict the h_size fixup in xlog_do_recovery_pass
` [PATCH 3/3] xfs: clean up buffer allocation "

[PATCH] xfs/077: remove _require_meta_uuid
 2024-04-29 17:05 UTC 

[PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
 2024-04-29 16:35 UTC  (6+ messages)
` [PATCH 12/13] fsverity: remove system-wide workqueue

[PATCH 0/2] mm/huge_memory: couple fixes and one cleanup
 2024-04-29 16:23 UTC  (5+ messages)
` [PATCH 1/2] mm/huge_memory: skip invalid debugfs file entry for folio split

[PATCHv2 1/1] xfs: Add cond_resched in xfs_bunmapi_range loop
 2024-04-29 15:11 UTC  (3+ messages)

fix kernels without v5 support
 2024-04-29 14:20 UTC  (5+ messages)
` [PATCH 1/6] xfs: remove support for tools and kernels with "

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-29 14:06 UTC  (2+ messages)

[syzbot] Monthly xfs report (Apr 2024)
 2024-04-29 12:34 UTC 

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-29 11:48 UTC  (3+ messages)
` (subset) "

add higher level directory operations helpers v2
 2024-04-29 11:47 UTC  (7+ messages)
` [PATCH 1/5] xfs: factor out a xfs_dir_lookup_args helper
` [PATCH 2/5] xfs: factor out a xfs_dir_createname_args helper
` [PATCH 3/5] xfs: factor out a xfs_dir_removename_args helper
` [PATCH 4/5] xfs: factor out a xfs_dir_replace_args helper
` [PATCH 5/5] xfs: refactor dir format helpers

[ANNOUNCE] xfs-linux: for-next updated to e58ac1770ded
 2024-04-29 11:45 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (6+ messages)
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v2] mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_list
 2024-04-29  9:33 UTC  (3+ messages)

[PATCH v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-29  7:11 UTC  (10+ messages)
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks

[RFC v2] fstests: add stress truncation + writeback + compaction split test
 2024-04-29  5:00 UTC 

[RFC] fstests: add fsstress + writeback + debugfs folio split test
 2024-04-29  4:40 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag
 2024-04-28 21:58 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_flush_one
 2024-04-28 21:56 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_fs_dirty_inode
 2024-04-28  9:03 UTC  (6+ messages)

[syzbot] [xfs?] possible deadlock in xfs_qm_dqpurge
 2024-04-28  8:08 UTC  (2+ messages)

[PATCH] xfs: fix system crash caused by null bp->b_pages
 2024-04-28  3:44 UTC  (2+ messages)

[RFCv3 0/7] ext2 iomap changes and iomap improvements
 2024-04-27  6:03 UTC  (21+ messages)
` [RFCv3 1/7] ext2: Remove comment related to journal handle
` [RFCv3 2/7] ext2: Convert ext2 regular file buffered I/O to use iomap
` [RFCv3 3/7] ext2: Enable large folio support
` [RFCv3 4/7] ext2: Implement seq counter for validating cached iomap
` [RFCv3 7/7] iomap: Optimize data access patterns for filesystems with indirect mappings

[PATCH 1/2] common/config: export TEST_DEV for mkfs.xfs
 2024-04-27  5:56 UTC 

[RFCv3 6/7] iomap: Optimize iomap_read_folio
 2024-04-27  4:44 UTC  (3+ messages)

[PATCH] xfs: Use kmemdup() instead of kmalloc() and memcpy()
 2024-04-26 23:18 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_ilock_data_map_shared
 2024-04-26 23:17 UTC  (4+ messages)

[PATCH 6.1 CANDIDATE 00/24] more backport proposals for linux-6.1.y
 2024-04-26 23:14 UTC  (26+ messages)
` [PATCH 6.1 CANDIDATE 01/24] xfs: write page faults in iomap are not buffered writes
` [PATCH 6.1 CANDIDATE 02/24] xfs: punching delalloc extents on write failure is racy
` [PATCH 6.1 CANDIDATE 03/24] xfs: use byte ranges for write cleanup ranges
` [PATCH 6.1 CANDIDATE 04/24] xfs,iomap: move delalloc punching to iomap
` [PATCH 6.1 CANDIDATE 05/24] iomap: buffered write failure should not truncate the page cache
` [PATCH 6.1 CANDIDATE 06/24] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 6.1 CANDIDATE 07/24] iomap: write iomap validity checks
` [PATCH 6.1 CANDIDATE 08/24] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 6.1 CANDIDATE 09/24] xfs: drop write error injection is unfixable, remove it
` [PATCH 6.1 CANDIDATE 10/24] xfs: fix off-by-one-block in xfs_discard_folio()
` [PATCH 6.1 CANDIDATE 11/24] xfs: fix incorrect error-out in xfs_remove
` [PATCH 6.1 CANDIDATE 12/24] xfs: fix sb write verify for lazysbcount
` [PATCH 6.1 CANDIDATE 13/24] xfs: fix incorrect i_nlink caused by inode racing
` [PATCH 6.1 CANDIDATE 14/24] xfs: invalidate block device page cache during unmount
` [PATCH 6.1 CANDIDATE 15/24] xfs: attach dquots to inode before reading data/cow fork mappings
` [PATCH 6.1 CANDIDATE 16/24] xfs: wait iclog complete before tearing down AIL
` [PATCH 6.1 CANDIDATE 17/24] xfs: fix super block buf log item UAF during force shutdown
` [PATCH 6.1 CANDIDATE 18/24] xfs: hoist refcount record merge predicates
` [PATCH 6.1 CANDIDATE 19/24] xfs: estimate post-merge refcounts correctly
` [PATCH 6.1 CANDIDATE 20/24] xfs: invalidate xfs_bufs when allocating cow extents
` [PATCH 6.1 CANDIDATE 21/24] xfs: allow inode inactivation during a ro mount log recovery
` [PATCH 6.1 CANDIDATE 22/24] xfs: fix log recovery when unknown rocompat bits are set
` [PATCH 6.1 CANDIDATE 23/24] xfs: get root inode correctly at bulkstat
` [PATCH 6.1 CANDIDATE 24/24] xfs: short circuit xfs_growfs_data_private() if delta is zero

[Linux kernel bug] KASAN: slab-out-of-bounds Read in xlog_cksum
 2024-04-26 21:36 UTC  (6+ messages)

[RFCv3 5/7] iomap: Fix iomap_adjust_read_range for plen calculation
 2024-04-26 15:43 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