public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 22:31:05 to 2025-11-11 09:31:07 UTC [more...]

[PATCHSET] fstests: more random fixes for v2025.11.04
 2025-11-11  9:31 UTC  (17+ messages)
` [PATCH 1/7] common: leave any breadcrumbs when _link_out_file_named can't find the output file
` [PATCH 2/7] generic/778: fix severe performance problems
` [PATCH 3/7] generic/778: fix background loop control with sentinel files
` [PATCH 4/7] generic/019: skip test when there is no journal
` [PATCH 5/7] xfs/837: fix test to work with pre-metadir quota mount options
` [PATCH 6/7] generic/774: reduce file size
` [PATCH 7/7] generic/774: turn off lfsr

[PATCH v2] ext4: synchronize free block counter when detecting corruption
 2025-11-11  8:45 UTC  (3+ messages)

[PATCH v2 00/24] ext4: enable block size larger than page size
 2025-11-11  3:43 UTC  (46+ messages)
` [PATCH v2 01/24] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH v2 02/24] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH v2 03/24] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH v2 04/24] ext4: make ext4_punch_hole() support large block size
` [PATCH v2 05/24] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH v2 06/24] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH v2 07/24] ext4: support large block size in ext4_calculate_overhead()
` [PATCH v2 08/24] ext4: support large block size in ext4_readdir()
` [PATCH v2 09/24] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH v2 10/24] ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
` [PATCH v2 11/24] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH v2 12/24] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH v2 13/24] ext4: support large block size in ext4_mb_init_cache()
` [PATCH v2 14/24] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH v2 15/24] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH v2 16/24] ext4: support large block size in ext4_mpage_readpages()
` [PATCH v2 17/24] ext4: support large block size in ext4_block_write_begin()
` [PATCH v2 18/24] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH v2 19/24] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH v2 20/24] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH v2 21/24] ext4: make data=journal support large block size
` [PATCH v2 22/24] ext4: support verifying data from large folios with fs-verity
` [PATCH v2 23/24] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH v2 24/24] ext4: enable block size larger than page size

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-11  0:33 UTC  (20+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 4/5] fuse: update file mode when updating acls

[PATCHSET v6 3/8] fuse: cleanups ahead of adding fuse support
 2025-11-10 17:50 UTC  (5+ messages)
` [PATCH 2/2] fuse_trace: move the passthrough-specific code back to passthrough.c

[PATCH V2] jbd2: store more accurate errno in superblock when possible
 2025-11-10 17:33 UTC  (3+ messages)

