messages from 2025-09-16 00:54:18 to 2025-09-22 11:11:17 UTC [more...]
ext4: failed to convert unwritten extents (6.12.31 regression)
2025-09-22 11:11 UTC
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-22 10:45 UTC (35+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH] nsfs: reject file handles with invalid inode number
2025-09-21 6:03 UTC (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry
[PATCH] nsfs: reject file handles with invalid inode number
2025-09-21 3:44 UTC (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry
[PATCH] nsfs: validate file handle type and data in nsfs_fh_to_dentry()
2025-09-21 2:14 UTC (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry
[PATCH] nsfs: validate file handle type and data in nsfs_fh_to_dentry()
2025-09-21 0:51 UTC
[PATCH v2 0/4] mke2fs: small doc and features
2025-09-20 22:59 UTC (9+ messages)
` [PATCH v2 1/4] mke2fs: document the hash_seed option
` [PATCH v2 2/4] mke2fs: support multiple '-E' options
` [PATCH v2 3/4] mke2fs: add root_selinux option for root inode label
` [PATCH v2 4/4] mke2fs: fix missing .TP in man page
[PATCH] doc: fix mke2fs.8 Extended Options formatting
2025-09-20 22:50 UTC
[PATCH] nsfs: validate file handle type in nsfs_fh_to_dentry()
2025-09-20 8:36 UTC (2+ messages)
` [syzbot] [nfs?] WARNING in nsfs_fh_to_dentry
[PATCH v5 0/4] hide ->i_state behind accessors
2025-09-20 5:47 UTC (7+ messages)
` [PATCH v5 1/4] fs: provide accessors for ->i_state
` [PATCH v5 2/4] Convert the kernel to use ->i_state accessors
` [PATCH v5 3/4] Manual conversion of ->i_state uses
` [PATCH v5 4/4] fs: make plain ->i_state access fail to compile
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-20 3:54 UTC (10+ messages)
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
[PATCH] Fix: ext4: guard against EA inode refcount underflow in xattr update
2025-09-20 2:13 UTC (4+ messages)
` [PATCH v2] "
[PATCH v7 00/11] Add more tests for multi fs block atomic writes
2025-09-19 16:27 UTC (14+ messages)
` [PATCH v7 01/12] common/rc: Add _min() and _max() helpers
` [PATCH v7 02/12] common/rc: Add fio atomic write helpers
` [PATCH v7 03/12] common/rc: Add a helper to run fsx on a given file
` [PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v7 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v7 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v7 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v7 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v7 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v7 10/12] ext4: Test atomic write and ioend codepaths with bigalloc
` [PATCH v7 11/12] ext4: Test atomic writes allocation and write "
` [PATCH v7 12/12] ext4: Atomic write test for extent split across leaf nodes
[PATCH v4 00/12] hide ->i_state behind accessors
2025-09-19 15:51 UTC (19+ messages)
` [PATCH v4 01/12] fs: provide accessors for ->i_state
` [PATCH v4 02/12] fs: use ->i_state accessors in core kernel
` [PATCH v4 03/12] fs: mechanically convert most filesystems to use ->i_state accessors
` [PATCH v4 04/12] btrfs: use the new "
` [PATCH v4 05/12] netfs: "
` [PATCH v4 06/12] nilfs2: "
` [PATCH v4 07/12] xfs: "
` [PATCH v4 08/12] ext4: "
` [PATCH v4 09/12] f2fs: "
` [PATCH v4 10/12] ceph: "
` [PATCH v4 11/12] overlayfs: "
` [PATCH v4 12/12] fs: make plain ->i_state access fail to compile
[PATCH RFC 2/3] mke2fs.c: fail on multiple '-E' options
2025-09-19 15:44 UTC (8+ messages)
[PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs
2025-09-19 15:01 UTC (9+ messages)
` [PATCH 1/3] tune2fs: reorganize command-line flag handling
` [PATCH 2/3] tune2fs: rework parse_extended_opts() so it only parses the option string
` [PATCH 3/3] tune2fs: try to use the SET_TUNE_SB_PARAM ioctl on mounted file systems
[Bug 220535] New: ext4 __jbd2_log_wait_for_space soft lockup and CPU stuck for 134s
2025-09-19 2:34 UTC (3+ messages)
` [Bug 220535] "
[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
2025-09-19 2:14 UTC
[PATCH] ext4: fix allocation failure in ext4_mb_load_buddy_gfp
2025-09-19 1:53 UTC (2+ messages)
` [syzbot] [mm?] WARNING "
[syzbot] [mm?] WARNING in ext4_mb_load_buddy_gfp
2025-09-19 1:27 UTC
[PATCH v2 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
2025-09-18 16:57 UTC (9+ messages)
` [PATCH v2 1/3] ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
` [PATCH v2 2/3] ext4: add support for 32-bit default reserved uid and gid values
` [PATCH v2 3/3] ext4: implemet new ioctls to set and get superblock parameters
[PATCH v6 00/11] Add more tests for multi fs block atomic writes
2025-09-18 7:29 UTC (5+ messages)
` [PATCH v6 09/12] generic: Add sudden shutdown tests for multi "
ext4: slow unmount with large clean page cache; is fsfreeze→umount recommended?
2025-09-18 5:55 UTC (3+ messages)
` AW: "
[PATCH 00/62] initrd: remove classic initrd support
2025-09-17 18:00 UTC (4+ messages)
[syzbot] [ext4?] INFO: trying to register non-static key in ext4_xattr_get
2025-09-17 12:40 UTC
[syzbot] [ext4?] WARNING in ext4_xattr_block_set (3)
2025-09-16 20:09 UTC
[syzbot] [ext4?] INFO: rcu detected stall in ext4_file_mmap_prepare
2025-09-16 20:08 UTC
[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
2025-09-16 10:57 UTC (5+ messages)
` [PATCH 1/2] jbd2: ensure that all ongoing I/O complete before freeing blocks
` [PATCH 2/2] ext4: wait for ongoing I/O to "
[syzbot] [ext4?] possible deadlock in do_writepages (2)
2025-09-16 6:02 UTC
[PATCHSET RFC v5 9/9] fuse4fs: run servers as a contained service
2025-09-16 1:09 UTC (5+ messages)
` [PATCH 1/4] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/4] fuse4fs: enable safe service mode
` [PATCH 3/4] fuse4fs: set proc title when in fuse "
` [PATCH 4/4] fuse4fs: set iomap backing device blocksize
[PATCHSET RFC v5 8/9] fuse2fs: improve block and inode caching
2025-09-16 1:08 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 RFC v5 7/9] fuse2fs: cache iomap mappings for even better file IO performance
2025-09-16 1:06 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 RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
2025-09-16 1:06 UTC (11+ messages)
` [PATCH 01/10] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: skip the gdt write in op_destroy if syncfs is working
` [PATCH 10/10] fuse2fs: set sync, immutable, and append at file load time
[PATCHSET RFC v5 5/9] fuse4fs: specify the root node id
2025-09-16 1:03 UTC (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible
[PATCHSET RFC v5 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
2025-09-16 1:03 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: avoid fuseblk mode if fuse-iomap support is likely
` [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 RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
2025-09-16 0:58 UTC (11+ messages)
` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
` [PATCH 02/10] libext2fs: always fsync the device when flushing the cache
` [PATCH 03/10] libext2fs: always fsync the device when closing the unix IO manager
` [PATCH 04/10] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCH 05/10] libext2fs: invalidate cached blocks when freeing them
` [PATCH 06/10] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 07/10] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 08/10] libext2fs: allow clients to ask to write full superblocks
` [PATCH 09/10] libext2fs: allow callers to disallow I/O to file data blocks
` [PATCH 10/10] libext2fs: add posix advisory locking to the unix IO manager
[PATCHSET RFC v5 2/9] fuse4fs: fork a low level fuse server
2025-09-16 0:56 UTC (9+ messages)
` [PATCH 14/21] cache: return results of a cache flush
` [PATCH 15/21] cache: add a "get only if incore" flag to cache_node_get
` [PATCH 16/21] cache: support gradual expansion
` [PATCH 17/21] cache: implement automatic shrinking
` [PATCH 18/21] fuse4fs: add cache to track open files
` [PATCH 19/21] fuse4fs: use the orphaned inode list
` [PATCH 20/21] fuse4fs: implement FUSE_TMPFILE
` [PATCH 21/21] fuse4fs: create incore reverse orphan list
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox