public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-31 15:44:49 to 2025-11-06 22:39:20 UTC [more...]

[PATCHBOMB 1.48] fuse2fs: new features, new server
 2025-11-06 22:39 UTC  (45+ messages)
` [PATCHSET 1/9] fuse2fs: fix locking problems
  ` [PATCH 1/4] libext2fs: add POSIX advisory locking to the unix IO manager
  ` [PATCH 2/4] fuse2fs: try to lock filesystem image files before using them
  ` [PATCH 3/4] fuse2fs: quiet down write-protect warning
  ` [PATCH 4/4] fuse2fs: try to grab block device O_EXCL repeatedly
` [PATCHSET 2/9] fuse2fs: add some easy new features
  ` [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 3/9] fuse2fs: clean up operation startup
  ` [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 4/9] fuse2fs: refactor unmount code
  ` [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 5/9] fuse2fs: refactor mount code
` [PATCHSET 6/9] fuse2fs: improve operation tracing
` [PATCHSET 7/9] fuse2fs: better tracking of writable state
` [PATCHSET 8/9] fuse2fs: upgrade to libfuse 3.17
` [PATCHSET 9/9] fuse4fs: fork a low level fuse server

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 19:34 UTC  (6+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks
` [PATCH v2 2/4] ext4: opt-in for IOP_MAY_FAST_EXEC
` [PATCH v2 3/4] btrfs: "
` [PATCH v2 4/4] tmpfs: "

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-11-06 18:50 UTC  (5+ messages)
` [PATCH 04/31] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
` [PATCH 09/31] fuse: isolate the other regular file IO paths from iomap

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-06 18:37 UTC  (15+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 2/5] fuse: signal that a fuse inode should exhibit local fs behaviors
` [PATCH 3/5] fuse: implement file attributes mask for statx

[PATCHSET v6 3/8] fuse: cleanups ahead of adding fuse support
 2025-11-06 18:36 UTC  (3+ messages)
` [PATCH 1/2] fuse: move the passthrough-specific code back to passthrough.c

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-06 18:01 UTC  (4+ messages)

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-06 16:02 UTC  (20+ messages)
` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers
` [PATCH 02/33] generic/740: don't run this test for fuse ext* implementations
` [PATCH 22/33] generic/631: don't run test if we can't mount overlayfs
` [PATCH 23/33] generic/{409,410,411,589}: check for stacking mount support
` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output

[PATCH v4 00/12] ext4: optimize online defragment
 2025-11-06 15:45 UTC  (2+ messages)

[PATCH] fs: ext4: fix uninitialized symbols
 2025-11-06 15:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ext4: Make error code in __ext4fs_dirhash() consistent
 2025-11-06 15:45 UTC  (2+ messages)

[PATCH v2] ext4: synchronize free block counter when detecting corruption
 2025-11-06 15:30 UTC  (2+ messages)

[SECURITY] ext4: KASAN use-after-free and Oops in ext4_xattr_set_entry with crafted ext4 image
 2025-11-06 14:09 UTC  (4+ messages)
    `  "

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-06 13:02 UTC  (4+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-06 10:04 UTC  (27+ messages)
` [PATCH RFC 1/8] fs: add super_write_guard
` [PATCH RFC 2/8] btrfs: use super write guard in btrfs_reclaim_bgs_work()
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 4/8] btrfs: use super write guard in sb_start_write()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 6/8] btrfs: use super write guard in relocating_repair_kthread()
` [PATCH RFC 7/8] open: use super write guard in do_ftruncate()
` [PATCH RFC 8/8] xfs: use super write guard in xfs_file_ioctl()

[PATCH v2 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  9:52 UTC  (4+ messages)
` [PATCH v2 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH v2 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

[PATCH 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  2:59 UTC  (6+ messages)
` [PATCH 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

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

[syzbot] [ext4?] possible deadlock in ext4_destroy_inline_data (2)
 2025-11-05 22:08 UTC 

[PATCH] ext4: xattr: fix null pointer deref in ext4_raw_inode()
 2025-11-05 17:18 UTC  (2+ messages)

Estimates and Takeoffs
 2025-11-05 16:31 UTC 

[WIP PATCH] fs: speed up path lookup with cheaper MAY_EXEC checks
 2025-11-05 13:55 UTC 

generic_permission() optimization
 2025-11-05 13:37 UTC  (9+ messages)

[syzbot] [ext4?] possible deadlock in ext4_evict_inode (5)
 2025-11-05 11:40 UTC 

[PATCH v2 1/4] ext4: remove useless code in ext4_map_create_blocks
 2025-11-05 10:20 UTC  (11+ messages)
` [PATCH v2 2/4] ext4: rename EXT4_GET_BLOCKS_PRE_IO
` [PATCH v2 3/4] ext4: cleanup for ext4_map_blocks
` [PATCH v2 4/4] ext4: order mode should not take effect for DIO

[PATCH] ext4: clear i_state_flags when alloc inode
 2025-11-05  1:25 UTC  (3+ messages)

[PATCHv4 0/8]
 2025-11-04 11:35 UTC  (13+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[PATCH RFC] ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()
 2025-11-04  9:33 UTC 

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

[PATCH 1/4] ext4: remove useless code in ext4_map_create_blocks
 2025-11-03 12:24 UTC  (8+ messages)
` [PATCH 2/4] ext4: rename EXT4_GET_BLOCKS_PRE_IO
` [PATCH 3/4] ext4: cleanup for ext4_map_blocks
` [PATCH 4/4] ext4: order mode should not take effect for DIO

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

ext4 issue on linux-next(next-20251030)
 2025-11-03  8:46 UTC  (5+ messages)

[PATCH V2] jbd2: store more accurate errno in superblock when possible
 2025-11-03  0:56 UTC  (2+ messages)

[PATCH v7 00/11] Add more tests for multi fs block atomic writes
 2025-11-01  9:00 UTC  (4+ messages)
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-31 17:56 UTC  (3+ messages)

[PATCH 1/2] ext4: fix up copying of mount_opts in superblock tuning ioctls
 2025-10-31 15:44 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