linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-20 14:40:40 to 2025-05-30 09:37:27 UTC [more...]

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-05-30  9:37 UTC  (17+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

[PATCH 0/4] ext4: better scalability for ext4 block allocation
 2025-05-30  9:31 UTC  (15+ messages)
` [PATCH 1/4] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH 2/4] ext4: move mb_last_[group|start] to ext4_inode_info
` [PATCH 3/4] ext4: get rid of some obsolete EXT4_MB_HINT flags
` [PATCH 4/4] ext4: fix typo in CR_GOAL_LEN_SLOW comment

[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (2)
 2025-05-30  9:28 UTC 

[PATCH 0/5] ext4: fix insufficient credits when writing back large folios
 2025-05-30  6:28 UTC  (6+ messages)
` [PATCH 1/5] ext4: restart handle if credits are insufficient during writepages
` [PATCH 2/5] ext4: correct the reserved credits for extent conversion
` [PATCH 3/5] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH 4/5] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
` [PATCH 5/5] ext4: disable large folios if dioread_nolock is not enabled

[RFC] ext4: use kmem_cache for short fname allocation in readdir
 2025-05-30  6:12 UTC  (5+ messages)

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-05-29 19:41 UTC  (36+ messages)
` [PATCHSET 1/3] fuse2fs: upgrade to libfuse 3.17
  ` [PATCH 1/3] fuse2fs: bump library version
  ` [PATCH 2/3] fuse2fs: wrap the fuse_set_feature_flag helper for older libfuse
  ` [PATCH 3/3] fuse2fs: disable nfs exports
` [PATCHSET RFC[RAP] 2/3] libext2fs: refactoring for fuse2fs iomap support
  ` [PATCH 01/10] libext2fs: always fsync the device when flushing the cache
  ` [PATCH 02/10] libext2fs: always fsync the device when closing the unix IO manager
  ` [PATCH 03/10] libext2fs: only fsync the unix fd if we wrote to the device
  ` [PATCH 04/10] libext2fs: invalidate cached blocks when freeing them
  ` [PATCH 05/10] libext2fs: add tagged block IO for better caching
  ` [PATCH 06/10] libext2fs: add tagged block IO caching to the unix IO manager
  ` [PATCH 07/10] libext2fs: only flush affected blocks in unix_write_byte
  ` [PATCH 08/10] libext2fs: allow unix_write_byte when the write would be aligned
  ` [PATCH 09/10] libext2fs: allow clients to ask to write full superblocks
  ` [PATCH 10/10] libext2fs: allow callers to disallow I/O to file data blocks
