Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH 0/8] ext4: extents.c cleanups,
Eric Biggers
- [PATCH 1/8] ext4: remove ext4_{ind,ext}_calc_metadata_amount(), Eric Biggers
- [PATCH 3/8] ext4: remove redundant S_ISREG() checks from ext4_fallocate(), Eric Biggers
- [PATCH 2/8] ext4: clean up len and offset checks in ext4_fallocate(), Eric Biggers
- [PATCH 5/8] ext4: fix documentation for ext4_ext_try_to_merge(), Eric Biggers
- [PATCH 6/8] ext4: remove obsolete comment from ext4_can_extents_be_merged(), Eric Biggers
- [PATCH 4/8] ext4: make some functions static in extents.c, Eric Biggers
- [PATCH 7/8] ext4: fix some nonstandard indentation in extents.c, Eric Biggers
- [PATCH 8/8] ext4: add missing braces in ext4_ext_drop_refs(), Eric Biggers
- [PATCH 1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL, Ritesh Harjani
- [PATCH 1/1] ext4: remove unused macro MPAGE_DA_EXTENT_TAIL, Ritesh Harjani
- Re: [PATCH 0/8] ext4: extents.c cleanups, Ritesh Harjani
- Re: [PATCH 0/8] ext4: extents.c cleanups, Jan Kara
- Re: [PATCH 0/8] ext4: extents.c cleanups, Theodore Y. Ts'o
- [PATCH] fs-verity: use mempool for hash requests,
Eric Biggers
- [PATCH] e2fsprogs: fix to use inode i_blocks correctly,
Wang Shilong
- [PATCH] ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl.,
Martijn Coenen
- [PATCH v2 0/3] ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking,
Naoto Kobayashi
- [PATCH] ext4: re-enable extent zeroout optimization on encrypted files,
Eric Biggers
- [PATCH] ext4: only use fscrypt_zeroout_range() on regular files,
Eric Biggers
- [PATCH] fscrypt: optimize fscrypt_zeroout_range(),
Eric Biggers
- [PATCH] ext4: allow ZERO_RANGE on encrypted files,
Eric Biggers
- [PATCH] ext4: handle decryption error in __ext4_block_zero_page_range(),
Eric Biggers
- [PATCH] docs: ext4.rst: add encryption and verity to features list,
Eric Biggers
- [PATCH] ext4: remove unnecessary selections from EXT3_FS,
Eric Biggers
- Discussion: is it time to remove dioread_nolock?,
Theodore Y. Ts'o
- the side effect of enlarger max mount count in ext4 superblock,
xiaohui li
- [PATCH] ext4: Prevent ext4_kvmalloc re-entring the filesystem and deadlocking,
Naoto Kobayashi
- [PATCH] ext4: use true,false for bool variable,
zhengbin
- [PATCH] ext4: force buffer up-to-date while marking it dirty,
Harshad Shirwadkar
- [Bug 205957] New: Ext4 64 bit hash breaks 32 bit glibc 2.28+,
bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [Bug 205957] Ext4 64 bit hash breaks 32 bit glibc 2.28+, bugzilla-daemon
- [PATCH v4 01/20] ext4: update docs for fast commit feature,
Harshad Shirwadkar
- [PATCH v4 02/20] ext4: add handling for extended mount options, Harshad Shirwadkar
- [PATCH v4 03/20] ext4, jbd2: add fast commit initialization routines, Harshad Shirwadkar
- [PATCH v4 04/20] jbd2: add fast commit block tracker variables, Harshad Shirwadkar
- [PATCH v4 05/20] jbd2: disable fast commits if journal is empty, Harshad Shirwadkar
- [PATCH v4 06/20] jbd2: fast commit main commit path changes, Harshad Shirwadkar
- [PATCH v4 10/20] ext4: break ext4_unlink() and ext4_link(), Harshad Shirwadkar
- [PATCH v4 07/20] ext4: add generic diff tracking routines and range tracking, Harshad Shirwadkar
- [PATCH v4 09/20] ext4: add inode tracking and ineligible marking routines, Harshad Shirwadkar
- [PATCH v4 08/20] ext4: add directory entry tracking routines, Harshad Shirwadkar
- [PATCH v4 12/20] ext4: add fast commit on-disk format structs and helpers, Harshad Shirwadkar
- [PATCH v4 13/20] jbd2: add new APIs for commit path of fast commits, Harshad Shirwadkar
- [PATCH v4 11/20] ext4: add fast commit track points, Harshad Shirwadkar
- [PATCH v4 15/20] jbd2: add fast commit recovery path support, Harshad Shirwadkar
- [PATCH v4 16/20] ext4: fast commit recovery path preparation, Harshad Shirwadkar
- [PATCH v4 14/20] ext4: main commit routine for fast commits, Harshad Shirwadkar
- [PATCH v4 19/20] ext4: add fast commit replay path, Harshad Shirwadkar
- [PATCH v4 17/20] ext4: add idempotent helpers to manipulate bitmaps, Harshad Shirwadkar
- [PATCH v4 18/20] ext4: disable certain features in replay path, Harshad Shirwadkar
- [PATCH v4 20/20] ext4: add debug mount option to test fast commit replay, Harshad Shirwadkar
- Re: [PATCH v4 01/20] ext4: update docs for fast commit feature, xiaohui li
- [PATCH] ext4: export information about first/last errors via /sys/fs/ext4/<dev>,
Theodore Ts'o
- [PATCH v3 0/8] Rework random blocking,
Andy Lutomirski
- [GIT PULL] ext4 fixes for 5.5-rc3,
Theodore Y. Ts'o
- [PATCH] ext4: ensure revoke credits when set xattr,
Murphy Zhou
- [PATCH 1/2] mke2fs: fix "mke2fs -d /path/to/files" to support 32-bit uids and gids,
Theodore Ts'o
- [PATCH v7 linux-kselftest-test 0/6] kunit: support building core/tests as modules,
Alan Maguire
- [no subject],
liming wu
- Re: [PATCH v6 9/9] ext4: add inline encryption support,
Eric Biggers
- [PATCH] ext4: Optimize ext4 DIO overwrites,
Jan Kara
- [PATCH v3] fs: Fix page_mkwrite off-by-one errors,
Andreas Gruenbacher
- [PATCH] ext4: Clarify impact of 'commit' mount option,
Jan Kara
- [PATCH] ext2: Adjust indentation in ext2_fill_super,
Nathan Chancellor
- e2fsprogs.git dumpe2fs / mke2fs sigserv on sparc64,
Anatoly Pugachev
- [PATCH v2] ext4: fix Wunused-but-set-variable warning in ext4_add_entry(),
Yunfeng Ye
- [PATCH] ext4: fix Wunused-but-set-variable warning in ext4_add_entry(),
Yunfeng Ye
- [PATCH] fs-verity: implement readahead of Merkle tree pages,
Eric Biggers
- mainline-5.5.0-rc1: do_mount_root+0x6c/0x10d - kernel crash while mounting rootfs,
Naresh Kamboju
- [PATCH] ext4: treat buffers contining write errors as valid in ext4_sb_bread(), Theodore Ts'o
- ext4 warnings: extent tree (at level 2) could be narrower.,
Pavel Machek
- [PATCH] ext4: reserve revoke credits in __ext4_new_inode,
yangerkun
- [PATCHv5 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload,
Ritesh Harjani
- [PATCH AUTOSEL 5.4 041/134] ext4: update direct I/O read lock pattern for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 5.4 042/134] ext4: iomap that extends beyond EOF should be marked dirty, Sasha Levin
- [PATCH AUTOSEL 5.4 043/134] jbd2: Fix statistics for the number of logged blocks, Sasha Levin
- [PATCH AUTOSEL 5.4 077/134] ext4: fix a bug in ext4_wait_for_tail_page_commit, Sasha Levin
- [PATCH AUTOSEL 5.4 089/134] ext4: work around deleting a file with i_nlink == 0 safely, Sasha Levin
- [PATCH AUTOSEL 4.19 24/79] ext4: iomap that extends beyond EOF should be marked dirty, Sasha Levin
- [PATCH AUTOSEL 4.19 25/79] jbd2: Fix statistics for the number of logged blocks, Sasha Levin
- [PATCH AUTOSEL 4.19 23/79] ext4: update direct I/O read lock pattern for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 4.19 48/79] ext4: fix a bug in ext4_wait_for_tail_page_commit, Sasha Levin
- [PATCH AUTOSEL 4.19 56/79] ext4: work around deleting a file with i_nlink == 0 safely, Sasha Levin
- [PATCH AUTOSEL 4.4 12/37] jbd2: Fix statistics for the number of logged blocks, Sasha Levin
- [PATCH AUTOSEL 4.4 27/37] ext4: work around deleting a file with i_nlink == 0 safely,
Sasha Levin
- [PATCH AUTOSEL 4.9 14/42] jbd2: Fix statistics for the number of logged blocks, Sasha Levin
- [PATCH AUTOSEL 4.9 29/42] ext4: fix a bug in ext4_wait_for_tail_page_commit, Sasha Levin
- [PATCH AUTOSEL 4.9 31/42] ext4: work around deleting a file with i_nlink == 0 safely, Sasha Levin
- [PATCH AUTOSEL 4.14 17/58] jbd2: Fix statistics for the number of logged blocks, Sasha Levin
- [PATCH AUTOSEL 4.14 16/58] ext4: update direct I/O read lock pattern for IOCB_NOWAIT, Sasha Levin
- [PATCH AUTOSEL 4.14 33/58] ext4: fix a bug in ext4_wait_for_tail_page_commit, Sasha Levin
- [PATCH AUTOSEL 4.14 38/58] ext4: work around deleting a file with i_nlink == 0 safely, Sasha Levin
- [PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY,
Eric Biggers
- [PATCH RFC 0/3] block,ext4: Introduce REQ_OP_ASSIGN_RANGE to reflect extents allocation in block device internals,
Kirill Tkhai
- [PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree(),
Eric Biggers
- [PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info(),
Eric Biggers
- [PATCH] fscrypt: introduce fscrypt_needs_contents_encryption(),
Eric Biggers
- [Q] e4defrag and append-only files,
Kirill Tkhai
- [PATCH] jbd2: fix kernel-doc notation warning,
Randy Dunlap
- [GIT PULL] iomap: fixes for 5.5,
Darrick J. Wong
- [PATCH] ext4: remove unnecessary assignment in ext4_htree_store_dirent(),
Chengguang Xu
- [PATCH] e2image: remove redundant -fr from man page and usage message,
Benno Schulenberg
- e2fsprogs: setting UUID with tune2fs corrupts an ext4 fs image,
Viliam Lejcik
- [PATCHv4 0/3] Fix inode_lock sequence to scale performance of DIO mixed R/W workload,
Ritesh Harjani
- [PATCH v3 0/4] ext4, jbd2: improve aborting progress,
zhangyi (F)
- [PATCH -v2 1/2] ext4: save the error code which triggered an ext4_error() in the superblock,
Theodore Ts'o
- [PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY,
Eric Biggers
- [GIT PULL] iomap: small cleanups for 5.5,
Darrick J. Wong
- [PATCH v2 0/4] ext4, jbd2: improve aborting progress,
zhangyi (F)
- [PATCH] tune2fs: Support casefolded encryption, Daniel Rosenberg
- [PATCH 0/8] Support for Casefolding and Encryption,
Daniel Rosenberg
- Re: AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6,
Ming Lei
Re: KASAN: use-after-free Read in iov_iter_alignment,
Dave Chinner
[PATCH 0/2 v2] ext4: Handle directories with holes better,
Jan Kara
[bug report] ext4, project: expand inode extra size if possible,
Dan Carpenter
[RFC] improve mballoc for large filesystems: prefetch bitmaps,
Alex Zhuravlev
[RFC] improve malloc for large filesystems: limit scanning at cr=0, Alex Zhuravlev
[PATCH] ext4: use rcu API in debug_print_tree,
Phong Tran
[Bug 205707] New: LINUX KERNEL 5.3.10 - ext4_xattr_set_entry use-after-free,
bugzilla-daemon
[PATCH v2] fs: Fix page_mkwrite off-by-one errors,
Andreas Gruenbacher
[GIT PULL] ext2, quota, reiserfs cleanups and fixes,
Jan Kara
KASAN: use-after-free Write in ext4_mark_inode_dirty,
syzbot
[Resend PATCH] ext2: set proper errno in error case of ext2_fill_super(),
Chengguang Xu
potential data race on ext_inode_hdr(inode)->eh_depth, ext_inode_hdr(inode)->eh_max between a creat and unlink syscall,
Meng Xu
[PATCH] fs: Fix page_mkwrite off-by-one errors,
Andreas Gruenbacher
[PATCH] ext4: Fix ext4_empty_dir() for directories with holes,
Jan Kara
[RFC] Thing 1: Shardmap fox Ext4,
Daniel Phillips
[PATCH] fs/ext4/inode-test: Fix inode test on 32 bit platforms.,
Iurii Zaikin
[Bug 205667] New: Inserted MicroSD cards are always read-only in Lenovo Miix 2 10, bugzilla-daemon
[PATCH] ext4, jbd2: ensure panic when there is no need to record errno in the jbd2 sb,
zhangyi (F)
Re: ext4: add kunit test for decoding extended timestamps,
Geert Uytterhoeven
[GIT PULL] ext4 updates for 5.5,
Theodore Y. Ts'o
[PATCH 1/2] e2fsck: fix to return ENOMEM in alloc_size_dir(),
Wang Shilong
[GIT PULL] iomap: new code for 5.5,
Darrick J. Wong
[GIT PULL] fsverity updates for 5.5,
Eric Biggers
[GIT PULL] fscrypt updates for 5.5,
Eric Biggers
Unnecessarily bad cache behavior for ext4_getattr(),
Linus Torvalds
[Bug 205641] New: kernel BUG at fs/buffer.c:3382!,
bugzilla-daemon
[PATCH 1/2] ext4: save the error code which triggered an ext4_error() in the superblock,
Theodore Ts'o
[REF] LUS-6746 debugfs: fake_fill_fs to fragment filesystem, Artem Blagodarenko
[PATCH] tune2fs: prohibit toggling uninit_bg on live filesystems,
Darrick J. Wong
[Bug 205609] New: Multiple bugs in __ext4_expand_extra_isize (OOB write and UAF write),
bugzilla-daemon
[RFC] improve malloc for large filesystems,
Alex Zhuravlev
[RFCv3 0/4] ext4: Introducing ilock wrapper APIs & fixing i_rwsem scalablity prob. in DIO mixed-rw,
Ritesh Harjani
[PATCH v3 1/5] libext2fs: optimize ext2fs_convert_subcluster_bitmap(),
Li Dongyang
[RFC PATCH] ext4: save the error code which triggered an ext4_error() in the superblock, Theodore Ts'o
[PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY,
Eric Biggers
Query about ext4 commit interval vs dirty_expire_centisecs,
Paul Richards
[Bug 205571] New: potential data race on ext4_setattr around inode->i_mtime with ftruncate and readv, bugzilla-daemon
[Bug 205569] New: potential data race (likely benign) on inode->i_state (reading and writing to different bits),
bugzilla-daemon
[Bug 205567] New: potential (possibly benign) data race on ext4_dir_entry_2->inode when getdents64 and rename happens on the same directory,
bugzilla-daemon
[RFC PATCH 1/3] ext4: show prjquota info on statfs for a file,
Chengguang Xu
[e2fsprogs PATCH 0/6] chattr.1 updates,
Eric Biggers
[PATCH] ext2: code cleanup for descriptor_loc(),
Chengguang Xu
[PATCH] jbd2: Make jbd2_handle_buffer_credits() handle reserved handles,
Jan Kara
[PATCH v4 linux-kselftest-test 0/6] kunit: support building core/tests as modules,
Alan Maguire
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]