linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-22 01:42:38 to 2024-12-11 18:09:03 UTC [more...]

[RFC 0/3] xfs_io: enable extsize and stat -v support for ext4
 2024-12-11 18:09 UTC  (5+ messages)
` [RFC 1/3] include/linux.h: Factor out generic platform_test_fs_fd() helper
` [RFC 2/3] xfs_io: Add ext4 support to show FS_IOC_FSGETXATTR details
` [RFC 3/3] xfs_io: add extsize command support

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-12-11 16:30 UTC  (20+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault

[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
 2024-12-11 16:00 UTC  (35+ messages)
` [PATCH 01/27] ext4: remove writable userspace mappings before truncating page cache
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()
` [PATCH 05/27] ext4: refactor ext4_zero_range()
` [PATCH 06/27] ext4: refactor ext4_collapse_range()
` [PATCH 07/27] ext4: refactor ext4_insert_range()
` [PATCH 09/27] ext4: move out inode_lock into ext4_fallocate()
` [PATCH 10/27] ext4: move out common parts "
` [PATCH 11/27] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry

[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
 2024-12-11 10:13 UTC 

[RFC v2 0/6] ext4: Implement support for extsize hints
 2024-12-11  7:57 UTC  (7+ messages)
` [RFC v2 1/6] ext4: add aligned allocation hint in mballoc
` [RFC v2 2/6] ext4: allow inode preallocation for aligned alloc
` [RFC v2 3/6] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v2 4/6] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v2 5/6] ext4: add extsize hint support
` [RFC v2 6/6] ext4: make extsize work with EOF allocations

[PATCH] ext4: only test for inode xattr state when expanding inode
 2024-12-11  5:12 UTC  (2+ messages)

[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
 2024-12-11  4:13 UTC 

remove _supported_fs
 2024-12-10 16:08 UTC  (8+ messages)
` [PATCH 1/4] generic/363: remove _supported_fs xfs
` [PATCH 2/4] common: remove the $FSYP check in _cleanup_dump
` [PATCH 3/4] ext-common: create a new test directory for ext* common tests
` [PATCH 4/4] replace _supported_fs with _exclude_fs

[PATCH] ext4: make trace_ext4_ext_load_extent print-format correctly
 2024-12-10 13:13 UTC  (2+ messages)

commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
 2024-12-10 11:20 UTC  (6+ messages)

[PATCH][RFC] make take_dentry_name_snapshot() lockless
 2024-12-10  2:48 UTC  (6+ messages)
              ` [PATCH 1/5] make sure that DCACHE_INLINE_LEN is a multiple of word size
                ` [PATCH 2/5] dcache: back inline names with a struct-wrapped array of unsigned long
                ` [PATCH 3/5] make take_dentry_name_snapshot() lockless
                ` [PATCH 4/5] dissolve external_name.u into separate members
                ` [PATCH 5/5] ext4 fast_commit: make use of name_snapshot primitives

Lockdep warnings on kexec (virtio_blk, hrtimers)
 2024-12-10  1:56 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_truncate
 2024-12-07  5:42 UTC 

[PATCH 0/5] ext4: inline data cleanup
 2024-12-06 17:28 UTC  (6+ messages)
` [PATCH 1/5] ext4: inline: remove extra size check when writing data
` [PATCH 2/5] ext4: inline: use cached i_inline_size instead of e_value_size
` [PATCH 3/5] ext4: introduce wrapper to read data from inode
` [PATCH 4/5] ext4: add a wrapper to update i_inline_off and i_inline_size
` [PATCH 5/5] ext4: make i_inline_off point to data

[PATCH] jbd2: add a missing data flush during file and fs synchronization
 2024-12-06 15:04 UTC  (2+ messages)

[PATCH 6.6 071/676] ext4: remove calls to to set/clear the folio error flag
 2024-12-06 14:28 UTC 

[linus:master] [ext4] c7fc0366c6: stress-ng.metamix.ops_per_sec 22.9% improvement
 2024-12-06  9:21 UTC 

[PATCH] tdb: fix -std=c23 build failure
 2024-12-05 15:52 UTC  (2+ messages)

[syzbot] [wireless?] [ext4?] general protection fault in pcpu_alloc
 2024-12-04 20:43 UTC 

[PATCH 0/2] jbd2: two straightforward fixes
 2024-12-04 14:18 UTC  (11+ messages)
` [PATCH 1/2] jbd2: increase IO priority for writing revoke records
` [PATCH 2/2] jbd2: flush filesystem device before updating tail sequence

[PATCH v3] ext4: Optimization of no-op ext4_truncate triggers
 2024-12-04  9:02 UTC 

[syzbot] [ext4?] possible deadlock in ext4_map_blocks (2)
 2024-12-03 16:29 UTC 

[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
 2024-12-03  8:29 UTC  (15+ messages)
` [PATCH v2 1/2] quota: flush quota_release_work upon quota writeback
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-02  1:08 UTC  (20+ messages)
` [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides
` [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib
` [PATCH v4 06/19] loongarch/crc32: "
` [PATCH v4 07/19] mips/crc32: "
` [PATCH v4 08/19] powerpc/crc32: "
` [PATCH v4 09/19] s390/crc32: "
` [PATCH v4 10/19] sparc/crc32: "
` [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl()
` [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib
` [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
` [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
` [PATCH v4 16/19] ext4: switch to using the crc32c library
` [PATCH v4 17/19] jbd2: "
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library

[syzbot] [batman?] [mm?] [ext4?] INFO: rcu detected stall in rescuer_thread
 2024-12-01 23:16 UTC  (2+ messages)

Release candidate for e2fsprogs 1.47.2 is available
 2024-11-30 22:42 UTC  (3+ messages)

[PATCH RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption
 2024-11-29 20:20 UTC 

[PATCH] ext4: optimize two log messages in super.c
 2024-11-29 11:14 UTC 

[syzbot] [ext4?] WARNING: locking bug in jbd2_alloc
 2024-11-28  5:37 UTC 

[PATCH v5 0/3] Addition of new tests for extsize hints
 2024-11-27  5:11 UTC  (6+ messages)
` [PATCH v5 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v5 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v5 3/3] generic: Addition of new tests for extsize hints

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  4:11 UTC  (14+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-25 13:13 UTC  (15+ messages)
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH 0/9] ext4: enable large folio for regular files
 2024-11-25 11:44 UTC  (10+ messages)
` [PATCH 1/9] fs: make block_read_full_folio() support large folio
` [PATCH 2/9] ext4: make ext4_mpage_readpages() support large folios
` [PATCH 3/9] ext4: make regular file's buffered write path "
` [PATCH 4/9] ext4: make __ext4_block_zero_page_range() support large folio
` [PATCH 5/9] ext4/jbd2: convert jbd2_journal_blocks_per_page() to "
` [PATCH 6/9] ext4: correct the journal credits calculations of allocating blocks
` [PATCH 7/9] ext4: make the writeback path support large folios
` [PATCH 8/9] ext4: make online defragmentation "
` [PATCH RFC 9/9] ext4: enable large folio for regular file

[syzbot] [ext4?] WARNING: locking bug in get_page_from_freelist
 2024-11-25 11:10 UTC  (4+ messages)

[PATCH 03/11] ext4: reorder capability check last
 2024-11-25 10:39 UTC 

[PATCH v14 02/28] dept: Implement Dept(Dependency Tracker)
 2024-11-25  1:05 UTC  (3+ messages)
` [PATCH v14 2/28] "

[PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
 2024-11-24 22:39 UTC  (3+ messages)

[PATCH AUTOSEL 6.11 16/16] ext4: partial zero eof block on unaligned inode size extension
 2024-11-24 12:39 UTC 

[PATCH AUTOSEL 6.12 19/19] ext4: partial zero eof block on unaligned inode size extension
 2024-11-24 12:38 UTC 

[syzbot] [ext4?] INFO: task hung in do_get_write_access (3)
 2024-11-23 20:42 UTC 

[PATCH v3 0/3] Addition of new tests for extsize hints
 2024-11-22 19:06 UTC  (9+ messages)
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function

[PATCH] ext4: avoid OOB when converting inline data
 2024-11-22 11:32 UTC 

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (4+ messages)
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open

[PATCH v3 0/3] symlink length caching
 2024-11-22  1:56 UTC  (4+ messages)
` [PATCH v3 1/3] vfs: support caching symlink lengths in inodes


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).