Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH 02/20] ext4: prevent partial update of the extents path, (continued)
- [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)
[PATCH v17 0/7] Case insensitive cleanup for ext4/f2fs,
Eugen Hristev
[PATCH v6 00/10] Ext4 fast commit performance patch series,
Harshad Shirwadkar
- [PATCH v6 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr, Harshad Shirwadkar
- [PATCH v6 01/10] ext4: convert i_fc_lock to spinlock, Harshad Shirwadkar
- [PATCH v6 02/10] ext4: for committing inode, make ext4_fc_track_inode wait, Harshad Shirwadkar
- [PATCH v6 04/10] ext4: rework fast commit commit path, Harshad Shirwadkar
- [PATCH v6 05/10] ext4: drop i_fc_updates from inode fc info, Harshad Shirwadkar
- [PATCH v6 06/10] ext4: update code documentation, Harshad Shirwadkar
- [PATCH v6 07/10] ext4: add nolock mode to ext4_map_blocks(), Harshad Shirwadkar
- [PATCH v6 08/10] ext4: introduce selective flushing in fast commit, Harshad Shirwadkar
- [PATCH v6 09/10] ext4: temporarily elevate commit thread priority, Harshad Shirwadkar
- [PATCH v6 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure, Harshad Shirwadkar
[PATCH 0/7] Start moving write_begin/write_end out of aops,
Matthew Wilcox (Oracle)
[syzbot] [ext4?] WARNING in ext4_xattr_inode_lookup_create,
syzbot
[PATCH AUTOSEL 6.6 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super(), Sasha Levin
[PATCH AUTOSEL 6.8 3/4] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super(), Sasha Levin
[PATCH AUTOSEL 6.9 4/5] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super(), Sasha Levin
[PATCH AUTOSEL 6.9 3/5] ext4: do not create EA inode under buffer lock, Sasha Levin
[PATCH] fs: ext4: add missing MODULE_DESCRIPTION(),
Jeff Johnson
[PATCH] ext4: use ext4_update_inode_fsync_trans() helper in inode creation,
Luis Henriques (SUSE)
[PATCH] libext2fs: fix unused parameter warnings/errors,
Alyssa Ross
[PATCH] configure: add SIZEOF_TIME_T to public_config.h,
Alyssa Ross
[PATCH] jbd2: add missing MODULE_DESCRIPTION(),
Jeff Johnson
[PATCH] ext4: Use memtostr_pad() for s_volume_name,
Kees Cook
[PATCH v2] ext4: fix fast commit inode enqueueing during a full journal commit,
Luis Henriques (SUSE)
[syzbot] [ext4?] WARNING in __fortify_report,
syzbot
[RFC PATCH 0/2] ext4: two small fast commit fixes,
Luis Henriques (SUSE)
[PATCH v2] jbd2: speed up jbd2_transaction_committed(),
Zhang Yi
[PATCH 00/10] Ext4 fast commit performance patch series,
Harshad Shirwadkar
- [PATCH 01/10] ext4: convert i_fc_lock to spinlock, Harshad Shirwadkar
- [PATCH 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr, Harshad Shirwadkar
- [PATCH 04/10] ext4: rework fast commit commit path, Harshad Shirwadkar
- [PATCH 05/10] ext4: drop i_fc_updates from inode fc info, Harshad Shirwadkar
- [PATCH 06/10] ext4: update code documentation, Harshad Shirwadkar
- [PATCH 07/10] ext4: add nolock mode to ext4_map_blocks(), Harshad Shirwadkar
- [PATCH 08/10] ext4: introduce selective flushing in fast commit, Harshad Shirwadkar
- [PATCH 02/10] ext4: for committing inode, make ext4_fc_track_inode wait, Harshad Shirwadkar
- [PATCH 09/10] ext4: temporarily elevate commit thread priority, Harshad Shirwadkar
- [PATCH 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure, Harshad Shirwadkar
[syzbot] [ext4?] possible deadlock in wait_transaction_locked, syzbot
[tytso-ext4:dev] BUILD SUCCESS c6a6c9694aadc4c3ab8d89bdd44aed3eab1e43c6, kernel test robot
WARNING: CPU: 5 PID: 23226 at fs/ext4/ext4_jbd2.c:73 ext4_journal_check_start+0x2c/0x82 [Linux 6.6.30, data=journal],
Krzysztof Olędzki
[syzbot] [ext4?] WARNING: locking bug in ext4_mb_add_groupinfo, syzbot
[GIT PULL] ext4 updates for v6.10-rc1,
Theodore Ts'o
[REGRESSION] dm: use queue_limits_set,
Theodore Ts'o
[PATCH v5 00/10] ext4: support adding multi-delalloc blocks,
Zhang Yi
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]