` [PATCHSET RFC[RAP] 3/3] fuse2fs: use fuse iomap data paths for better file I/O performance
  ` [PATCH 01/16] fuse2fs: implement bare minimum iomap for file mapping reporting
  ` [PATCH 02/16] fuse2fs: register block devices for use with iomap
  ` [PATCH 03/16] fuse2fs: always use directio disk reads with fuse2fs
  ` [PATCH 04/16] fuse2fs: implement directio file reads
  ` [PATCH 05/16] fuse2fs: use tagged block IO for zeroing sub-block regions
  ` [PATCH 06/16] fuse2fs: only flush the cache for the file under directio read
  ` [PATCH 07/16] fuse2fs: add extent dump function for debugging
  ` [PATCH 08/16] fuse2fs: implement direct write support
  ` [PATCH 09/16] fuse2fs: turn on iomap for pagecache IO
  ` [PATCH 10/16] fuse2fs: flush and invalidate the buffer cache on trim
  ` [PATCH 11/16] fuse2fs: improve tracing for fallocate
  ` [PATCH 12/16] fuse2fs: don't zero bytes in punch hole
  ` [PATCH 13/16] fuse2fs: don't do file data block IO when iomap is enabled
  ` [PATCH 14/16] fuse2fs: disable most io channel flush/invalidate in iomap pagecache mode
  ` [PATCH 15/16] fuse2fs: re-enable the block device pagecache for metadata IO
  ` [PATCH 16/16] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely

[GIT PULL] ext2 and isofs changes for 6.16-rc1
 2025-05-29 17:49 UTC  (2+ messages)

[PATCHSET 1/6] fuse2fs: even more bug fixes
 2025-05-29  1:37 UTC  (32+ messages)
` [PATCH 01/29] libext2fs: fix unix io manager invalidation
` [PATCH 02/29] libext2fs: fix livelock in the unix io manager
` [PATCH 03/29] fuse2fs: clean up error messages
` [PATCH 04/29] fuse2fs: fix cache size parsing
` [PATCH 05/29] fuse2fs: compact all the boolean flags in struct fuse2fs
` [PATCH 06/29] fuse2fs: support XATTR_CREATE/REPLACE in setxattr
` [PATCH 07/29] fuse2fs: fix error return handling in op_truncate
` [PATCH 08/29] fuse2fs: flip parameter order in __translate_error
` [PATCH 09/29] fuse2fs: fix CLI argument parsing leaks
` [PATCH 10/29] fuse2fs: allow some control over acls
` [PATCH 11/29] fuse2fs: enable processing of acls in the kernel
` [PATCH 12/29] fuse2fs: make removexattr work correctly
` [PATCH 13/29] fuse2fs: implement O_TRUNC correctly
` [PATCH 14/29] fuse2fs: rearrange check_inum_access parameters a bit
` [PATCH 15/29] fuse2fs: make filesystem corruption a hard error
` [PATCH 16/29] fuse2fs: make internal state "
` [PATCH 17/29] fuse2fs: make bad magic numbers report a corruption error too
` [PATCH 18/29] fuse2fs: return EPERM for write access to EXT2_IMMUTABLE_FL files
` [PATCH 19/29] fuse2fs: check the immutable flag in more places
` [PATCH 20/29] fuse2fs: implement O_APPEND correctly
` [PATCH 21/29] fuse2fs: decode fuse_main error codes
` [PATCH 22/29] fuse2fs: fix fallocate zero range
` [PATCH 23/29] fuse2fs: check for supported xattr name prefixes
` [PATCH 24/29] fuse2fs: fix return value handling
` [PATCH 25/29] fuse2fs: fix removing ea inodes when freeing a file
` [PATCH 26/29] fuse2fs: fix post-EOF preallocation clearing on truncation
` [PATCH 27/29] fuse2fs: also ignore the nodelalloc mount option
` [PATCH 28/29] fuse2fs: propagate default ACLs to new children
` [PATCH 29/29] fuse2fs: fix group membership checking in op_chmod

[GIT PULL] ext4 changes for v6.16-rc1
 2025-05-28 19:45 UTC  (2+ messages)

[PATCH v1] ext4: remove unused EXT_STATS macro from ext4_extents.h
 2025-05-27  6:11 UTC  (2+ messages)

[GIT PULL] fscrypt update for 6.16
 2025-05-26 21:20 UTC  (2+ messages)

[PATCH v2] ext4: inline: convert when mmap is called, not when page is written
 2025-05-26 16:20 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: use-after-free Read in ext4_ext_insert_extent
 2025-05-26 14:53 UTC  (2+ messages)

[PATCH] ext4: inline: do not convert when writing to memory map
 2025-05-26 14:10 UTC  (5+ messages)

[syzbot] [ext4?] KASAN: slab-out-of-bounds Read in ext4_ext_correct_indexes
 2025-05-26 13:47 UTC 

[PATCH] ext4: remove unnecessary duplicate check in ext4_map_blocks()
 2025-05-24  4:37 UTC  (2+ messages)

[PATCH v2] ext4: replace strcpy() with '.' assignment
 2025-05-23 22:07 UTC  (7+ messages)

[PATCH v3 0/2] new: Improvements to new script
 2025-05-23 19:06 UTC  (5+ messages)
` [PATCH v3 1/2] new: Add a new parameter (name) in the "new" script

[bug report] ext4: hold s_fc_lock while during fast commit
 2025-05-23 15:59 UTC 

[PATCH v4 0/2] new: Improvements to new script
 2025-05-23 15:11 UTC  (4+ messages)
` [PATCH v4 1/2] new: Add a new parameter (copyright-owner) in the "new" script
` [PATCH v4 2/2] new: Replace "status=0; exit 0" with _exit 0

[PATCHSET 2/6] fuse2fs: various filewide cleanups
 2025-05-23 14:28 UTC  (5+ messages)
` [PATCH 1/3] fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts
` [PATCH 2/3] fuse2fs: simplify reading and writing inodes
` [PATCH 3/3] fuse2fs: implement blocksize converters

[BUG] kernel BUG in mb_mark_used
 2025-05-23  8:11 UTC 

[syzbot] [ext4?] INFO: task hung in lock_two_directories (4)
 2025-05-23  3:51 UTC 

