public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-23 23:39:28 to 2026-02-26 16:04:51 UTC [more...]

[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-26 15:55 UTC  (42+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
` [PATCH 18/61] 9p: update format strings "
` [PATCH 19/61] affs: "
` [PATCH 20/61] afs: "
` [PATCH 21/61] autofs: "
` [PATCH 22/61] befs: "
` [PATCH 23/61] bfs: "
` [PATCH 24/61] cachefiles: "
` [PATCH 25/61] ceph: "
` [PATCH 26/61] coda: "
` [PATCH 27/61] cramfs: "
` [PATCH 28/61] ecryptfs: "
` [PATCH 29/61] efs: "
` [PATCH 30/61] exportfs: "
` [PATCH 31/61] ext2: "
` [PATCH 32/61] freevxfs: "
` [PATCH 33/61] hfs: "
` [PATCH 34/61] hfsplus: "
` [PATCH 35/61] hpfs: "
` [PATCH 36/61] isofs: "
` [PATCH 37/61] jffs2: "
` [PATCH 38/61] jfs: "
` [PATCH 39/61] minix: "
` [PATCH 40/61] nsfs: "
` [PATCH 41/61] ntfs3: "

fscrypt API cleanups v2
 2026-02-26 14:49 UTC  (15+ messages)
` [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [PATCH 03/14] ext4: factor out a io_submit_need_new_bio helper
` [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [PATCH 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 10/14] fscrypt: pass a byte length "
` [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 12/14] fscrypt: pass a byte length "
` [PATCH 13/14] fscrypt: pass a real sector_t "
` [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-02-26 14:41 UTC  (10+ messages)
` [PATCH 1/9] fstests: allow SCRATCH_DEV_POOL for non-Btrfs filesystems
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper
` [PATCH 3/9] fstests: add _clone_mount_option() helper
` [PATCH 4/9] fstests: add test for inotify isolation on cloned devices
` [PATCH 5/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH 6/9] fstests: verify f_fsid for "
` [PATCH 7/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH 8/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH 9/9] fstests: verify exportfs file handles "

[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-02-26 14:28 UTC  (2+ messages)
` [RFC PATCH 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH v1] mm: annotate data race of f_ra.prev_pos
 2026-02-26 14:29 UTC  (3+ messages)

[BUG] kernel BUG at fs/ext4/inode.c:2731!
 2026-02-26 14:26 UTC 

[PATCH] ext4: test if inode's all dirty pages are submitted to disk
 2026-02-26 13:44 UTC  (2+ messages)

[PATCH] ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
 2026-02-26 13:42 UTC  (2+ messages)

[PATCH 0/2] ext4: nojournal mode fixes
 2026-02-26 13:39 UTC  (6+ messages)
` [PATCH 1/2] ext4: Make recently_deleted() properly work with lazy itable initialization
` [PATCH 2/2] ext4: Fix fsync(2) for nojournal mode

[PATCH 2/2] mm: zero range of eof folio exposed by inode size extension
 2026-02-26 13:31 UTC  (2+ messages)
` [PATCH] mm: fix pagecache_isize_extended() early-return bypass for large folio mappings

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-02-26 13:20 UTC  (11+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH v3] ext4: publish jinode after initialization
 2026-02-26 12:34 UTC  (2+ messages)

[PATCH] block: remove bdev_nonrot()
 2026-02-26 12:27 UTC  (3+ messages)

[PATCH] ext4/move_extent: use folio_next_pos()
 2026-02-26 12:08 UTC  (2+ messages)

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-26 11:09 UTC  (5+ messages)

[RFC PATCH 0/4] ext4: Byte-granular ByteLog optimizes DAX fast commits
 2026-02-26 10:17 UTC  (5+ messages)
` [RFC PATCH 1/4] ext4: introduce DAX fast commit ByteLog backend
` [RFC PATCH 2/4] ext4: add dax_fc_bytelog mount option
` [RFC PATCH 3/4] ext4: fast_commit: write TLVs into DAX ByteLog
` [RFC PATCH 4/4] ext4: fast_commit: replay DAX ByteLog records

[syzbot] [ext4?] INFO: task hung in block_read_full_folio (3)
 2026-02-26  9:36 UTC  (2+ messages)

[PATCH RFC v2 0/2] block: enable RWF_DONTCACHE for block devices
 2026-02-26  3:15 UTC  (8+ messages)
` [PATCH RFC v2 1/2] filemap: defer dropbehind invalidation from IRQ context
` [PATCH RFC v2 2/2] block: enable RWF_DONTCACHE for block devices

[PATCH] ext4: rralloc - (former rotalloc) improved round-robin allocation policy
 2026-02-26  2:48 UTC  (3+ messages)

[PATCH RFC] block: enable RWF_DONTCACHE for block devices
 2026-02-25 22:42 UTC  (3+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-02-25 17:58 UTC  (3+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCHSET v7 2/9] iomap: cleanups ahead of adding fuse support
 2026-02-25 17:49 UTC  (10+ messages)
` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile

Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
 2026-02-25 14:20 UTC  (9+ messages)

[syzbot] [ext4?] INFO: task hung in filename_unlinkat
 2026-02-25  9:12 UTC 

[PATCH v4] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-25  5:02 UTC 

[PATCH v3] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-25  0:00 UTC  (2+ messages)

[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
 2026-02-24 23:14 UTC 

[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
 2026-02-24 21:18 UTC  (5+ messages)
` [PATCH 29/33] fuse: support atomic writes with iomap

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-02-24 20:09 UTC  (9+ messages)
` [PATCH 1/5] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write

[PATCH] fsverity: add dependency on 64K or smaller pages
 2026-02-24 15:32 UTC  (6+ messages)

[PATCH v2] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-24 12:47 UTC 

[PATCH] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-24 12:29 UTC 

[PATCH v3 0/4] jbd2/ext4/ocfs2: lockless jinode dirty range
 2026-02-24  9:24 UTC  (5+ messages)
` [PATCH v3 1/4] jbd2: add jinode dirty range accessors
` [PATCH v3 2/4] ext4: use jbd2 jinode dirty range accessor
` [PATCH v3 3/4] ocfs2: "
` [PATCH v3 4/4] jbd2: store jinode dirty range in PAGE_SIZE units

[PATCHSET RFC 8/8] fuse: allow fuse servers to upload iomap BPF programs
 2026-02-23 23:50 UTC  (4+ messages)
` [PATCH 1/3] fuse4fs: add dynamic iomap bpf prototype which will break FIEMAP
` [PATCH 2/3] fuse4fs: wire up caching examples to fuse iomap bpf program
` [PATCH 3/3] fuse4fs: adjust test bpf program to deal with opaque inodes

[PATCHSET v7 7/8] fuse4fs: reclaim buffer cache under memory pressure
 2026-02-23 23:49 UTC  (5+ messages)
` [PATCH 1/4] libsupport: add pressure stall monitor
` [PATCH 2/4] fuse2fs: only reclaim buffer cache when there is memory pressure
` [PATCH 3/4] fuse4fs: enable memory pressure monitoring with service containers
` [PATCH 4/4] fuse2fs: flush dirty metadata periodically

[PATCHSET v7 6/8] fuse4fs: run servers as a contained service
 2026-02-23 23:48 UTC  (9+ messages)
` [PATCH 1/8] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/8] fuse4fs: enable safe service mode
` [PATCH 3/8] fuse4fs: set proc title when in fuse "
` [PATCH 4/8] fuse4fs: upsert first file mapping to kernel on open
` [PATCH 5/8] fuse4fs: set iomap backing device blocksize
` [PATCH 6/8] fuse4fs: ask for loop devices when opening via fuservicemount
` [PATCH 7/8] fuse4fs: make MMP work correctly in safe service mode
` [PATCH 8/8] debian: update packaging for fuse4fs service

[PATCHSET v7 5/8] fuse2fs: improve block and inode caching
 2026-02-23 23:46 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 v7 4/8] fuse2fs: cache iomap mappings for even better file IO performance
 2026-02-23 23:44 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: enable caching of iomaps
` [PATCH 2/3] fuse2fs: constrain iomap mapping cache size
` [PATCH 3/3] fuse2fs: enable iomap

[PATCHSET v7 3/8] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2026-02-23 23:43 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: set sync, immutable, and append at file load time
` [PATCH 10/10] fuse4fs: increase attribute timeout in iomap mode

[PATCHSET v7 2/8] fuse4fs: specify the root node id
 2026-02-23 23:41 UTC  (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible

[PATCHSET v7 1/8] fuse2fs: use fuse iomap data paths for better file I/O performance
 2026-02-23 23:41 UTC  (8+ messages)
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: configure block device block size
` [PATCH 15/19] fuse4fs: separate invalidation
` [PATCH 16/19] fuse2fs: implement statx
` [PATCH 17/19] fuse2fs: enable atomic writes
` [PATCH 18/19] fuse4fs: disable fs reclaim and write throttling
` [PATCH 19/19] fuse2fs: implement freeze and shutdown requests


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