Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-07 09:23:41 to 2024-03-27 09:31:58 UTC [more...]

[Bug 218648] New: ext4: previously opened file remains writeable on readonly ext4 filesystem; Data loss
 2024-03-27  9:31 UTC 

[Bug 218626] New: fstest ext4/014 fails when using filesystem quotas
 2024-03-26 15:38 UTC  (2+ messages)
` [Bug 218626] "

[PATCH 0/5] Minor improvements and cleanups to ext4 mballoc
 2024-03-26 21:38 UTC  (6+ messages)
` [PATCH 1/5] ext4: keep "prefetch_grp" and "nr" consistent
` [PATCH 2/5] ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used
` [PATCH 3/5] ext4: call ext4_mb_mark_free_simple in mb_mark_used to clear bits
` [PATCH 4/5] ext4: use correct criteria name instead stale integer number in comment
` [PATCH 5/5] ext4: expand next_linear_group to remove repeat check for linear scan

[PATCH v2 0/5] More unit test for mballoc
 2024-03-26 13:09 UTC  (8+ messages)
` [PATCH v2 2/5] ext4: Add unit test of ext4_mb_generate_buddy

[PATCH 0/3] ext4: Create EA inodes outside of buffer lock
 2024-03-25 19:03 UTC  (9+ messages)
` [PATCH 2/3] ext4: Do not create EA inode under "
` [PATCH 0/2 v2] ext4: Create EA inodes outside of "
` [PATCH 1/2] Revert "ext4: drop duplicate ea_inode handling in ext4_xattr_block_set()"
` [PATCH 2/2] ext4: Do not create EA inode under buffer lock

[PATCH 0/1] Fix for recent bugzilla reports related to long halts during block allocation
 2024-03-25 18:12 UTC  (5+ messages)

[PATCH v14 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-25 16:26 UTC  (12+ messages)
` [PATCH v14 1/9] ext4: Simplify the handling of cached insensitive names
` [PATCH v14 2/9] f2fs: "
` [PATCH v14 3/9] libfs: Introduce case-insensitive string comparison helper
` [PATCH v14 4/9] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v14 5/9] f2fs: "
` [PATCH v14 6/9] ext4: Log error when lookup of encoded dentry fails
` [PATCH v14 7/9] f2fs: "
` [PATCH v14 8/9] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v14 9/9] f2fs: "

[PATCH v2] e2fsprogs: misc/mke2fs.8.in: Correct valid cluster-size values
 2024-03-25 15:55 UTC  (2+ messages)

