Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- Re: Problems with determining data presence by examining extents?, (continued)
- Making linkat() able to overwrite the target,
David Howells
- RFC: hold i_rwsem until aio completes,
Christoph Hellwig
- [PATCH 03/12] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read, Christoph Hellwig
- [PATCH 04/12] gfs2: move setting current->backing_dev_info, Christoph Hellwig
- [PATCH 01/12] mm: fix a comment in sys_swapon, Christoph Hellwig
- [PATCH 02/12] locking/rwsem: Exit early when held by an anonymous owner, Christoph Hellwig
- [PATCH 05/12] gfs2: fix O_SYNC write handling, Christoph Hellwig
- [PATCH 06/12] iomap: pass a flags value to iomap_dio_rw, Christoph Hellwig
- [PATCH 09/12] gfs2: hold i_rwsem until AIO completes, Christoph Hellwig
- [PATCH 10/12] xfs: hold i_rwsem until AIO completes, Christoph Hellwig
- [PATCH 11/12] xfs: don't set IOMAP_DIO_SYNCHRONOUS for unaligned I/O, Christoph Hellwig
- [PATCH 12/12] iomap: remove the inode_dio_begin/end calls, Christoph Hellwig
- [PATCH 08/12] ext4: hold i_rwsem until AIO completes, Christoph Hellwig
- [PATCH 07/12] iomap: allow holding i_rwsem until aio completion, Christoph Hellwig
- Re: RFC: hold i_rwsem until aio completes, Matthew Wilcox
- Re: RFC: hold i_rwsem until aio completes, Jason Gunthorpe
- Re: RFC: hold i_rwsem until aio completes, Jan Kara
- Re: RFC: hold i_rwsem until aio completes, Dave Chinner
- ext4 recovery,
James Courtier-Dutton
- [RFC 0/2] ext4: Fix stale data read exposure problem with DIO read/page_mkwrite,
Ritesh Harjani
- [PATCH] jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal,
Kai Li
- [RFC PATCH] generic/XXX: Add generic/XXX, ira . weiny
- [RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2,
ira . weiny
- [RFC PATCH V2 02/12] fs/xfs: Isolate the physical DAX flag from effective, ira . weiny
- [RFC PATCH V2 04/12] fs/xfs: Clean up DAX support check, ira . weiny
- [RFC PATCH V2 05/12] fs: remove unneeded IS_DAX() check, ira . weiny
- [RFC PATCH V2 09/12] fs: Prevent mode change if file is mmap'ed, ira . weiny
- [RFC PATCH V2 11/12] fs/xfs: Clean up locking in dax invalidate, ira . weiny
- [RFC PATCH V2 12/12] fs/xfs: Allow toggle of effective DAX flag, ira . weiny
- [RFC PATCH V2 10/12] fs/xfs: Fix truncate up, ira . weiny
- [RFC PATCH V2 08/12] fs/xfs: Add lock/unlock mode to xfs, ira . weiny
- [RFC PATCH V2 07/12] fs: Add locking for a dynamic inode 'mode', ira . weiny
- [RFC PATCH V2 06/12] fs/xfs: Check if the inode supports DAX under lock, ira . weiny
- [RFC PATCH V2 03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax(), ira . weiny
- [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute, ira . weiny
- [PATCH] libext2fs: Extends commit c9a8c53b, with the same fix for ext2fs_flush2() and ext2fs_image_super_write() on a Big Endian systems.,
Anatoly Pugachev
- Re: [PATCH] jbd2: update log tail info after journal recovery,
Jan Kara
- [PATCH v4] fs: Fix page_mkwrite off-by-one errors,
Andreas Gruenbacher
- [PATCH] fs: fix ext4 unused-variable warning,
Arnd Bergmann
- [ANNOUNCE] e2fsprogs v1.45.5, Theodore Y. Ts'o
- [PATCH -next] ext4: remove unused variable 'mapping',
YueHaibing
- [PATCH v2 0/6] Support for Casefolding and Encryption,
Daniel Rosenberg
- [PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY,
Eric Biggers
- [PATCH v2] fs-verity: implement readahead of Merkle tree pages,
Eric Biggers
- About BUFFER_TRACE macro in include/linux/jbd2.h,
Ritesh Harjani
- [ext4:pu 13/14] fs/ext4/namei.c:1424:12-13: WARNING: return of 0/1 in function 'ext4_match' with return type bool,
kbuild test robot
- Re: [PATCH v5] fstests: transport two ext4 tests from LTP, Eryu Guan
- [Bug 206061] New: Poor NVME SSD support, EXT4 re-mounted,
bugzilla-daemon
- [bugreport] Ext4 automatically checked at each boot,
Mikhail Gavrilov
- Inconsistent use of string/non_strings in mmp_struct,
Theodore Y. Ts'o
- [PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx,
Eric Biggers
- [PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool,
Eric Biggers
- [PATCH] ext4: fix deadlock allocating crypto bounce page from mempool,
Eric Biggers
- [PATCH] fscrypt: document gfp_flags for bounce page allocation,
Eric Biggers
- [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
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]