Linux-XFS Archive mirror
 help / color / mirror / Atom feed
[syzbot] [xfs?] possible deadlock in xfs_fs_dirty_inode
 2024-04-26 23:20 UTC  (4+ 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 0/7] ext2 iomap changes and iomap improvements
 2024-04-26 19:19 UTC  (26+ 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 v4 00/11] enable bs > ps in XFS
 2024-04-26 15:49 UTC  (28+ messages)
` [PATCH v4 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [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

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 v5 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-26  7:18 UTC  (14+ 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

[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 

[PATCH 0/2] mm/huge_memory: couple fixes and one cleanup
 2024-04-25 22:40 UTC  (8+ messages)
` [PATCH 1/2] mm/huge_memory: skip invalid debugfs file entry for folio split
` [PATCH 2/2] mm/huge_memory: cap max length on debugfs file entry "

add higher level directory operations helpers
 2024-04-25 21:22 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

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25 20:34 UTC  (5+ messages)

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)

[PATCH v4 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
 2024-04-25 12:32 UTC  (4+ messages)
` [PATCH v5 "

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

[PATCHv2 0/1] xfs: soft lockups while unmapping large no. of extents
 2024-04-25 12:18 UTC  (3+ messages)
` [PATCHv2 1/1] xfs: Add cond_resched in xfs_bunmapi_range loop

[PATCH] mm/huge_memory: move writeback and truncation checks early
 2024-04-25  9:40 UTC  (3+ messages)

[RFC] fstests: add fsstress + writeback + debugfs folio split test
 2024-04-25  5:31 UTC  (2+ messages)

[PATCHSET v5.5 2/2] xfs: fs-verity support
 2024-04-25  1:14 UTC  (8+ messages)
` [PATCH 13/29] xfs: add "
` [PATCH 14/29] xfs: create a per-mount shrinker for verity inodes merkle tree blocks

[PATCHSET v5.5 1/2] fs-verity: support merkle tree access by blocks
 2024-04-25  1:04 UTC  (42+ messages)
` [PATCH 03/13] fsverity: support block-based Merkle tree caching
` [PATCH 04/13] fsverity: add per-sb workqueue for post read processing
` [PATCH 06/13] fsverity: send the level of the merkle tree block to ->read_merkle_tree_block
` [PATCH 07/13] fsverity: pass the new tree size and block size to ->begin_enable_verity
` [PATCH 08/13] fsverity: expose merkle tree geometry to callers
` [PATCH 09/13] fsverity: box up the write_merkle_tree_block parameters too
` [PATCH 10/13] fsverity: pass the zero-hash value to the implementation
` [PATCH 11/13] fsverity: report validation errors back to the filesystem
` [PATCH 12/13] fsverity: remove system-wide workqueue

[PATCHSET 2/4] libxfs: sync with 6.9
 2024-04-24 17:20 UTC  (3+ messages)
` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
  ` [PATCH v3.1 "

[ANNOUNCE] xfs-linux: for-next updated to 6a94b1acda7e
 2024-04-24 14:58 UTC  (4+ messages)

xfs fixups for the fop_flags conversion
 2024-04-24 12:49 UTC  (2+ messages)

[Bug 218764] New: xfs_scrub_all.in: NameError: name 'path' is not defined
 2024-04-24  3:39 UTC  (3+ messages)
` [Bug 218764] "

[GIT PULLBOMB v13.4] xfs: directory parent pointers
 2024-04-24  3:35 UTC  (5+ messages)
` [GIT PULL 6/9] xfs: detect and correct directory tree problems
` [GIT PULL 7/9] xfs: vectorize scrub kernel calls
` [GIT PULL 8/9] xfs: reduce iget overhead in scrub
` [GIT PULL 9/9] xfs: minor fixes to online repair


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