messages from 2025-09-16 00:01:08 to 2025-09-19 10:31:00 UTC [more...]
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-19 10:17 UTC (23+ 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 v7 00/11] Add more tests for multi fs block atomic writes
2025-09-19 6:48 UTC (13+ 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
[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 RESEND 00/62] initrd: remove classic initrd support
2025-09-18 19:58 UTC (8+ 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-18 18:18 UTC (2+ messages)
[PATCH 0/3] E2fsprogs: tune2fs: use an ioctl to update mounted fs
2025-09-18 17:47 UTC (8+ 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
[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 v4 00/12] hide ->i_state behind accessors
2025-09-16 17:38 UTC (15+ 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 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
[RFC v5] fuse: containerize ext4 for safer operation
2025-09-16 1:09 UTC (86+ messages)
` [PATCHSET 1/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 RFC v5 2/9] fuse4fs: fork a low level fuse server
` [PATCH 01/21] fuse2fs: separate libfuse3 and fuse2fs detection in configure
` [PATCH 02/21] fuse2fs: start porting fuse2fs to lowlevel libfuse API
` [PATCH 03/21] debian: create new package for fuse4fs
` [PATCH 04/21] fuse4fs: namespace some helpers
` [PATCH 05/21] fuse4fs: convert to low level API
` [PATCH 06/21] libsupport: port the kernel list.h to libsupport
` [PATCH 07/21] libsupport: add a cache
` [PATCH 08/21] cache: disable debugging
` [PATCH 09/21] cache: use modern list iterator macros
` [PATCH 10/21] cache: embed struct cache in the owner
` [PATCH 11/21] cache: pass cache pointer to callbacks
` [PATCH 12/21] cache: pass a private data pointer through cache_walk
` [PATCH 13/21] cache: add a helper to grab a new refcount for a cache_node
` [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
` [PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
` [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 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
` [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 5/9] fuse4fs: specify the root node id
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible
` [PATCHSET RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [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 7/9] fuse2fs: cache iomap mappings for even better file IO performance
` [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 8/9] fuse2fs: improve block and inode caching
` [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 9/9] fuse4fs: run servers as a contained service
` [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 6/6] fuse2fs: better tracking of writable state
2025-09-16 0:05 UTC (4+ messages)
` [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 5/6] fuse2fs: improve operation tracing
2025-09-16 0:04 UTC (6+ messages)
` [PATCH 1/5] fuse2fs: register as an IO flusher thread
` [PATCH 2/5] fuse2fs: hook library error message printing
` [PATCH 3/5] fuse2fs: print the function name in error messages, not the file name
` [PATCH 4/5] fuse2fs: improve tracing for file range operations
` [PATCH 5/5] fuse2fs: record thread id in debug trace data
[PATCHSET 4/6] fuse2fs: use fuseblk mode
2025-09-16 0:03 UTC (3+ messages)
` [PATCH 1/2] fuse2fs: mount norecovery if main block device is readonly
` [PATCH 2/2] fuse2fs: use fuseblk mode for mounting filesystems
[PATCHSET 3/6] fuse2fs: refactor mount code
2025-09-16 0:02 UTC (4+ messages)
` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions
` [PATCH 2/3] fuse2fs: make norecovery behavior consistent with the kernel
` [PATCH 3/3] fuse2fs: recheck support after replaying journal
[PATCHSET 2/6] fuse2fs: refactor unmount code
2025-09-16 0:02 UTC (4+ messages)
` [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 1/6] fuse2fs: clean up operation startup
2025-09-16 0:01 UTC (3+ messages)
` [PATCH 8/9] fuse2fs: clean up more boilerplate
` [PATCH 9/9] fuse2fs: collect runtime of various operations
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