[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
 2025-11-10 15:40 UTC  (10+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
` [PATCH v3 2/3] btrfs: utilize IOP_FASTPERM_MAY_EXEC
` [PATCH v3 3/3] fs: retire now stale MAY_WRITE predicts in inode_permission()

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH] ext4: validate xattrs to avoid OOB in ext4_find_inline_entry
 2025-11-10 11:55 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS 9dbf945320b11c5865d2f550f8e972566d04d181
 2025-11-08 17:14 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_get (2)
 2025-11-08 13:32 UTC 

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[PATCH v2 1/2] ext4: fix string copying in parse_apply_sb_mount_options()
 2025-11-08  4:05 UTC  (4+ messages)
` [PATCH v2 2/2] ext4: check if mount_opts is NUL-terminated in ext4_ioctl_set_tune_sb()

[PATCH v2] jbd2: fix the inconsistency between checksum and data in memory for journal sb
 2025-11-08  3:55 UTC  (2+ messages)

[PATCH] ext4: clear i_state_flags when alloc inode
 2025-11-08  3:22 UTC  (2+ messages)

[PATCH] ext4: xattr: fix null pointer deref in ext4_raw_inode()
 2025-11-08  3:12 UTC  (2+ messages)

[PATCH v3 1/3] ext4: remove useless code in ext4_map_create_blocks
 2025-11-08  1:54 UTC  (6+ messages)
` [PATCH v3 2/3] ext4: rename EXT4_GET_BLOCKS_PRE_IO
` [PATCH v3 3/3] ext4: cleanup for ext4_map_blocks

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-08  1:15 UTC  (5+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCHSET 9/9] fuse4fs: fork a low level fuse server
 2025-11-08  0:25 UTC  (26+ messages)
` [PATCH 01/23] fuse2fs: separate libfuse3 and fuse2fs detection in configure
` [PATCH 02/23] fuse2fs: start porting fuse2fs to lowlevel libfuse API
` [PATCH 03/23] debian: create new package for fuse4fs
` [PATCH 04/23] fuse4fs: namespace some helpers
` [PATCH 05/23] fuse4fs: convert to low level API
` [PATCH 06/23] libsupport: port the kernel list.h to libsupport
` [PATCH 07/23] libsupport: add a cache
` [PATCH 08/23] cache: disable debugging
` [PATCH 09/23] cache: use modern list iterator macros
` [PATCH 10/23] cache: embed struct cache in the owner
` [PATCH 11/23] cache: pass cache pointer to callbacks
` [PATCH 12/23] cache: pass a private data pointer through cache_walk
` [PATCH 13/23] cache: add a helper to grab a new refcount for a cache_node
` [PATCH 14/23] cache: return results of a cache flush
` [PATCH 15/23] cache: add a "get only if incore" flag to cache_node_get
` [PATCH 16/23] cache: support gradual expansion
` [PATCH 17/23] cache: support updating maxcount and flags
` [PATCH 18/23] cache: support channging flags
` [PATCH 19/23] cache: implement automatic shrinking
` [PATCH 20/23] fuse4fs: add cache to track open files
` [PATCH 21/23] fuse4fs: use the orphaned inode list
` [PATCH 22/23] fuse4fs: implement FUSE_TMPFILE
` [PATCH 23/23] fuse4fs: create incore reverse orphan list

[PATCHSET v6 2/8] iomap: cleanups ahead of adding fuse support
 2025-11-07 18:05 UTC  (7+ messages)
` [PATCH 1/1] iomap: allow NULL swap info bdev when activating swapfile

[PATCH v2 1/4] ext4: remove useless code in ext4_map_create_blocks
 2025-11-07 11:54 UTC  (4+ messages)
` [PATCH v2 4/4] ext4: order mode should not take effect for DIO

[Bug 220760] New: Observed data-race in _find_next_bit+0x42/0xf0
 2025-11-07  8:10 UTC 

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-07  7:50 UTC  (8+ messages)
` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-11-06 23:35 UTC  (5+ messages)
` [PATCH 09/31] fuse: isolate the other regular file IO paths from iomap

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 22:45 UTC  (3+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks

[PATCHSET 8/9] fuse2fs: upgrade to libfuse 3.17
 2025-11-06 22:43 UTC  (5+ messages)
` [PATCH 1/4] fuse2fs: bump library version
` [PATCH 2/4] fuse2fs: wrap the fuse_set_feature_flag helper for older libfuse
` [PATCH 3/4] fuse2fs: disable nfs exports
` [PATCH 4/4] fuse2fs: drop fuse 2.x support code

[PATCHSET 7/9] fuse2fs: better tracking of writable state
 2025-11-06 22:41 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: pass a struct fuse2fs to fs_writeable
` [PATCH 2/3] fuse2fs: track our own writable state
` [PATCH 3/3] fuse2fs: enable the shutdown ioctl

[PATCHSET 6/9] fuse2fs: improve operation tracing
 2025-11-06 22:41 UTC  (5+ messages)
` [PATCH 1/4] fuse2fs: hook library error message printing
` [PATCH 2/4] fuse2fs: print the function name in error messages, not the file name
` [PATCH 3/4] fuse2fs: improve tracing for file range operations
` [PATCH 4/4] fuse2fs: record thread id in debug trace data

[PATCHSET 5/9] fuse2fs: refactor mount code
 2025-11-06 22:40 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions
` [PATCH 2/3] fuse2fs: register as an IO flusher thread
` [PATCH 3/3] fuse2fs: adjust OOM killer score if possible

[PATCHSET 4/9] fuse2fs: refactor unmount code
 2025-11-06 22:39 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: get rid of the global_fs variable
` [PATCH 2/3] fuse2fs: hoist lockfile code
` [PATCH 3/3] fuse2fs: hoist unmount code from main

[PATCHSET 3/9] fuse2fs: clean up operation startup
 2025-11-06 22:38 UTC  (10+ messages)
` [PATCH 1/9] fuse2fs: rework FUSE2FS_CHECK_CONTEXT not to rely on global_fs
` [PATCH 2/9] fuse2fs: rework checking file handles
` [PATCH 3/9] fuse2fs: rework fallocate file handle extraction
` [PATCH 4/9] fuse2fs: consolidate file handle checking in op_ioctl
` [PATCH 5/9] fuse2fs: move fs assignment closer to locking the bfl
` [PATCH 6/9] fuse2fs: clean up operation startup
` [PATCH 7/9] fuse2fs: clean up operation completion
` [PATCH 8/9] fuse2fs: clean up more boilerplate
` [PATCH 9/9] fuse2fs: collect runtime of various operations

[PATCHSET 2/9] fuse2fs: add some easy new features
 2025-11-06 22:36 UTC  (20+ messages)
` [PATCH 01/19] libext2fs: initialize htree when expanding directory
` [PATCH 02/19] libext2fs: create link count adjustment helpers for dir_nlink
` [PATCH 03/19] libext2fs: fix ext2fs_mmp_update
` [PATCH 04/19] libext2fs: refactor aligned MMP buffer allocation
` [PATCH 05/19] libext2fs: always use ext2fs_mmp_get_mem to allocate fs->mmp_buf
` [PATCH 06/19] fuse2fs: check root directory while mounting
` [PATCH 07/19] fuse2fs: read bitmaps asynchronously during initialization
` [PATCH 08/19] fuse2fs: use file handles when possible
` [PATCH 09/19] fuse2fs: implement dir seeking
` [PATCH 10/19] fuse2fs: implement readdirplus
` [PATCH 11/19] fuse2fs: implement dirsync mode
` [PATCH 12/19] fuse2fs: only flush O_SYNC files on close
` [PATCH 13/19] fuse2fs: improve want_extra_isize handling
` [PATCH 14/19] fuse2fs: cache symlink targets in the kernel
` [PATCH 15/19] fuse2fs: constrain worker thread count
` [PATCH 16/19] fuse2fs: improve error handling behaviors
` [PATCH 17/19] fuse2fs: fix link count overflows on dir_nlink filesystems
` [PATCH 18/19] libsupport: add background thread manager
` [PATCH 19/19] fuse2fs: implement MMP updates

[PATCHSET 1/9] fuse2fs: fix locking problems
 2025-11-06 22:31 UTC  (2+ messages)
` [PATCH 4/4] fuse2fs: try to grab block device O_EXCL repeatedly


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