Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH 2/4] ext4: correct the error path of ext4_write_inline_data_end(), WangYuli
- [PATCH 3/4] ext4: factor out write end code of inline file,
WangYuli
- [PATCH 1/4] ext4: check and update i_disksize properly, WangYuli
- [PATCH 4.19 0/4] ext4: improve delalloc buffer write performance, WangYuli
- [RFC PATCH] jbd2: fix a potential assertion failure due to improperly dirtied buffer,
zhangshida
- [PATCH v2 1/4] ext4: Reduce stack usage in ext4_mpage_readpages(),
Matthew Wilcox (Oracle)
- [PATCH] tune2fs.c (main): do not set dirty when default is not changed,
Gwendal Grignou
- [PATCH] jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error,
libaokun
- [PATCH] ext4: fix access to uninitialised lock in fc replay path,
Luis Henriques (SUSE)
- [GIT PULL] ext4 updates for 6.11-rc1,
Theodore Ts'o
- [PATCH v5] ext4: fix fast commit inode enqueueing during a full journal commit,
Luis Henriques (SUSE)
- [syzbot] Monthly ext4 report (Jul 2024), syzbot
- [PATCH v6 0/9] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v6 3/9] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v6 6/9] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v6 7/9] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v6 8/9] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v6 9/9] tmpfs: add support for multigrain timestamps, Jeff Layton
- Re: [PATCH v6 0/9] fs: multigrain timestamp redux, Christian Brauner
- [PATCH v4 1/2] locking/lockdep: Forcing subclasses to have same name pointer as their parent class,
botta633
[PATCH v3 1/2] locking/lockdep: Forcing subclasses to have same,
botta633
Shared test cluster for filesystem testing, Kent Overstreet
[tytso-ext4:dev] [jbd2] 7c73ddb758: stress-ng.fiemap.ops_per_sec 565.3% improvement, kernel test robot
[Bug report]: fstests g/388 crash on ext4, BUG: kernel NULL pointer dereference, address: 0000000000000000,
Zorro Lang
[PATCH v2 2/2] ext4: Testing lock class and subclass got the same name pointer, botta633
[PATCH v2 1/2] ext4: Forcing subclasses to have same name pointer as their parent class,
botta633
[PATCH] ext4: Use seq_putc() in two functions,
Markus Elfring
[BUG REPORT] potential deadlock in inode evicting under the inode lru traversing context on ext4 and ubifs,
Zhihao Cheng
[no subject], Unknown
RE: ask help to shed light on ext4 high CPU usage in kworker when handling bufferIO while xfs is fine, Wayne Gao
[tytso-ext4:test] BUILD SUCCESS f9ca51596bbfd0f9c386dd1c613c394c78d9e5e6, kernel test robot
Possible circular dependency between i_data_sem and folio lock in ext4 filesystem,
Hyeonggon Yoo
[PATCH v5 0/9] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events, Jeff Layton
- [PATCH v5 3/9] fs: add percpu counters for significant multigrain timestamp events, Jeff Layton
- [PATCH v5 4/9] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v5 5/9] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- [PATCH v5 6/9] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v5 7/9] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v5 8/9] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v5 9/9] tmpfs: add support for multigrain timestamps, Jeff Layton
- Re: [PATCH v5 0/9] fs: multigrain timestamp redux, Josef Bacik
[PATCH v4] ext4: fix fast commit inode enqueueing during a full journal commit,
Luis Henriques (SUSE)
[PATCH 0/3] Add {init, exit}_sequence_fs() helper function,
Youling Tang
[syzbot] [ext4?] INFO: task hung in ext4_stop_mmpd,
syzbot
[tytso-ext4:dev] BUILD SUCCESS 83f4414b8f84249d538905825b088ff3ae555652, kernel test robot
[PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path,
libaokun
- [PATCH 02/20] ext4: prevent partial update of the extents path, libaokun
- [PATCH 01/20] ext4: refactor ext4_ext_rm_idx() to index 'path', libaokun
- [PATCH 16/20] ext4: get rid of ppath in ext4_convert_unwritten_extents_endio(), libaokun
- [PATCH 17/20] ext4: get rid of ppath in ext4_ext_convert_to_initialized(), libaokun
- [PATCH 15/20] ext4: get rid of ppath in ext4_split_convert_extents(), libaokun
- [PATCH 04/20] ext4: add new ext4_ext_path_brelse() helper, libaokun
- [PATCH 03/20] ext4: fix double brelse() the buffer of the extents path, libaokun
- [PATCH 05/20] ext4: fix slab-use-after-free in ext4_split_extent_at(), libaokun
- [PATCH 07/20] ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-free, libaokun
- [PATCH 06/20] ext4: avoid use-after-free in ext4_ext_show_leaf(), libaokun
- [PATCH 08/20] ext4: get rid of ppath in ext4_find_extent(), libaokun
- [PATCH 09/20] ext4: get rid of ppath in get_ext_path(), libaokun
- [PATCH 10/20] ext4: get rid of ppath in ext4_ext_create_new_leaf(), libaokun
- [PATCH 11/20] ext4: get rid of ppath in ext4_ext_insert_extent(), libaokun
- [PATCH 12/20] ext4: get rid of ppath in ext4_split_extent_at(), libaokun
- [PATCH 20/20] ext4: avoid unnecessary extent path frees and allocations, libaokun
- [PATCH 13/20] ext4: get rid of ppath in ext4_force_split_extent_at(), libaokun
- [PATCH 18/20] ext4: get rid of ppath in ext4_ext_handle_unwritten_extents(), libaokun
- [PATCH 19/20] ext4: get rid of ppath in convert_initialized_extent(), libaokun
- [PATCH 14/20] ext4: get rid of ppath in ext4_split_extent(), libaokun
- Re: [PATCH 00/20] ext4: some bugfixes and cleanups for ext4 extents path, Ojaswin Mujoo
Updating i_disksize without acquiring i_data_sem semaphore,
Rohit Singh
[PATCH v4 0/9] fs: multigrain timestamp redux,
Jeff Layton
[PATCH v3 0/9] fs: multigrain timestamp redux,
Jeff Layton
[PATCH 0/2] fs/dcache: fix cache inconsistency on case-insensitive lookups,
Eugen Hristev
Re: [PATCH] Forcing subclasses to have same name pointer as their parent class,
Boqun Feng
[PATCH v2] Fix WARNING in __ext4_ioctl,
Pei Li
[PATCH 0/2] ext4: fix unable to handle kernel paging request in do_split(),
libaokun
[PATCH] jbd2: Increase maximum transaction size,
Jan Kara
[PATCH v2 00/11] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t, Jeff Layton
- [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts, Jeff Layton
- [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time and inode_set_ctime_to_ts, Jeff Layton
- [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps, Jeff Layton
- [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH v2 07/11] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH v2 08/11] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH v2 09/11] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH v2 10/11] tmpfs: add support for multigrain timestamps, Jeff Layton
- [PATCH v2 11/11] Documentation: add a new file documenting multigrain timestamps, Jeff Layton
- Re: [PATCH v2 00/11] fs: multigrain timestamp redux, Josef Bacik
[PATCH] ext4: Correct dentry name hash when readdir with encrypted and not casefolded,
yao.ly
[tytso-ext4:dev] BUILD SUCCESS 8262fe9a902c8a7b68c8521ebe18360a9145bada, kernel test robot
[syzbot] [ext4?] BUG: unable to handle kernel paging request in do_split,
syzbot
[PATCH] Fix WARNING in __ext4_ioctl,
Pei Li
[PATCH 0/14] New uid & gid mount option parsing helpers,
Eric Sandeen
[PATCH] ext4: fix kernel segfault after iterator overflow,
Jan Henrik Weinstock
[PATCH 00/10] fs: multigrain timestamp redux,
Jeff Layton
- [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t, Jeff Layton
- [PATCH 02/10] fs: uninline inode_get_ctime and inode_set_ctime_to_ts, Jeff Layton
- [PATCH 03/10] fs: tracepoints for inode_needs_update_time and inode_set_ctime_to_ts, Jeff Layton
- [PATCH 04/10] fs: add infrastructure for multigrain timestamps, Jeff Layton
- [PATCH 05/10] fs: add percpu counters to count fine vs. coarse timestamps, Jeff Layton
- [PATCH 06/10] fs: have setattr_copy handle multigrain timestamps appropriately, Jeff Layton
- [PATCH 07/10] xfs: switch to multigrain timestamps, Jeff Layton
- [PATCH 08/10] ext4: switch to multigrain timestamps, Jeff Layton
- [PATCH 09/10] btrfs: convert to multigrain timestamps, Jeff Layton
- [PATCH 10/10] tmpfs: add support for multigrain timestamps, Jeff Layton
[PATCH 00/13] fs/dax: Fix FS DAX page reference counts,
Alistair Popple
- [PATCH 01/13] mm/gup.c: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH 02/13] pci/p2pdma: Don't initialise page refcount to one, Alistair Popple
- [PATCH 03/13] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH 04/13] fs/dax: Add dax_page_free callback, Alistair Popple
- [PATCH 05/13] mm: Allow compound zone device pages, Alistair Popple
- [PATCH 06/13] mm/memory: Add dax_insert_pfn, Alistair Popple
- [PATCH 07/13] huge_memory: Allow mappings of PUD sized pages, Alistair Popple
- [PATCH 08/13] huge_memory: Allow mappings of PMD sized pages, Alistair Popple
- [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH 10/13] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH 11/13] huge_memory: Remove dead vmf_insert_pXd code, Alistair Popple
- [PATCH 12/13] mm: Remove pXX_devmap callers, Alistair Popple
- [PATCH 13/13] mm: Remove devmap related functions and page table bits, Alistair Popple
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dan Williams
- Re: [PATCH 00/13] fs/dax: Fix FS DAX page reference counts, Dave Chinner
[PATCH 0/4] jbd2: Avoid infinite transaction commit loop,
Jan Kara
[PATCH] ext2: Verify bitmap and itable block numbers before using them, Jan Kara
[syzbot] [ext4?] WARNING in __ext4_ioctl, syzbot
PROBLEM: ext4 resize2fs on-line resizing panic,
Alexander Coffin
mostly remove _supported_fs,
Christoph Hellwig
- [PATCH 1/8] remove support for ext4dev, Christoph Hellwig
- [PATCH 2/8] generic/740: clean up handling of mkfs options, Christoph Hellwig
- [PATCH 3/8] generic/740: pass the --quick option to mkfs.ntfs, Christoph Hellwig
- [PATCH 4/8] generic/740: skip jffs2 as foreign fs earlier, Christoph Hellwig
- [PATCH 5/8] generic/740: enable by default, Christoph Hellwig
- [PATCH 6/8] generic/745: rework support fs checking, Christoph Hellwig
- [PATCH 7/8] generic/746: clean up fs support, Christoph Hellwig
- [PATCH 8/8] remove spurious _supported_fs calls, Christoph Hellwig
- Re: mostly remove _supported_fs, David Disseldorp
- Re: mostly remove _supported_fs, Darrick J. Wong
- Re: mostly remove _supported_fs, Christoph Hellwig
[syzbot] [ext4?] KCSAN: data-race in __d_instantiate / lookup_fast (7), syzbot
[PATCH v4] jbd2: avoid mount failed when commit block is partial submitted,
Ye Bin
[syzbot] [ext4?] WARNING: ODEBUG bug in ext4_fill_super (4), syzbot
Kernel bug at fs/ext4/resize.c:324! (6.8.12-amd64 on Debian),
Mikael Djurfeldt
[PATCH] ext4: don't track ranges in fast_commit if inode has inlined data,
Luis Henriques (SUSE)
[syzbot] [ext4?] WARNING in ext4_fileattr_get,
syzbot
[PATCH v2] Documentation: the design of iomap and how to port,
Darrick J. Wong
[syzbot] Monthly ext4 report (Jun 2024), syzbot
How to create new file in idmapped mountpoint,
Hongbo Li
[PATCH] ext4: Avoid writing unitialized memory to disk in EA inodes,
Jan Kara
[PATCH] fs/ext4: Prevent encryption/decryption of unaligned blocks in aes_encrypt,
Norbert Kamiński
[PATCH 0/2] e2fsck: make sure orphan files are cleaned-up,
Luis Henriques (SUSE)
Re: [syzbot] [mm?] KMSAN: uninit-value in zswap_store,
Hugh Dickins
Re: linux: ext4 corruption with symlinks,
Ben Hutchings
[syzbot] [ext4?] WARNING in ext4_mb_add_groupinfo, syzbot
[bug report] ext4: Convert data=journal writeback to use ext4_writepages(),
Dan Carpenter
[PATCH] Documentation: document the design of iomap and how to port,
Darrick J. Wong
stat Size and Blocks numbers don't decrease after deletion,
Nic Bretz
[PATCH v4 00/22] block atomic writes for xfs,
John Garry
- [PATCH v4 07/22] xfs: make EOF allocation simpler, John Garry
- [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size, John Garry
- [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size, John Garry
- [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size(), John Garry
- [PATCH v4 05/22] xfs: always tail align maxlen allocations, John Garry
- [PATCH v4 09/22] xfs: align args->minlen for forced allocation alignment, John Garry
- [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag, John Garry
- [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign, John Garry
- [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() for forcealign, John Garry
- [PATCH v4 13/22] xfs: Unmap blocks according to forcealign, John Garry
- [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC, John Garry
- [PATCH v4 08/22] xfs: introduce forced allocation alignment, John Garry
- [PATCH v4 15/22] xfs: Don't revert allocated offset for forcealign, John Garry
- [PATCH v4 14/22] xfs: Only free full extents for forcealign, John Garry
- [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag, John Garry
- [PATCH v4 18/22] iomap: Atomic write support, John Garry
- [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v4 21/22] xfs: Validate atomic writes, John Garry
- [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign, John Garry
- [PATCH v4 06/22] xfs: simplify extent allocation alignment, John Garry
- [PATCH v4 20/22] xfs: Support atomic write for statx, John Garry
- [PATCH v4 16/22] xfs: Enable file data forcealign feature, John Garry
[PATCH 0/3] Some extended attributes related comments correction,
Kemeng Shi
[PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs,
Eugen Hristev
- [PATCH v18 1/7] ext4: Simplify the handling of cached casefolded names, Eugen Hristev
- [PATCH v18 2/7] f2fs: Simplify the handling of cached casefolded names, Eugen Hristev
- [PATCH v18 3/7] libfs: Introduce case-insensitive string comparison helper, Eugen Hristev
- [PATCH v18 4/7] ext4: Reuse generic_ci_match for ci comparisons, Eugen Hristev
- [PATCH v18 5/7] f2fs: Reuse generic_ci_match for ci comparisons, Eugen Hristev
- [PATCH v18 6/7] ext4: Move CONFIG_UNICODE defguards into the code flow, Eugen Hristev
- [PATCH v18 7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow, Eugen Hristev
- Re: [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, Gabriel Krisman Bertazi
- Re: [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, Christian Brauner
- Re: [f2fs-dev] [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs, patchwork-bot+f2fs
[syzbot] [ext4?] possible deadlock in ext4_setattr (2), syzbot
[PATCH] tests: write f_badjour_encrypted output to log,
Andreas Dilger
[syzbot] [ext4?] WARNING in ext4_mb_initialize_context, syzbot
[PATCH v2] Fix issue in mark_buffer_dirty_inode,
Hyeonwoo Cha
[PATCH] fix-fs-mark_buffer_dirty_fsync, Hyeonwoo Cha
[PATCH] ext4: Adjust the layout of the ext4_inode_info structure to save memory.,
Junchao Sun
6.9.3 stable : filesystem tasks stalled,
Genes Lists
[Bug 218932] New: Serious problem with ext4 with all kernels, auto-commits do not settle to block device,
bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
- [Bug 218932] Serious problem with ext4 with all kernels, auto-commits do not settle to block device, bugzilla-daemon
[PATCH] ext4:fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASH,
carrion bent
[PATCH] Fix filesystem issue: description of the fix Fix mark_buffer_dirty_inode to mark_buffer_dirty_fsync Signed-off-by: HyeonWoo Cha <chw1119@xxxxxxxxxxxxx>,
Hyeonwoo Cha
[syzbot] [ext4?] INFO: task hung in vfs_rmdir (2),
syzbot
[syzbot] [ext4?] possible deadlock in ext4_inline_data_truncate (2), syzbot
[PATCH] Fix implicit my_llseek declaration error when targeting musl libc,
Henrik Lindström
[PATCH V5] ext4: check hash version and filesystem casefolded consistent,
Lizhi Xu
[PATCH 00/10] ext4: simplify the counting and management of delalloc reserved blocks,
Zhang Yi
- [PATCH 02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set, Zhang Yi
- [PATCH 03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks, Zhang Yi
- [PATCH 04/10] ext4: let __revise_pending() return newly inserted pendings, Zhang Yi
- [PATCH 01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks, Zhang Yi
- [PATCH 06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent(), Zhang Yi
- [PATCH 05/10] ext4: count removed reserved blocks for delalloc only extent entry, Zhang Yi
- [PATCH 08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks(), Zhang Yi
- [PATCH 07/10] ext4: drop ext4_es_delayed_clu(), Zhang Yi
- [PATCH 09/10] ext4: drop ext4_es_is_delonly(), Zhang Yi
- [PATCH 10/10] ext4: drop all delonly descriptions, Zhang Yi
[RESEND PATCH] jbd2: Use str_plural() to fix Coccinelle warning,
Thorsten Blum
Re: [PATCH V2] ext4: add casefolded feature check before setup encrypted info,
Lizhi Xu
Re: [syzbot] [crypto?] KMSAN: uninit-value in aes_encrypt (5), Herbert Xu
[syzbot] [mm?] [ext4?] INFO: rcu detected stall in ext4_release_file (2),
syzbot
[PATCH] fuse2fs: explicitly set _FILE_OFFSET_BITS again,
Darrick J. Wong
[PATCH v3 0/2] ext4: fix fast commit inode enqueueing during a full journal commit,
Luis Henriques (SUSE)
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]