Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH RFC 02/13] charsets: ascii: Wrap ascii functions to charsets library, (continued)
- [PATCH RFC 02/13] charsets: ascii: Wrap ascii functions to charsets library, Gabriel Krisman Bertazi
- [PATCH RFC 03/13] charsets: utf8: Add unicode character database files, Gabriel Krisman Bertazi
- [PATCH RFC 04/13] scripts: add trie generator for UTF-8, Gabriel Krisman Bertazi
- [PATCH RFC 05/13] charsets: utf8: Introduce code for UTF-8 normalization, Gabriel Krisman Bertazi
- [PATCH RFC 06/13] charsets: utf8: reduce the size of utf8data[], Gabriel Krisman Bertazi
- [PATCH RFC 07/13] charsets: utf8: Hook-up utf-8 code to charsets library, Gabriel Krisman Bertazi
- [PATCH RFC 08/13] charsets: utf8: Introduce test module for kernel UTF-8 implementation, Gabriel Krisman Bertazi
- [PATCH RFC 09/13] ext4: Add ignorecase mount option, Gabriel Krisman Bertazi
- [PATCH RFC 10/13] ext4: Include encoding information on the superblock, Gabriel Krisman Bertazi
- [PATCH RFC 11/13] fscrypt: Introduce charset-based matching functions, Gabriel Krisman Bertazi
- [PATCH RFC 12/13] ext4: Support charset name matching, Gabriel Krisman Bertazi
- [PATCH RFC 13/13] ext4: Implement ext4 dcache hooks for custom charsets, Gabriel Krisman Bertazi
- Re: [PATCH RFC 00/13] UTF-8 case insensitive lookups for EXT4, Jeremy Allison
- [PATCH] misc: add e2mmpstatus utility via debugfs, Andreas Dilger
- [PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache,
Kees Cook
- [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache slab cache, Kees Cook
- [PATCH] common/rc: ext4 doesn't support O_DIRECT with data journaling,
Eric Whitney
- Re: 回复:ext4, quota, projectid: limits without capablity, Jan Kara
- [PATCH] ext4: use 'sbi' instead of 'EXT4_SB(sb)',
piaojun
- [PATCH v2] jbd2: fix sphinx kerel-doc build warnings,
Tobin C. Harding
- [PATCH] ext4: Fix a race in the ext4 shutdown path.,
harshads
- [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache slab cache, Kees Cook
- [PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache, Kees Cook
- [RFC PATCH] ext4: don't split xattr inode refcounts across i_ctime and i_version fields,
Jeff Layton
- [PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems,
Jeff Layton
- [PATCH v5 19/19] fs: handle inode->i_version more efficiently, Jeff Layton
- [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed, Jeff Layton
- [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary, Jeff Layton
- [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing, Jeff Layton
- [PATCH v5 14/19] xfs: convert to new i_version API, Jeff Layton
- [PATCH v5 15/19] IMA: switch IMA over to new i_version API, Jeff Layton
- [PATCH v5 12/19] ocfs2: convert to new i_version API, Jeff Layton
- [PATCH v5 13/19] ufs: use new i_version API, Jeff Layton
- [PATCH v5 11/19] nfsd: convert to new i_version API, Jeff Layton
- [PATCH v5 10/19] nfs: convert to new i_version API, Jeff Layton
- [PATCH v5 09/19] ext4: convert to new i_version API, Jeff Layton
- [PATCH v5 08/19] ext2: convert to new i_version API, Jeff Layton
- [PATCH v5 07/19] exofs: switch to new i_version API, Jeff Layton
- [PATCH v5 06/19] btrfs: convert to new i_version API, Jeff Layton
- [PATCH v5 05/19] afs: convert to new i_version API, Jeff Layton
- [PATCH v5 03/19] fat: convert to new i_version API, Jeff Layton
- [PATCH v5 04/19] affs: convert to new i_version API, Jeff Layton
- [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion, Jeff Layton
- [PATCH v5 01/19] fs: new API for handling inode->i_version, Jeff Layton
- Re: [PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems, Liu Bo
- [PATCH] ext4: use strlcpy() instead of strncpy(),
Xiongfeng Wang
- [PATCH v2] fs/mbcache: make sure mb_cache_count() not return negative value.,
Jiang Biao
- [PATCH] fs/mbcache: make sure mb_cache_count() not return negative value.,
Jiang Biao
- [PATCH] jbd2: fix sphinx kerel-doc build warnings for journal_s,
Tobin C. Harding
- [PATCH RESEND] mbcache: initialize entry->e_referenced in mb_cache_entry_create(),
Eric Biggers
- [PATCH] Revert "fs/mbcache.c: make count_objects() more robust",
Eric Biggers
- Re: ext4, quota, projectid: limits without capablity, Theodore Ts'o
- [PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup,
Eric Biggers
- [PATCH v2 02/11] fscrypt: move fscrypt_control_page() to supp/notsupp headers, Eric Biggers
- [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink(), Eric Biggers
- [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h, Eric Biggers
- [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h, Eric Biggers
- [PATCH v2 10/11] fscrypt: new helper functions for ->symlink(), Eric Biggers
- [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes, Eric Biggers
- [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions, Eric Biggers
- [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h, Eric Biggers
- [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h, Eric Biggers
- [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c, Eric Biggers
- [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers, Eric Biggers
- Re: [PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup, Theodore Ts'o
- [PATCH 0/3] ext4: clean up inode flag definitions,
Tyson Nottingham
- [PATCH 1/2] ext4: test for DAX + journaling corruption,
Ross Zwisler
- [PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults,
Jan Kara
- Filesystem crashes due to pages without buffers,
Jan Kara
- Release of e2fsprogs 1.43.8,
Theodore Ts'o
- [PATCH] Rename copy_file_range to _copy_file_range,
Palmer Dabbelt
- [Bug 198301] New: ext4 fails to create symlink if target length is greater than block size (but smaller than PATH_MAX),
bugzilla-daemon
- [PATCH 00/12] drop unneeded newline,
Julia Lawall
- [PATCH] ext4: Remove repeated test in ext4_file_read_iter.,
Sean Fu
- Incorrect block count during stat of a file if fallocate follows a buffered write.,
Jayashree Mohan
- Question about enlarge ext4 more than 16T,
rong zhao
- [PATCH v4 00/18] dax: fix dma vs truncate/hole-punch,
Dan Williams
- [PATCH] ext4: use a slightly bigger file system in ext4/021, Theodore Ts'o
- [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems,
Jeff Layton
- [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion, Jeff Layton
- [PATCH v4 04/19] affs: convert to new i_version API, Jeff Layton
- [PATCH v4 19/19] fs: handle inode->i_version more efficiently, Jeff Layton
- [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed, Jeff Layton
- [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing, Jeff Layton
- [PATCH v4 12/19] ocfs2: convert to new i_version API, Jeff Layton
- [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary, Jeff Layton
- [PATCH v4 15/19] IMA: switch IMA over to new i_version API, Jeff Layton
- [PATCH v4 14/19] xfs: convert to new i_version API, Jeff Layton
- [PATCH v4 11/19] nfsd: convert to new i_version API, Jeff Layton
- [PATCH v4 13/19] ufs: use new i_version API, Jeff Layton
- [PATCH v4 10/19] nfs: convert to new i_version API, Jeff Layton
- [PATCH v4 09/19] ext4: convert to new i_version API, Jeff Layton
- [PATCH v4 08/19] ext2: convert to new i_version API, Jeff Layton
- [PATCH v4 07/19] exofs: switch to new i_version API, Jeff Layton
- [PATCH v4 06/19] btrfs: convert to new i_version API, Jeff Layton
- [PATCH v4 05/19] afs: convert to new i_version API, Jeff Layton
- [PATCH v4 03/19] fat: convert to new i_version API, Jeff Layton
- [PATCH v4 01/19] fs: new API for handling inode->i_version, Jeff Layton
- Re: [PATCH v4 05/19] afs: convert to new i_version API, David Howells
- [PATCH] misc: add e2mmpstatus utility,
Andreas Dilger
- [PATCH 0/2 v2] ext4: Fix ENOSPC handling for DAX faults,
Jan Kara
- [PATCH] ext4.h: Fixed alignment and minor code cleanup.,
Petros Koutoupis
- Re: BUG: unable to handle kernel NULL pointer dereference in rb_insert_color,
Eric Biggers
- [QUESTION] Locking for the transaction buffers,
Alexander Lochmann
- [QUESTION] Getting block bitmap,
Sayan Ghosh
- [PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems,
Jeff Layton
- [PATCH v3 19/19] fs: handle inode->i_version more efficiently, Jeff Layton
- [PATCH v3 16/19] fs: only set S_VERSION when updating times if necessary, Jeff Layton
- [PATCH v3 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed, Jeff Layton
- [PATCH v3 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing, Jeff Layton
- [PATCH v3 12/19] ocfs2: convert to new i_version API, Jeff Layton
- [PATCH v3 15/19] IMA: switch IMA over to new i_version API, Jeff Layton
- [PATCH v3 14/19] xfs: convert to new i_version API, Jeff Layton
- [PATCH v3 13/19] ufs: use new i_version API, Jeff Layton
- [PATCH v3 11/19] nfsd: convert to new i_version API, Jeff Layton
- [PATCH v3 09/19] ext4: convert to new i_version API, Jeff Layton
- [PATCH v3 10/19] nfs: convert to new i_version API, Jeff Layton
- [PATCH v3 08/19] ext2: convert to new i_version API, Jeff Layton
- [PATCH v3 06/19] btrfs: convert to new i_version API, Jeff Layton
- [PATCH v3 07/19] exofs: switch to new i_version API, Jeff Layton
- [PATCH v3 03/19] fat: convert to new i_version API, Jeff Layton
- [PATCH v3 05/19] afs: convert to new i_version API, Jeff Layton
- [PATCH v3 04/19] affs: convert to new i_version API, Jeff Layton
- [PATCH v3 02/19] fs: don't take the i_lock in inode_inc_iversion, Jeff Layton
- [PATCH v3 01/19] fs: new API for handling inode->i_version, Jeff Layton
- [Bug 198187] New: jbd2_log_wait_commit hangs,
bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [Bug 198187] jbd2_log_wait_commit hangs, bugzilla-daemon
- [GIT PULL] ext4 bug fixes for 4.15, Theodore Ts'o
- [PATCH] ext4: fix up remaining files with SPDX cleanups, Theodore Ts'o
- [PATCH v2 00/19] fs: rework and optimize i_version handling in filesystems,
Jeff Layton
- [PATCH v2 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed, Jeff Layton
- [PATCH v2 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing, Jeff Layton
- [PATCH v2 19/19] fs: handle inode->i_version more efficiently, Jeff Layton
- [PATCH v2 16/19] fs: only set S_VERSION when updating times if necessary, Jeff Layton
- [PATCH v2 15/19] IMA: switch IMA over to new i_version API, Jeff Layton
- [PATCH v2 12/19] ocfs2: convert to new i_version API, Jeff Layton
- [PATCH v2 14/19] xfs: convert to new i_version API, Jeff Layton
- [PATCH v2 13/19] ufs: use new i_version API, Jeff Layton
- [PATCH v2 08/19] ext2: convert to new i_version API, Jeff Layton
- [PATCH v2 11/19] nfsd: convert to new i_version API, Jeff Layton
- [PATCH v2 10/19] nfs: convert to new i_version API, Jeff Layton
- [PATCH v2 09/19] ext4: convert to new i_version API, Jeff Layton
- [PATCH v2 07/19] exofs: switch to new i_version API, Jeff Layton
- [PATCH v2 06/19] btrfs: convert to new i_version API, Jeff Layton
- [PATCH v2 05/19] afs: convert to new i_version API, Jeff Layton
- [PATCH v2 04/19] affs: convert to new i_version API, Jeff Layton
- [PATCH v2 02/19] fs: don't take the i_lock in inode_inc_iversion, Jeff Layton
- [PATCH v2 03/19] fat: convert to new i_version API, Jeff Layton
- [PATCH v2 01/19] fs: new API for handling inode->i_version, Jeff Layton
- [PATCH 00/24] fscrypt: symlink helpers and fscrypt.h cleanup,
Eric Biggers
- [PATCH 01/24] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers, Eric Biggers
- [PATCH 02/24] fscrypt: move fscrypt_control_page() to supp/notsupp headers, Eric Biggers
- [PATCH 03/24] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h, Eric Biggers
- [PATCH 04/24] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h, Eric Biggers
- [PATCH 05/24] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions, Eric Biggers
- [PATCH 09/24] fscrypt: trim down fscrypt.h includes, Eric Biggers
- [PATCH 07/24] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h, Eric Biggers
- [PATCH 08/24] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c, Eric Biggers
- [PATCH 06/24] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h, Eric Biggers
- [PATCH 10/24] fscrypt: new helper functions for ->symlink(), Eric Biggers
- [PATCH 11/24] fscrypt: new helper function - fscrypt_get_symlink(), Eric Biggers
- [PATCH 12/24] ext4: switch to fscrypt ->symlink() helper functions, Eric Biggers
- [PATCH 13/24] ext4: switch to fscrypt_get_symlink(), Eric Biggers
- [PATCH 14/24] f2fs: switch to fscrypt ->symlink() helper functions, Eric Biggers
- [PATCH 15/24] f2fs: switch to fscrypt_get_symlink(), Eric Biggers
- [PATCH 16/24] ubifs: free the encrypted symlink target, Eric Biggers
- [PATCH 18/24] ubifs: switch to fscrypt_get_symlink(), Eric Biggers
- [PATCH 17/24] ubifs: switch to fscrypt ->symlink() helper functions, Eric Biggers
- [PATCH 19/24] fscrypt: remove fscrypt_fname_usr_to_disk(), Eric Biggers
- [PATCH 23/24] fscrypt: fix up fscrypt_fname_encrypted_size() for internal use, Eric Biggers
- [PATCH 24/24] fscrypt: document symlink length restriction, Eric Biggers
- [PATCH 22/24] fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names, Eric Biggers
- [PATCH 21/24] fscrypt: calculate NUL-padding length in one place only, Eric Biggers
- [PATCH 20/24] fscrypt: move fscrypt_symlink_data to fscrypt_private.h, Eric Biggers
- [PATCH] FS: EXT4: syn error in __ext4_grp_locked_error,
zhouzhouyi
- [PATCH] mm: save/restore current->journal_info in handle_mm_fault,
Yan, Zheng
- [PATCH 0/5] e2fsprogs: Update man pages, usage texts, and docs.,
Tyson Nottingham
- FS: EXT4: should we sync error info in __ext4_grp_locked_error?,
Zhouyi Zhou
- [PATCH] libext2fs: add missing swab for superblock, add checks,
Andreas Dilger
- [PATCH] quota: swapping s_prj_quota_inum superblock field,
Artem Blagodarenko
- [PATCH 0/2] ext4: Fix ENOSPC handling for DAX faults,
Jan Kara
- [PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at,
Adam Borowski
- [PATCH] mm: save current->journal_info before calling fault/page_mkwrite,
Yan, Zheng
- [PATCH] ext4: add missing error check in __ext4_new_inode(), Theodore Ts'o
- [PATCH] ext4: delayed inode update for the consistency of file size after a crash,
seongbaeSon
- Re: Scaling e2fsck, Andreas Dilger
- [RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce,
Ard Biesheuvel
- [PATCH] fscrypt: add support for ChaCha20 contents encryption,
Eric Biggers
- [PATCH 0/4] e2scrub: online fsck for ext4,
Darrick J. Wong
- [QUESTION] jbd2: How identify what kind of metadata is in t_buffers,
Red Swaqz
- [PATCH] ext4: Fix crash when working on a fuzzed ext2 fs image,
Chandan Rajendra
- [PATCH] e2freefrag: print 64bit free blocks count,
Kazuya Mio
- [PATCH v3 0/4] e2image -b option to pass superblock number,
Artem Blagodarenko
- [PATCH] e2p: fix getflags for link file,
Wang Shilong
[PATCH] ext4: correct documentation for grpid mount option,
Ernesto A. Fernández
Testing Ext4 encryption with fstests,
Chandan Rajendra
[PATCH] ext4: no need flush workqueue before destroying it,
piaojun
[PATCH v3 0/3] 64 bit inode counter support,
Artem Blagodarenko
[PATCH] ext4: fix incorrect indentation of if statement,
Colin King
[PATCH 0/3] Improve kobject handling in fs/ext4,
Riccardo Schirone
[PATCH] ext4: Support fast symlinks from ext3 file systems,
Andi Kleen
[PATCH 1/1] ext4: remove redundant assignment in ext4_iomap_begin(),
sunqiuyang
Re: regression: 4.13 cannot follow symlinks on some ext3 fs,
Andreas Dilger
[PATCH 1/2] generic/458: document the fix commit,
Amir Goldstein
[PATCH v3] iomap: report collisions between directio and buffered writes to userspace, Darrick J. Wong
ext4 SMR patches, Andreas Dilger
[PATCH v2] iomap: report collisions between directio and buffered writes to userspace,
Darrick J. Wong
Mount option "nouser_xattr" will be removed by 3.5,
elanTea
ext4 fix for interaction between i_size, fallocate, and delalloc after a crash,
Ashlie Martinez
[PATCH v2 0/4] e2image -b option to pass superblock number,
Artem Blagodarenko
Re: [PATCH v6 12/15] ovl: Fix encryption status of a metacopy only file, Vivek Goyal
[PATCH] ext4: fix fdatasync(2) after fallocate(2) operation,
Eryu Guan
Re: [PATCH v2] generic: add testcase to test fallocate & f{data,}sync,
Eryu Guan
[GIT PULL] Quota, ext2, isofs, udf fixes for 4.15-rc1, Jan Kara
[PATCH v2 0/7] 64bit inode e2fsprogs support,
Artem Blagodarenko
[PATCH] fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core,
Dan Williams
Suggestion: don't default to ext4 lazy init (or warn about it),
Eduard Rozenberg
[GIT PULL] ext4 updates for 4.15,
Theodore Ts'o
[PATCH e2fsprogs] tests: Fixup for new r_move_itable tests.,
Marius Bakke
[PATCH] debugfs: fix ncheck program output,
Wang Shilong
[PATCH] badblocks: Add options for parseable status output,
Wyllys Ingersoll
Re: possible deadlock in generic_file_write_iter, Dmitry Vyukov
Fwd: KASAN: use-after-free in move_expired_inodes,
Andrew Zhu Aday
[PATCH v2] e2fsck: Fix access after free for dx_db structure,
Artem Blagodarenko
Significant difference in 'file size' and 'disk usage' for single files,
mfe555
4.14: ext4 circular locking dependency complaint, Bart Van Assche
[RFC PATCH v2 0/2] 64 bit inode counter support,
Artem Blagodarenko
[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults,
Jan Kara
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]