[PATCH v2 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-25  4:39 UTC  (17+ messages)
` [PATCH v2 1/3] fs_parser: add helper to define parameters with string and flag types
` [PATCH v2 2/3] ext4: fix the parsing of empty string mount parameters
` [PATCH v2 3/3] ovl: "

[PATCH] Revert "ext4: apply umask if ACL support is disabled"
 2024-03-25  0:22 UTC  (3+ messages)

[Bug 217965] New: ext4(?) regression since 6.5.0 on sata hdd
 2024-03-23  8:53 UTC  (6+ messages)
` [Bug 217965] "

[PATCH 3/3] ext4: Add support for FS_IOC_GETFSSYSFSPATH
 2024-03-22 23:03 UTC  (7+ messages)

[RESEND PATCH] e2fsprogs: misc/mke2fs.8.in: Correct valid cluster-size values
 2024-03-22 23:10 UTC  (4+ messages)
  ` [External] : "

[PATCH v10 0/8]
 2024-03-22 22:11 UTC  (3+ messages)
` [PATCH v10 7/8] ext4: Move CONFIG_UNICODE defguards into the code flow
  ` [f2fs-dev] "

[PATCH] ext4: implement filesystem specific alloc_inode in unit test
 2024-03-22 16:55 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-03-22  3:43 UTC  (3+ messages)
` [syzbot] "

[Bug 218601] Regression - dd if=/dev/zero of=/zero causes shift-out-of-bounds && NULL pointer dereference, address: 0000000000000003
 2024-03-21 16:20 UTC  (10+ messages)

[PATCH] ext4: replace deprecated strncpy with alternatives
 2024-03-21  1:03 UTC 

[PATCH] ext4: remove checks for data=ordered and journal_async_commit options
 2024-03-20 12:03 UTC  (2+ messages)

[PATCH v3 0/9] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
 2024-03-20  5:19 UTC  (17+ messages)
` [PATCH v3 1/9] ext4: avoid overflow when setting values via sysfs
` [PATCH v3 2/9] ext4: refactor out ext4_generic_attr_store()
` [PATCH v3 3/9] ext4: refactor out ext4_generic_attr_show()
` [PATCH v3 4/9] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
` [PATCH v3 5/9] ext4: add new attr pointer attr_mb_order
` [PATCH v3 6/9] ext4: add positive int attr pointer to avoid sysfs variables overflow
` [PATCH v3 7/9] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
` [PATCH v3 8/9] ext4: set the type of max_zeroout to unsigned int "
` [PATCH v3 9/9] ext4: clean up s_mb_rb_lock to fix build warnings with C=1

[PATCH v4 0/9] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
 2024-03-19 11:33 UTC  (10+ messages)
` [PATCH v4 1/9] ext4: avoid overflow when setting values via sysfs
` [PATCH v4 2/9] ext4: refactor out ext4_generic_attr_store()
` [PATCH v4 3/9] ext4: refactor out ext4_generic_attr_show()
` [PATCH v4 4/9] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
` [PATCH v4 5/9] ext4: add new attr pointer attr_mb_order
` [PATCH v4 6/9] ext4: add positive int attr pointer to avoid sysfs variables overflow
` [PATCH v4 7/9] ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
` [PATCH v4 8/9] ext4: set the type of max_zeroout to unsigned int "
` [PATCH v4 9/9] ext4: clean up s_mb_rb_lock to fix build warnings with C=1

[PATCH v7 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-03-18 20:45 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v13 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-03-18  9:53 UTC  (8+ messages)
` [PATCH v13 2/9] f2fs: Simplify the handling of cached insensitive names
` [PATCH v13 3/9] libfs: Introduce case-insensitive string comparison helper

[RESEND PATCH] e2fsprogs: debugfs: Fix infinite loop when dump log
 2024-03-18  9:32 UTC  (2+ messages)

[RFC 0/9] ext4: Add direct-io atomic write support using fsawu
 2024-03-18  8:22 UTC  (6+ messages)
` [RFC] ext4: Add support for ext4_map_blocks_atomic()

[syzbot] [ext4?] possible deadlock in __ext4_mark_inode_dirty (3)
 2024-03-18  3:33 UTC 

[PATCH] ext4: Remove unneeded if checks before kfree
 2024-03-17 15:36 UTC  (2+ messages)
` [RESEND PATCH] "

KASAN: slab-use-after-free Read in ext4_find_extent
 2024-03-16  2:00 UTC  (2+ messages)

[GIT PULL] ext4 updates for v6.9
 2024-03-15 17:20 UTC  (2+ messages)

[Bug 205197] New: kernel BUG at fs/ext4/extents_status.c:884
 2024-03-15 17:03 UTC  (4+ messages)
` [Bug 205197] "

BUG: unable to handle kernel paging request in ext4_ext_remove_space
 2024-03-15 14:26 UTC 

[PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled
 2024-03-15 13:52 UTC  (14+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2024-03-15  0:10 UTC  (2+ messages)

WARNING in __kthread_create_on_node
 2024-03-14 18:25 UTC 

[Bug 218596] New: kernel BUG at fs/ext4/extents_status.c:884
 2024-03-14 15:07 UTC  (2+ messages)
` [Bug 218596] "

[PATCH v2 0/9] ext4: avoid sysfs variables overflow causing BUG_ON/SOOB
 2024-03-14 13:47 UTC  (20+ messages)
` [PATCH v2 1/9] ext4: avoid overflow when setting values via sysfs
` [PATCH v2 2/9] ext4: refactor out ext4_generic_attr_store()
` [PATCH v2 4/9] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
` [PATCH v2 5/9] ext4: add new attr pointer attr_mb_order
` [PATCH v2 6/9] ext4: add positive int attr pointer to avoid sysfs variables overflow
` [PATCH v2 8/9] ext4: set the type of max_zeroout to unsigned int to avoid overflow
` [PATCH v2 9/9] ext4: clean up s_mb_rb_lock to fix build warnings with C=1

[bug report] ext4: do not create EA inode under buffer lock
 2024-03-14 10:55 UTC  (2+ messages)

[riteshharjani:ext2-iomap-lsfmm-rfcv2] [ext2] 44544ffe4d: xfstests.generic.093.fail
 2024-03-14  4:57 UTC 

[PATCH] ext4: remove SLAB_MEM_SPREAD flag usage
 2024-03-14  4:06 UTC  (3+ messages)

[PATCH v4 0/3] Fix crashes and warnings in ext4 unit test
 2024-03-14  3:54 UTC  (2+ messages)

[PATCH] ext4: remove unused parameter biop in ext4_issue_discard()
 2024-03-14  3:54 UTC  (2+ messages)

[PATCH] ext4: kunit: use dynamic inode allocation
 2024-03-14  3:54 UTC  (2+ messages)

[PATCH] ext4: Enable meta_bg only when new desc blocks are needed
 2024-03-14  3:54 UTC  (2+ messages)

[PATCH 1/2] ext4: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
 2024-03-13 18:14 UTC  (4+ messages)
` [PATCH 2/2] ext2: "

[PATCH] fs_parser: move fsparam_string_empty() helper into header
 2024-03-12 14:28 UTC  (2+ messages)

[syzbot] Monthly ext4 report (Mar 2024)
 2024-03-12  9:29 UTC 

[PATCH 1/2] ext4: Fixes len calculation in mpage_journal_page_buffers
 2024-03-11 18:46 UTC  (4+ messages)
` [PATCH 2/2] ext4: Remove PAGE_MASK dependency on mpage_submit_folio

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (2)
 2024-03-11 17:54 UTC  (3+ messages)

[PATCH 0/3] fs_parser: handle parameters that can be empty and don't have a value
 2024-03-11 16:01 UTC  (10+ messages)
` [PATCH 1/3] "

[PATCH RFC 0/2] ext4: Do endio process under irq context for DIO overwrites
 2024-03-11  7:55 UTC  (5+ messages)
` [PATCH RFC 1/2] iomap: Add a IOMAP_DIO_MAY_INLINE_COMP flag

[PATCH RFC] ext4: Validate inode pa before using preallocation blocks
 2024-03-11  7:34 UTC  (3+ messages)

[tytso-ext4:dev] BUILD SUCCESS 0ecae5410ab526225293d2591ca4632b22c2fd8c
 2024-03-10  3:01 UTC 

[PATCH] ext4: remove unreachable discard code
 2024-03-09  2:58 UTC  (2+ messages)

[Bug 218576] New: ext4: ext4_mb_use_inode_pa: BUGON triggered by invalid pa
 2024-03-09  2:52 UTC  (3+ messages)
` [Bug 218576] "

[PATCH] ext4: Avoid excessive credit estimate in ext4_tmpfile()
 2024-03-08 13:11 UTC  (3+ messages)

[RFC 4/8] ext4: Add statx and other atomic write helper routines
 2024-03-08  8:10 UTC  (2+ messages)

[RFC 6/8] ext4: Add an inode flag for atomic writes
 2024-03-08  8:02 UTC  (2+ messages)

[RFC 1/8] fs: Add FS_XFLAG_ATOMICWRITES flag
 2024-03-08  7:19 UTC  (4+ messages)
` [RFC 2/8] fs: Reserve inode flag FS_ATOMICWRITES_FL for atomic writes

[PATCH v2] ext4: Enable meta_bg only when new desc blocks are needed
 2024-03-07  9:23 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 read-only IMAP folder(s) and NNTP newsgroup(s).