Linux-XFS Archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-29 14:29 UTC  (38+ 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 04/11] readahead: allocate folios with mapping_min_order in readahead
` [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

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 

fix h_size validation
 2024-04-29 12:18 UTC  (7+ 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 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 

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

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-29  9:47 UTC  (8+ 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)

[PATCHv2 1/1] xfs: Add cond_resched in xfs_bunmapi_range loop
 2024-04-29  8:44 UTC  (2+ messages)

[PATCH] mm,page_owner: don't remove GFP flags in add_stack_record_to_list
 2024-04-29  7:59 UTC  (2+ 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  (18+ messages)
` [PATCH v5 1/9] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v5 2/9] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH v5 3/9] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v5 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v5 5/9] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v5 6/9] iomap: don't increase i_size if it's not a write operation
` [PATCH v5 7/9] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v5 8/9] iomap: make iomap_write_end() return a boolean
` [PATCH v5 9/9] iomap: do some small logical cleanup in buffered write

xfs_bmapi_write retval fix v2
 2024-04-29  6:17 UTC  (11+ 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

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

optimize COW end I/O remapping v2
 2024-04-29  4:49 UTC  (9+ 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 "

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

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

[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  (30+ 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 5/7] iomap: Fix iomap_adjust_read_range for plen calculation
` [RFCv3 6/7] iomap: Optimize iomap_read_folio
` [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 

[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)

allow building a kernel without buffer_heads v3
 2024-04-26 10:37 UTC  (3+ messages)
` [PATCH 5/6] block: use iomap for writes to block devices

[PATCH RFC 0/7] buffered block atomic writes
 2024-04-26  8:02 UTC  (4+ messages)
` [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()

[PATCH 0/2] xfs: Clear a couple of W=1 warnings
 2024-04-26  6:09 UTC  (13+ messages)
` [PATCH 1/2] xfs: Clear W=1 warning in xfs_iwalk_run_callbacks():
` [PATCH 2/2] xfs: Clear W=1 warning in xfs_trans_unreserve_and_mod_sb():

[ANNOUNCE] xfs-linux: for-next updated to 08e012a62de8
 2024-04-26  5:16 UTC 

add higher level directory operations helpers
 2024-04-25 21:22 UTC  (6+ messages)
` [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

KASAN: null-ptr-deref Write in xlog_cil_commit
 2024-04-25 20:33 UTC  (7+ messages)

[PATCH 27/30] iomap: Remove calls to set and clear folio error flag
 2024-04-25 16:55 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).