Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-02 05:23:28 to 2025-09-13 01:07:21 UTC [more...]

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-13  0:38 UTC  (26+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 07/62] arm: init: remove ATAG_RAMDISK
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 09/62] arm: init: document rd_start (in param_struct) as obsolete
` [PATCH RESEND 10/62] initrd: remove initrd (initial RAM disk) support
` [PATCH RESEND 11/62] init, efi: remove "noinitrd" command line parameter
` [PATCH RESEND 12/62] init: remove /proc/sys/kernel/real-root-dev
` [PATCH RESEND 13/62] ext2: remove ext2_image_size and associated code
` [PATCH RESEND 14/62] init: m68k, mips, powerpc, s390, sh: remove Root_RAM0
` [PATCH RESEND 15/62] doc: modernize Documentation/admin-guide/blockdev/ramdisk.rst
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 18/62] doc: modernize Documentation/driver-api/early-userspace/early_userspace_support.rst
` [PATCH RESEND 19/62] init: remove mentions of "ramdisk=" command line parameter
` [PATCH RESEND 20/62] doc: remove Documentation/power/swsusp-dmcrypt.rst
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 22/62] doc: remove obsolete mentions of pivot_root
` [PATCH RESEND 23/62] init: rename __initramfs_{start,size} to __builtin_initramfs_{start,size}
` [PATCH RESEND 24/62] init: remove wrong comment
` [PATCH RESEND 25/62] init: rename phys_initrd_{start,size} to phys_external_initramfs_{start,size}

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-12 22:38 UTC  (4+ messages)
` [PATCH 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG

[PATCH v6 00/11] Add more tests for multi fs block atomic writes
 2025-09-12 16:53 UTC  (14+ messages)
` [PATCH v6 01/12] common/rc: Add _min() and _max() helpers
` [PATCH v6 02/12] common/rc: Add fio atomic write helpers
` [PATCH v6 03/12] common/rc: Add a helper to run fsx on a given file
` [PATCH v6 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v6 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v6 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v6 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v6 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v6 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v6 10/12] ext4: Test atomic write and ioend codepaths with bigalloc
` [PATCH v6 11/12] ext4: Test atomic writes allocation and write "
` [PATCH v6 12/12] ext4: Atomic write test for extent split across leaf nodes

ext4: slow unmount with large clean page cache; is fsfreeze→umount recommended?
 2025-09-12 14:20 UTC 

BUG report: an ext4 data corruption issue in nojournal mode
 2025-09-12 14:42 UTC  (2+ messages)

[PATCH] ext4: fix an off-by-one issue during moving extents
 2025-09-12 14:17 UTC  (2+ messages)

[PATCH 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-12  7:14 UTC  (4+ messages)
` [PATCH 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH 0/3] ext4: Add support for mounted updates to the superblock via an ioctl
 2025-09-12  3:14 UTC  (11+ messages)
` [PATCH 1/3] ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()
` [PATCH 2/3] ext4: add support for 32-bit default reserved uid and gid values
` [PATCH 3/3] ext4: implemet new ioctls to set and get superblock parameters

[Linux Kernel Bug] WARNING: locking bug in ext4_mb_use_preallocated
 2025-09-11 16:40 UTC 

[PATCH v5] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-11 13:30 UTC 

[PATCH v4] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-11 11:29 UTC  (5+ messages)

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-11  9:00 UTC  (8+ messages)
` [PATCH v3 1/4] fs: expand dump_inode()
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors
` [PATCH v3 3/4] convert all filesystems to use the new ->i_state accessors
` [PATCH v3 4/4] type switch

[PATCH v3] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-11  1:10 UTC  (3+ messages)

[syzbot] [ext4?] WARNING in ext4_xattr_inode_update_ref
 2025-09-11  0:08 UTC 

[PATCH RFC 0/3] mke2fs: small doc and features
 2025-09-10 21:31 UTC  (11+ messages)
` [PATCH RFC 1/3] mke2fs: document the hash_seed option
` [PATCH RFC 2/3] mke2fs.c: fail on multiple '-E' options
` [PATCH RFC 3/3] mke2fs: add root_selinux option for root inode label

[PATCH v2 0/4] mke2fs: small doc and features
 2025-09-10 13:51 UTC  (5+ 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 v5 00/11] Add more tests for multi fs block atomic writes
 2025-09-10  6:38 UTC  (53+ messages)
` [PATCH v5 02/12] common/rc: Add _require_fio_version helper
` [PATCH v5 04/12] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v5 05/12] generic: Add atomic write test using fio crc check verifier
` [PATCH v5 06/12] generic: Add atomic write test using fio verify on file mixed mappings
` [PATCH v5 07/12] generic: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v5 08/12] generic: Stress fsx with atomic writes enabled
` [PATCH v5 09/12] generic: Add sudden shutdown tests for multi block atomic writes
` [PATCH v5 10/12] ext4: test atomic write and ioend codepaths with bigalloc
` [PATCH v5 11/12] ext4: Test atomic writes allocation and write "

[syzbot] [ext4?] possible deadlock in ext4_writepages (2)
 2025-09-10  0:46 UTC  (3+ messages)

[WIP RFC PATCH v2 00/10] i_state accessors + I_WILL_FREE removal
 2025-09-09 18:32 UTC  (11+ messages)
` [PATCH v2 01/10] fs: expand dump_inode()
` [PATCH v2 02/10] fs: hide ->i_state handling behind accessors
` [PATCH v2 03/10] bcachefs: use the new ->i_state accessors
` [PATCH v2 04/10] btrfs: "
` [PATCH v2 05/10] ext4: "
` [PATCH v2 07/10] ocfs2: "
` [PATCH v2 08/10] ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
` [PATCH v2 09/10] fs: set I_FREEING instead of I_WILL_FREE in iput_final() prior to writeback
` [PATCH v2 10/10] fs: retire the I_WILL_FREE flag

