public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 12:12:49 to 2025-11-07 03:18:35 UTC [more...]

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

[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  (7+ 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] fstests: support ext4 fuse testing
 2025-11-06 23:12 UTC  (21+ 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

[PATCHBOMB 1.48] fuse2fs: new features, new server
 2025-11-06 22:49 UTC  (82+ 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
  ` [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 6/9] fuse2fs: improve operation tracing
  ` [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 7/9] fuse2fs: better tracking of writable state
  ` [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 8/9] fuse2fs: upgrade to libfuse 3.17
  ` [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 9/9] fuse4fs: fork a low level fuse server
  ` [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

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 22:45 UTC  (7+ 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 1/8] fuse: general bug fixes
 2025-11-06 18:37 UTC  (11+ 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

[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 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  (35+ messages)
` [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)


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