Linux Ext4 Filesystem Development
[Prev Page][Next Page]
- [PATCH v2 1/2] e2fsck: allow to check >2GB sized directory,
Artem Blagodarenko
- [PATCH 1/2] e2fsck: allow to check >2GB sized directory,
Artem Blagodarenko
- [PATCH v3] tests: replace perl usage with shell built-in,
Andreas Dilger
- [PATCH] ext4: avoid declaring fs inconsistent due to invalid file handles,
Theodore Ts'o
- Question about commit "ext4: always initialize the crc32c checksum driver",
zhangyi (F)
- [PATCH V5 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
- [PATCH V4 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
- [PATCH 0/2] fs-verity: fix !CONFIG_FS_VERITY case,
Eric Biggers
- Regression in next-20181211 with fsverity changes,
Tony Lindgren
- Kernel can't run init after 4de97efb578a "fsverity: Move verity status check to fsverity_file_open", Kirill Tkhai
- [BUG BISECT next] Files cannot be opened after "fsverity: Move verity status check to fsverity_file_open",
Krzysztof Kozlowski
- [PATCH] ext4: Replace opencoded i_writecount usage with inode_is_open_for_write,
Nikolay Borisov
- [PATCH] fs: Convert open-coded "is inode open for write" check,
Nikolay Borisov
- [PATCH 0/2] fs,ext4,jbd2: Specifying write-hint for Ext4 journal,
Kanchan Joshi
- Message not available
[PATCH] ext4: fix unsafe extent initialization,
zhangyi (F)
[PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
- [PATCH V3 1/9] ext4: use IS_ENCRYPTED() to check encryption status, Chandan Rajendra
- [PATCH V3 2/9] f2fs: use IS_ENCRYPTED() to check encryption status, Chandan Rajendra
- [PATCH V3 3/9] fscrypt: remove filesystem specific build config option, Chandan Rajendra
- [PATCH V3 4/9] Add S_VERITY and IS_VERITY(), Chandan Rajendra
- [PATCH V3 5/9] ext4: use IS_VERITY() to check inode's fsverity status, Chandan Rajendra
- [PATCH V3 6/9] f2fs: use IS_VERITY() to check inode's fsverity status, Chandan Rajendra
- [PATCH V3 7/9] fsverity: Remove filesystem specific build config option, Chandan Rajendra
- [PATCH V3 8/9] fsverity: Move verity status check to fsverity_file_open, Chandan Rajendra
- [PATCH V3 9/9] fsverity: Move verity status check to fsverity_prepare_setattr, Chandan Rajendra
- Re: [PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options, Theodore Y. Ts'o
BUG: v4.20-rc5+ warning on two tests(xfstests ext4/034 and generic/406), Ming Lei
[PATCH v4 00/23] Ext4 Encoding and Case-insensitive support,
Gabriel Krisman Bertazi
- [PATCH v4 01/23] nls: Wrap uni2char/char2uni callers, Gabriel Krisman Bertazi
- [PATCH v4 02/23] nls: Wrap charset field access, Gabriel Krisman Bertazi
- [PATCH v4 04/23] nls: Split default charset from NLS core, Gabriel Krisman Bertazi
- [PATCH v4 03/23] nls: Wrap charset hooks in ops structure, Gabriel Krisman Bertazi
- [PATCH v4 05/23] nls: Split struct nls_charset from struct nls_table, Gabriel Krisman Bertazi
- [PATCH v4 06/23] nls: Add support for multiple versions of an encoding, Gabriel Krisman Bertazi
- [PATCH v4 07/23] nls: Implement NLS_STRICT_MODE flag, Gabriel Krisman Bertazi
- [PATCH v4 08/23] nls: Let charsets define the behavior of tolower/toupper, Gabriel Krisman Bertazi
- [PATCH v4 09/23] nls: Add new interface for string comparisons, Gabriel Krisman Bertazi
- [PATCH v4 10/23] nls: Add optional normalization and casefold hooks, Gabriel Krisman Bertazi
- [PATCH v4 11/23] nls: ascii: Support validation and normalization operations, Gabriel Krisman Bertazi
- [PATCH v4 12/23] nls: utf8: Add unicode character database files, Gabriel Krisman Bertazi
- [PATCH v4 14/23] nls: utf8: Move nls-utf8{,-core}.c, Gabriel Krisman Bertazi
- [PATCH v4 13/23] scripts: add trie generator for UTF-8, Gabriel Krisman Bertazi
- [PATCH v4 15/23] nls: utf8: Introduce code for UTF-8 normalization, Gabriel Krisman Bertazi
- [PATCH v4 16/23] nls: utf8n: reduce the size of utf8data[], Gabriel Krisman Bertazi
- [PATCH v4 17/23] nls: utf8: Integrate utf8 normalization code with utf8 charset, Gabriel Krisman Bertazi
- [PATCH v4 18/23] nls: utf8: Introduce test module for normalized utf8 implementation, Gabriel Krisman Bertazi
- [PATCH v4 19/23] ext4: Reserve superblock fields for encoding information, Gabriel Krisman Bertazi
- [PATCH v4 20/23] ext4: Include encoding information in the superblock, Gabriel Krisman Bertazi
- [PATCH v4 21/23] ext4: Support encoding-aware file name lookups, Gabriel Krisman Bertazi
- [PATCH v4 22/23] ext4: Implement EXT4_CASEFOLD_FL flag, Gabriel Krisman Bertazi
- [PATCH v4 23/23] docs: ext4.rst: Document encoding and case-insensitive, Gabriel Krisman Bertazi
- Re: [PATCH v4 00/23] Ext4 Encoding and Case-insensitive support, Dave Chinner
- <Possible follow-ups>
- [PATCH v4 00/23] Ext4 Encoding and Case-insensitive support, Gabriel Krisman Bertazi
- [PATCH v4 01/23] nls: Wrap uni2char/char2uni callers, Gabriel Krisman Bertazi
- [PATCH v4 02/23] nls: Wrap charset field access, Gabriel Krisman Bertazi
- [PATCH v4 04/23] nls: Split default charset from NLS core, Gabriel Krisman Bertazi
- [PATCH v4 05/23] nls: Split struct nls_charset from struct nls_table, Gabriel Krisman Bertazi
- [PATCH v4 06/23] nls: Add support for multiple versions of an encoding, Gabriel Krisman Bertazi
- [PATCH v4 03/23] nls: Wrap charset hooks in ops structure, Gabriel Krisman Bertazi
- [PATCH v4 07/23] nls: Implement NLS_STRICT_MODE flag, Gabriel Krisman Bertazi
- [PATCH v4 09/23] nls: Add new interface for string comparisons, Gabriel Krisman Bertazi
- [PATCH v4 08/23] nls: Let charsets define the behavior of tolower/toupper, Gabriel Krisman Bertazi
- [PATCH v4 10/23] nls: Add optional normalization and casefold hooks, Gabriel Krisman Bertazi
- [PATCH v4 11/23] nls: ascii: Support validation and normalization operations, Gabriel Krisman Bertazi
- [PATCH v4 12/23] nls: utf8: Add unicode character database files, Gabriel Krisman Bertazi
- [PATCH v4 14/23] nls: utf8: Move nls-utf8{,-core}.c, Gabriel Krisman Bertazi
- [PATCH v4 13/23] scripts: add trie generator for UTF-8, Gabriel Krisman Bertazi
- [PATCH v4 15/23] nls: utf8: Introduce code for UTF-8 normalization, Gabriel Krisman Bertazi
- [PATCH v4 16/23] nls: utf8n: reduce the size of utf8data[], Gabriel Krisman Bertazi
- [PATCH v4 17/23] nls: utf8: Integrate utf8 normalization code with utf8 charset, Gabriel Krisman Bertazi
- [PATCH v4 18/23] nls: utf8: Introduce test module for normalized utf8 implementation, Gabriel Krisman Bertazi
- [PATCH v4 19/23] ext4: Reserve superblock fields for encoding information, Gabriel Krisman Bertazi
- [PATCH v4 20/23] ext4: Include encoding information in the superblock, Gabriel Krisman Bertazi
- [PATCH v4 21/23] ext4: Support encoding-aware file name lookups, Gabriel Krisman Bertazi
- [PATCH v4 22/23] ext4: Implement EXT4_CASEFOLD_FL flag, Gabriel Krisman Bertazi
- [PATCH v4 23/23] docs: ext4.rst: Document encoding and case-insensitive, Gabriel Krisman Bertazi
- Re: [PATCH v4 00/23] Ext4 Encoding and Case-insensitive support, Randy Dunlap
- Message not available
[PATCH] e2p: Print encoding information in superblock dump,
Gabriel Krisman Bertazi
[PATCH V2 0/7] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
[PATCH] e2fsprogs: Introduce script used to generate utf8data.h,
Gabriel Krisman Bertazi
[PATCH e2fsprogs v4 0/9] Support encoding awareness and casefold,
Gabriel Krisman Bertazi
Re: [PATCH e2fsprogs v4 0/9] Support encoding awareness and casefold, Theodore Y. Ts'o
[PATCH,1/2] genhd: avoid overflow of sectors in disk_stats,
Huijin Park
Re: [PATCH,1/2] genhd: avoid overflow of sectors in disk_stats, Omar Sandoval
4.20-rc4 kvm-xfstests regression testing results, Eric Whitney
[PATCH 2/2] fs: Don't open-code lru_to_page,
Nikolay Borisov
[GIT PULL] ext2 and udf fixes for v4.20-rc5, Jan Kara
[PATCH v2] ext2fs: don't read group descriptors during e2label,
Artem Blagodarenko
[PATCH] ext2fs: don't read group descriptors during e2label,
Artem Blagodarenko
[PATCH] Fix tst_super_size after ext2_super_block changes,
Artem Blagodarenko
RFC: LockDoc - Detecting Locking Bugs in the Linux Kernel,
Alexander Lochmann
[PATCH] Updated locking documentation for transaction_t,
Alexander Lochmann
[PATCH] inode_has_no_xattr() does not use proper sync,
Alexander Lochmann
ext4 file system corruption with v4.19.3 / v4.19.4,
Guenter Roeck
jbd2 bh_shadow issue,
Xiaoguang Wang
[PATCH] ext4: missing unlock/put_page() in ext4_try_to_write_inline_data(),
Maurizio Lombardi
[PATCH e2fsprogs v3 00/12] Support encoding awareness and casefold,
Gabriel Krisman Bertazi
- [PATCH v3 01/12] libe2p: Helpers for configuring the encoding superblock fields, Gabriel Krisman Bertazi
- [PATCH v3 02/12] mke2fs: Configure encoding during superblock initialization, Gabriel Krisman Bertazi
- [PATCH v3 03/12] chattr/lsattr: Support casefold attribute, Gabriel Krisman Bertazi
- [PATCH v3 04/12] lib/ext2fs: Implement NLS support, Gabriel Krisman Bertazi
- [PATCH v3 05/12] lib/ext2fs: Support encoding when calculating dx hashes, Gabriel Krisman Bertazi
- [PATCH v3 06/12] debugfs/htree: Support encoding when printing the file hash, Gabriel Krisman Bertazi
- [PATCH v3 07/12] tune2fs: Prevent enabling encryption flag on encoding-aware fs, Gabriel Krisman Bertazi
- [PATCH v3 09/12] ext4.5: Add fname_encoding feature to ext4 man page, Gabriel Krisman Bertazi
- [PATCH v3 10/12] mke2fs.8: Document fname_encoding options, Gabriel Krisman Bertazi
- [PATCH v3 11/12] mke2fs.conf.5: Document fname_encoding configuration option, Gabriel Krisman Bertazi
- [PATCH v3 12/12] chattr.1: Document the casefold attribute, Gabriel Krisman Bertazi
- Message not available
Message not available
WARNING in ext4_dio_get_block_overwrite, syzbot
[PATCH] ext4: fix possible use after free in ext4_quota_enable,
Pan Bian
[PATCH V12 00/20] block: support multi-page bvec,
Ming Lei
- [PATCH V12 01/20] btrfs: remove various bio_offset arguments, Ming Lei
- [PATCH V12 02/20] btrfs: look at bi_size for repair decisions, Ming Lei
- [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number, Ming Lei
- [PATCH V12 03/20] block: remove the "cluster" flag, Ming Lei
- [PATCH V12 05/20] block: remove bvec_iter_rewind(), Ming Lei
- [PATCH V12 06/20] block: rename bvec helpers, Ming Lei
- [PATCH V12 07/20] block: introduce multi-page bvec helpers, Ming Lei
- [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec(), Ming Lei
- [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count, Ming Lei
- [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg, Ming Lei
- [PATCH V12 11/20] block: introduce bvec_last_segment(), Ming Lei
- [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter, Ming Lei
- [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages(), Ming Lei
- [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio, Ming Lei
- [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec, Ming Lei
- [PATCH V12 16/20] block: enable multipage bvecs, Ming Lei
- [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256, Ming Lei
- [PATCH V12 18/20] block: document usage of bio iterator helpers, Ming Lei
- [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE, Ming Lei
- [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE, Ming Lei
- Re: [PATCH V12 00/20] block: support multi-page bvec, Jens Axboe
[PATCH 1/2] ext4: try to merge unwritten extents who are also not under io,
Xiaoguang Wang
[PATCH v2] jbd2: fix deadlock while checkpoint thread waits commit thread to finish,
Xiaoguang Wang
[PATCH] ext2: fix potential use after free,
Pan Bian
[PATCH] ext2: initialize opts.s_mount_opt as zero before using it,
Hou Tao
[PATCH] jbd2: clean up indentation issue, replace spaces with tab,
Colin King
[PATCH] ext4: clean up indentation issues, remove extraneous tabs,
Colin King
[PATCH v2] ext4: change variable reusable to bool type, Chengguang Xu
[RFC][PATCH v4 04/09] ext2: use common file type conversion,
Phillip Potter
[RFC][PATCH v4 05/09] ext4: use common file type conversion,
Phillip Potter
Metadata_csum is still enabled after trying to disable it.,
Jean-Christophe Guillain
[PATCH V11 00/19] block: support multi-page bvec,
Ming Lei
- [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number, Ming Lei
- [PATCH V11 02/19] block: introduce multi-page bvec helpers, Ming Lei
- [PATCH V11 03/19] block: introduce bio_for_each_bvec(), Ming Lei
- [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count, Ming Lei
- [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg, Ming Lei
- [PATCH V11 06/19] block: introduce bvec_last_segment(), Ming Lei
- [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio, Ming Lei
- [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page, Ming Lei
- [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs, Ming Lei
- [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter, Ming Lei
- [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages(), Ming Lei
- [PATCH V11 13/19] block: move bounce_clone_bio into bio.c, Ming Lei
- [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split, Ming Lei
- [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec, Ming Lei
- [PATCH V11 15/19] block: enable multipage bvecs, Ming Lei
- [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256, Ming Lei
- [PATCH V11 17/19] block: document usage of bio iterator helpers, Ming Lei
- [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE, Ming Lei
- [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE, Ming Lei
[PATCH v1 0/4] fs: fix race between llseek SEEK_END and write,
Eiichi Tsukata
[PATCH] ext2fs: Fix build of new superblock fields on BE machines,
Gabriel Krisman Bertazi
[PATCH e2fsprogs v2 0/8] Support encoding awareness and casefold,
Gabriel Krisman Bertazi
ext4: try to improve unwritten extents merges,
Xiaoguang Wang
[PATCH] Ext4: fix slow writeback under dioread_nolock and nodelalloc,
Liu Bo
[PATCH 0/3] debugfs fixes,
alexey . lyashkov
[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
[PATCH] ext4: add ext4_sb_bread() to disambiguate ENOMEM cases,
Theodore Ts'o
[PATCH] ext2: surround xattr related code with macro CONFIG_EXT2_FS_XATTR,
Chengguang Xu
[PATCH] ext4: compare old and new mode before setting update_mode flag,
Chengguang Xu
[PATCH] ext2: compare old and new mode before setting update_mode flag,
Chengguang Xu
[PATCH v2] mm: don't break integrity writeback on ->writepage() error,
Brian Foster
[RFC PATCH 0/1] fs: fix race between llseek SEEK_END and write,
Eiichi Tsukata
[PATCH V10 00/19] block: support multi-page bvec,
Ming Lei
- [PATCH V10 01/19] block: introduce multi-page page bvec helpers, Ming Lei
- [PATCH V10 02/19] block: introduce bio_for_each_bvec(), Ming Lei
- [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count, Ming Lei
- [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg, Ming Lei
- [PATCH V10 05/19] block: introduce bvec_last_segment(), Ming Lei
- [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio, Ming Lei
- [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page, Ming Lei
- [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs, Ming Lei
- [PATCH V10 09/19] block: introduce bio_bvecs(), Ming Lei
- [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter, Ming Lei
- [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages(), Ming Lei
- [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec, Ming Lei
- [PATCH V10 13/19] iomap & xfs: only account for new added page, Ming Lei
- [PATCH V10 14/19] block: enable multipage bvecs, Ming Lei
- [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256, Ming Lei
- [PATCH V10 16/19] block: document usage of bio iterator helpers, Ming Lei
- [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number, Ming Lei
- [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE, Ming Lei
- [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE, Ming Lei
- Re: [PATCH V10 00/19] block: support multi-page bvec, Christoph Hellwig
[PATCH] ext4: change variable reusable to bool type,
Chengguang Xu
[PATCH] ext2: change reusable parameter to true when calling mb_cache_entry_create(),
Chengguang Xu
[PATCH v2] jbd2: add proc entry to control whethre doing buffer copy-out,
Xiaoguang Wang
Копия: Hot women crave sex in your city, Root User
[PATCH AUTOSEL 4.14 27/27] ext4: missing !bh check in ext4_xattr_inode_write(), Sasha Levin
[PATCH AUTOSEL 4.18 53/59] ext4: missing !bh check in ext4_xattr_inode_write(), Sasha Levin
[PATCH] ext4: remove redundant condition check,
Chengguang Xu
[PATCH] ext2: remove redundant condition check,
Chengguang Xu
[Bug 201685] New: ext4 file system corruption,
bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
- [Bug 201685] ext4 file system corruption, bugzilla-daemon
[Index of Archives]
[Kernel Announce]
[Reiser Filesystem Development]
[Linux XFS]
[Ceph FS]
[Linux NFS]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]