[PATCH RESEND] fs/ext4: remove unused variable 'de' in ext4_init_new_dir()
 2025-09-09 16:54 UTC 

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-09 16:32 UTC  (5+ messages)

[PATCHv4 0/8]
 2025-09-09 16:27 UTC  (4+ messages)
` [PATCHv4 3/8] block: align the bio after building it

[PATCH v2] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-09 11:30 UTC  (3+ messages)

[PATCH] ext4: verify orphan file size is not too big
 2025-09-09 11:22 UTC 

[syzbot] [mm?] [ext4?] WARNING in ext4_init_orphan_info
 2025-09-09 10:59 UTC  (3+ messages)

ext4: slow unmount with large clean page cache; is fsfreeze→umount recommended?
 2025-09-09 10:19 UTC 

[Bug 220535] New: ext4 __jbd2_log_wait_for_space soft lockup and CPU stuck for 134s
 2025-09-08 13:11 UTC  (6+ messages)
` [Bug 220535] "

[PATCH -next] ext4: add an update to i_disksize in ext4_block_page_mkwrite
 2025-09-06 12:27 UTC  (9+ messages)

[PATCH RFC 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-06  4:23 UTC  (10+ messages)
` [PATCH RFC 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH RFC 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[WIP RFC PATCH] fs: retire I_WILL_FREE
 2025-09-05 14:07 UTC  (3+ messages)

[PATCH 0/2] Some more misc fsmap fixes
 2025-09-05  8:14 UTC  (3+ messages)
` [PATCH 1/2] ext4: Correctly handle queries for metadata mappings
` [PATCH 2/2] fsmap: use blocksize units instead of cluster units

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-09-04 19:28 UTC 

[PATCH v3 RESEND] ext4: clear extent index structure after file delete
 2025-09-04 12:45 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_es_cache_extent (3)
 2025-09-04  9:44 UTC 

[syzbot] [ext4?] INFO: task hung in lock_two_directories (4)
 2025-09-03 12:50 UTC  (2+ messages)
` [syzbot] [exfat?] "

[syzbot] [ext4?] INFO: task hung in ext4_read_bh
 2025-09-02 17:24 UTC 

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-02 14:39 UTC  (8+ 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).