public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 01:07:23 to 2025-11-04 12:12:47 UTC [more...]

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-04 12:12 UTC  (5+ 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()

[PATCHv4 0/8]
 2025-11-04 11:35 UTC  (14+ 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] ext4: clear i_state_flags when alloc inode
 2025-11-04  8:12 UTC 

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-04  6:55 UTC  (30+ 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 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-03 22:13 UTC  (8+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/5] fuse: implement file attributes mask for statx

[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  (9+ 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  (45+ messages)
` [PATCHSET v6] fstests: support ext4 fuse testing
  ` [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 03/33] ext/052: use popdir.pl for much faster directory creation
  ` [PATCH 04/33] common/rc: skip test if swapon doesn't work
  ` [PATCH 05/33] common/rc: streamline _scratch_remount
  ` [PATCH 06/33] ext/039: require metadata journalling
  ` [PATCH 07/33] populate: don't check for htree directories on fuse.ext4
  ` [PATCH 08/33] misc: convert _scratch_mount -o remount to _scratch_remount
  ` [PATCH 09/33] misc: use explicitly $FSTYP'd mount calls
  ` [PATCH 10/33] common/ext4: explicitly format with $FSTYP
  ` [PATCH 11/33] tests/ext*: refactor open-coded _scratch_mkfs_sized calls
  ` [PATCH 12/33] generic/732: disable for fuse.ext4
  ` [PATCH 13/33] defrag: fix ext4 defrag ioctl test
  ` [PATCH 14/33] misc: explicitly require online resize support
  ` [PATCH 15/33] ext4/004: disable for fuse2fs
  ` [PATCH 16/33] generic/679: "
  ` [PATCH 17/33] ext4/045: don't run the long dirent test on fuse2fs
  ` [PATCH 18/33] generic/338: skip test if we can't mount with strictatime
  ` [PATCH 19/33] generic/563: fuse doesn't support cgroup-aware writeback accounting
  ` [PATCH 20/33] misc: use a larger buffer size for pwrites
  ` [PATCH 21/33] ext4/046: don't run this test if dioread_nolock not supported
  ` [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 24/33] generic: add _require_hardlinks to tests that require hardlinks
  ` [PATCH 25/33] ext4/001: check for fiemap support
  ` [PATCH 26/33] generic/622: check that strictatime/lazytime actually work
  ` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output
  ` [PATCH 28/33] generic/405: don't stall on mkfs asking for input
  ` [PATCH 29/33] ext4/006: fix this test
  ` [PATCH 30/33] ext4/009: fix ENOSPC errors
  ` [PATCH 31/33] ext4/022: enabl
  ` [PATCH 32/33] generic/730: adapt test for fuse filesystems
  ` [PATCH 33/33] fuse2fs: hack around weird corruption problems

[PATCH 1/2] ext4: fix up copying of mount_opts in superblock tuning ioctls
 2025-10-31 15:44 UTC  (6+ messages)

[PATCH] jbd2: assign different lock_class_key for different filesystem
 2025-10-31 12:42 UTC  (12+ messages)
              ` [PATCH v2] jbd2: allocate lock_class_key for jbd2_handle dynamically

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-10-31  6:29 UTC  (5+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents
` [PATCH 2/4] ext4: check for conflicts when caching extents
` [PATCH 3/4] ext4: adjust the debug info in ext4_es_cache_extent()
` [PATCH 4/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents

[PATCH] jbd2: fix the inconsistency between checksum and data in memory for journal sb
 2025-10-31  1:47 UTC  (7+ messages)

[Bug 203943] New: ext4 corruption after RAID6 degraded; e2fsck skips block checks and fails
 2025-10-31  1:33 UTC  (2+ messages)
` [Bug 203943] "

[syzbot] [ext4?] WARNING in ext4_xattr_inode_update_ref (2)
 2025-10-30 22:34 UTC 

filemap_* writeback interface cleanups v2
 2025-10-30 18:21 UTC  (4+ messages)
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes

[PATCH] jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted
 2025-10-30 18:20 UTC  (2+ messages)

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-30 16:39 UTC  (29+ messages)
` [RFC PATCH V3 1/7] mm/slab: allow specifying freepointer offset when using constructor
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 5/7] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

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

[Bug 220535] New: ext4 __jbd2_log_wait_for_space soft lockup and CPU stuck for 134s
 2025-10-30 12:48 UTC  (2+ messages)
` [Bug 220535] "

[PATCH v2] ext4: refresh inline data size before write operations
 2025-10-30  0:12 UTC  (2+ messages)

[syzbot] Monthly ext4 report (Oct 2025)
 2025-10-29  9:02 UTC 

[PATCHSET v6 6/6] fuse4fs: run servers as a contained service
 2025-10-29  1:20 UTC  (8+ messages)
` [PATCH 1/7] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/7] fuse4fs: enable safe service mode
` [PATCH 3/7] fuse4fs: set proc title when in fuse "
` [PATCH 4/7] fuse4fs: set iomap backing device blocksize
` [PATCH 5/7] fuse4fs: ask for loop devices when opening via fuservicemount
` [PATCH 6/7] fuse4fs: make MMP work correctly in safe service mode
` [PATCH 7/7] debian: update packaging for fuse4fs service

[PATCHSET v6 5/6] fuse2fs: improve block and inode caching
 2025-10-29  1:18 UTC  (7+ messages)
` [PATCH 1/6] libsupport: add caching IO manager
` [PATCH 2/6] iocache: add the actual buffer cache
` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
` [PATCH 4/6] fuse2fs: enable caching IO manager
` [PATCH 5/6] fuse2fs: increase inode cache size
` [PATCH 6/6] libext2fs: improve caching for inodes

[PATCHSET v6 4/6] fuse2fs: cache iomap mappings for even better file IO performance
 2025-10-29  1:17 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: enable caching of iomaps
` [PATCH 2/3] fuse2fs: be smarter about caching iomaps
` [PATCH 3/3] fuse2fs: enable iomap

[PATCHSET v6 3/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2025-10-29  1:16 UTC  (12+ messages)
` [PATCH 01/11] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/11] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/11] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/11] fuse2fs: better debugging for file mode updates
` [PATCH 05/11] fuse2fs: debug timestamp updates
` [PATCH 06/11] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/11] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/11] fuse2fs: enable syncfs
` [PATCH 09/11] fuse2fs: skip the gdt write in op_destroy if syncfs is working
` [PATCH 10/11] fuse2fs: set sync, immutable, and append at file load time
` [PATCH 11/11] fuse4fs: increase attribute timeout in iomap mode

[PATCHSET v6 2/6] fuse4fs: specify the root node id
 2025-10-29  1:13 UTC  (3+ messages)
` [PATCH 1/2] fuse2fs: implement freeze and shutdown requests
` [PATCH 2/2] fuse4fs: don't use inode number translation when possible

[PATCHSET v6 1/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2025-10-29  1:12 UTC  (18+ messages)
` [PATCH 01/17] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/17] fuse2fs: add iomap= mount option
` [PATCH 03/17] fuse2fs: implement iomap configuration
` [PATCH 04/17] fuse2fs: register block devices for use with iomap
` [PATCH 05/17] fuse2fs: implement directio file reads
` [PATCH 06/17] fuse2fs: add extent dump function for debugging
` [PATCH 07/17] fuse2fs: implement direct write support
` [PATCH 08/17] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/17] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/17] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/17] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCH 12/17] fuse2fs: enable file IO to inline data files
` [PATCH 13/17] fuse2fs: set iomap-related inode flags
` [PATCH 14/17] fuse2fs: configure block device block size
` [PATCH 15/17] fuse4fs: separate invalidation
` [PATCH 16/17] fuse2fs: implement statx
` [PATCH 17/17] fuse2fs: enable atomic writes

[PATCHSET v6 5/5] libfuse: run fuse servers as a contained service
 2025-10-29  1:08 UTC  (6+ messages)
` [PATCH 1/5] libfuse: add systemd/inetd socket service mounting helper
` [PATCH 2/5] libfuse: integrate fuse services into mount.fuse3
` [PATCH 3/5] libfuse: delegate iomap privilege from mount.service to fuse services
` [PATCH 4/5] libfuse: enable setting iomap block device block size
` [PATCH 5/5] fuservicemount: create loop devices for regular files


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