[tytso-ext4:dev] BUILD SUCCESS 7acd1b315cdcc03b11a3aa1f9c9c85d99ddb4f0e
 2025-05-22 13:25 UTC 

[PATCH v2 0/2] new: Improvements to new script
 2025-05-22  4:50 UTC  (6+ messages)
` [PATCH v2 1/2] new: Add a new parameter (name/emailid) in the "new" script

[PATCHSET 6/6] fuse2fs: better tracking of writable state
 2025-05-21 22:49 UTC  (3+ messages)
` [PATCH 1/2] fuse2fs: pass a struct fuse2fs to fs_writeable
` [PATCH 2/2] fuse2fs: track our own writable state

[PATCHSET 5/6] fuse2fs: improve operation tracing
 2025-05-21 22:48 UTC  (5+ messages)
` [PATCH 1/4] fuse2fs: register as an IO flusher thread
` [PATCH 2/4] fuse2fs: hook library error message printing
` [PATCH 3/4] fuse2fs: log all errors being sent to libfuse
` [PATCH 4/4] fuse2fs: print the function name in error messages, not the file name

[PATCHSET 4/6] fuse2fs: use fuseblk mode
 2025-05-21 22:47 UTC  (11+ messages)
` [PATCH 01/10] fuse2fs: rework FUSE2FS_CHECK_CONTEXT not to rely on global_fs
` [PATCH 02/10] fuse2fs: get rid of the global_fs variable
` [PATCH 03/10] fuse2fs: close filesystem from op_destroy
` [PATCH 04/10] fuse2fs: split filesystem mounting into helper functions
` [PATCH 05/10] fuse2fs: make norecovery behavior consistent with the kernel
` [PATCH 06/10] fuse2fs: check for recorded fs errors before touching things
` [PATCH 07/10] fuse2fs: recheck support after replaying journal
` [PATCH 08/10] fuse2fs: improve error handling behaviors
` [PATCH 09/10] libext2fs: make it possible to extract the fd from an IO manager
` [PATCH 10/10] fuse2fs: use fuseblk mode for mounting filesystems

[PATCHSET 3/6] fuse2fs: add some easy new features
 2025-05-21 22:45 UTC  (8+ messages)
` [PATCH 1/7] fuse2fs: use file handles when possible
` [PATCH 2/7] fuse2fs: implement dir seeking
` [PATCH 3/7] fuse2fs: implement readdirplus
` [PATCH 4/7] fuse2fs: implement dirsync mode
` [PATCH 5/7] fuse2fs: only flush O_SYNC files on close
` [PATCH 6/7] fuse2fs: improve want_extra_isize handling
` [PATCH 7/7] fuse2fs: cache symlink targets in the kernel

[PATCH] tune2fs: do not update quota when not needed
 2025-05-21 14:51 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] misc: deduplicate log2/log10 functions
 2025-05-21 14:50 UTC  (2+ messages)

[PATCHSET 4/5] fuse2fs: delegate access control to kernel
 2025-05-21 14:51 UTC  (2+ messages)

[PATCH e2fsprogs] e2image.8: add missing comma
 2025-05-21 14:51 UTC  (2+ messages)

[PATCH] debugfs: byteswap dirsearch dirent buf on big endian systems
 2025-05-21 14:51 UTC  (2+ messages)

[PATCHSET 1/5] fuse2fs: better logging
 2025-05-21 14:51 UTC  (2+ messages)

[PATCHSET 2/5] fuse2fs: prepare for kernel driver replacement
 2025-05-21 14:51 UTC  (2+ messages)

[PATCHSET 3/5] fuse2fs: many fixes and improvements
 2025-05-21 14:51 UTC  (2+ messages)

[PATCHSET 5/5] fuse2fs: better disk cache
 2025-05-21 14:51 UTC  (2+ messages)

[Bug] "kernel BUG in corrupted" in Linux kernel v6.14
 2025-05-21 14:00 UTC 

[PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series
 2025-05-21 12:20 UTC  (2+ messages)

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-05-21 10:31 UTC  (6+ messages)
` [PATCH v2 4/8] ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio

[PATCH] ext4: avoid -Wformat-security warning
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH 0/9] ext4: fix stale extent status entries and clairfy rules
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH v2 1/4] ext4: fix out of bounds punch offset
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH] ext4: inline: fix len overflow in ext4_prepare_inline_data
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-20 14:40 UTC  (2+ messages)


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 NNTP newsgroup(s).