messages from 2018-01-05 09:24:05 to 2018-01-17 13:43:49 UTC [more...]
[RFC PATCH 0/8] Ext4 encryption support for blocksize < pagesize
2018-01-17 13:43 UTC (27+ messages)
` [RFC PATCH 1/8] ext4: use EXT4_INODE_ENCRYPT flag to detect encrypted bio
` [RFC PATCH 2/8] fs/buffer.c: make some functions non-static
` [RFC PATCH 3/8] ext4: decrypt all contiguous blocks in a page
` [RFC PATCH 4/8] ext4: decrypt all boundary blocks when doing buffered write
` [RFC PATCH 5/8] ext4: decrypt the block that needs to be partially zeroed
` [RFC PATCH 6/8] ext4: encrypt blocks whose size is less than page size
` [RFC PATCH 7/8] ext4: decrypt "
` [RFC PATCH 8/8] ext4: enable encryption for blocksize "
[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
2018-01-16 23:46 UTC (20+ messages)
` [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH v2 02/11] fscrypt: move fscrypt_control_page() "
` [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()
[PATCH RFC 00/13] UTF-8 case insensitive lookups for EXT4
2018-01-16 22:19 UTC (23+ messages)
` [PATCH RFC 01/13] charsets: Introduce middle-layer for character encoding
` [PATCH RFC 02/13] charsets: ascii: Wrap ascii functions to charsets library
` [PATCH RFC 03/13] charsets: utf8: Add unicode character database files
` [PATCH RFC 04/13] scripts: add trie generator for UTF-8
` [PATCH RFC 05/13] charsets: utf8: Introduce code for UTF-8 normalization
` [PATCH RFC 06/13] charsets: utf8: reduce the size of utf8data[]
` [PATCH RFC 07/13] charsets: utf8: Hook-up utf-8 code to charsets library
` [PATCH RFC 08/13] charsets: utf8: Introduce test module for kernel UTF-8 implementation
` [PATCH RFC 09/13] ext4: Add ignorecase mount option
` [PATCH RFC 10/13] ext4: Include encoding information on the superblock
` [PATCH RFC 11/13] fscrypt: Introduce charset-based matching functions
` [PATCH RFC 12/13] ext4: Support charset name matching
` [PATCH RFC 13/13] ext4: Implement ext4 dcache hooks for custom charsets
e2fsck -D lead to severely damaged filesystem
2018-01-16 10:32 UTC (3+ messages)
[PATCH] ext4: Remove repeated test in ext4_file_read_iter
2018-01-16 8:10 UTC (5+ messages)
Neujahrsspende von 4.800.000 €
2018-01-16 0:05 UTC
severe filesystem corruption after running e2fsck -D
2018-01-15 10:16 UTC
[PATCH 13/38] ext4: Define usercopy region in ext4_inode_cache slab cache
2018-01-14 22:34 UTC (5+ messages)
` [PATCH 14/38] ext2: Define usercopy region in ext2_inode_cache "
[Bug 198301] New: ext4 fails to create symlink if target length is greater than block size (but smaller than PATH_MAX)
2018-01-14 0:16 UTC (8+ messages)
` [Bug 198301] "
[PATCH e2fsprogs] tests: Fixup for new r_move_itable tests
2018-01-13 5:37 UTC (3+ messages)
[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-12 11:49 UTC (28+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v5 03/19] fat: convert to new i_version API
` [PATCH v5 04/19] affs: "
` [PATCH v5 06/19] btrfs: "
` [PATCH v5 08/19] ext2: "
` [PATCH v5 09/19] ext4: "
` [PATCH v5 10/19] nfs: "
` [PATCH v5 12/19] ocfs2: "
` [PATCH v5 13/19] ufs: use "
` [PATCH v5 14/19] xfs: convert to "
` [PATCH v5 15/19] IMA: switch IMA over "
` [PATCH v5 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v5 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v5 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v5 19/19] fs: handle inode->i_version more efficiently
` [PATCH v5 05/19] afs: convert to new i_version API
` [PATCH v5 07/19] exofs: switch "
` [PATCH v5 11/19] nfsd: convert "
[PATCH] misc: add e2mmpstatus utility via debugfs
2018-01-12 5:51 UTC
[RFC PATCH] ext4: don't split xattr inode refcounts across i_ctime and i_version fields
2018-01-11 22:41 UTC (6+ messages)
[PATCH 0/3] Improve kobject handling in fs/ext4
2018-01-11 20:40 UTC (9+ messages)
` [PATCH 1/3] fs/ext4: release kobject/kset even when init/register fail
` [PATCH 2/3] fs/ext4: create ext4_feat kobject dynamically
` [PATCH 3/3] fs/ext4: create ext4_kset dynamically
[PATCH] ext4: fix incorrect indentation of if statement
2018-01-11 19:18 UTC (3+ messages)
[PATCH] ext4: correct documentation for grpid mount option
2018-01-11 18:51 UTC (2+ messages)
[PATCH] common/rc: ext4 doesn't support O_DIRECT with data journaling
2018-01-11 18:21 UTC (2+ messages)
[PATCH] ext4: use 'sbi' instead of 'EXT4_SB(sb)'
2018-01-11 18:19 UTC (3+ messages)
[PATCH] FS: EXT4: syn error in __ext4_grp_locked_error
2018-01-11 18:13 UTC (2+ messages)
[PATCH v2] fs/mbcache: make sure mb_cache_count() not return negative value
2018-01-11 9:04 UTC (7+ messages)
[PATCH] ext4: use strlcpy() instead of strncpy()
2018-01-10 23:01 UTC (6+ messages)
ext4, quota, projectid: limits without capablity
2018-01-10 11:59 UTC (2+ messages)
` 回复:ext4, "
[PATCH v2] jbd2: fix sphinx kerel-doc build warnings
2018-01-10 6:29 UTC (3+ messages)
[PATCH] ext4: Fix a race in the ext4 shutdown path
2018-01-10 5:14 UTC (2+ messages)
[PATCH] ext4: no need flush workqueue before destroying it
2018-01-10 2:42 UTC (4+ messages)
[PATCH] ext4: no need flush workqueue before destroying it
2018-01-10 0:19 UTC
[PATCH 10/36] ext4: Define usercopy region in ext4_inode_cache slab cache
2018-01-09 20:55 UTC (2+ messages)
` [PATCH 11/36] ext2: Define usercopy region in ext2_inode_cache "
Release of e2fsprogs 1.43.8
2018-01-09 20:17 UTC (3+ messages)
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-09 9:27 UTC (20+ messages)
` [PATCH v4 06/19] btrfs: convert to new i_version API
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
[PATCH] jbd2: fix sphinx kerel-doc build warnings for journal_s
2018-01-08 20:32 UTC (3+ messages)
[PATCH] fs/mbcache: make sure mb_cache_count() not return negative value
2018-01-08 10:44 UTC (2+ messages)
[PATCH] ext4.h: Fixed alignment and minor code cleanup
2018-01-08 4:57 UTC (2+ messages)
[PATCH 0/2 v3] ext4: Fix ENOSPC handling for DAX faults
2018-01-07 21:51 UTC (5+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler
[PATCH] Revert "fs/mbcache.c: make count_objects() more robust"
2018-01-07 21:36 UTC (3+ messages)
[PATCH RESEND] mbcache: initialize entry->e_referenced in mb_cache_entry_create()
2018-01-07 21:23 UTC (2+ messages)
[PATCH 0/3] ext4: clean up inode flag definitions
2018-01-05 9:23 UTC (4+ messages)
` [PATCH 1/3] ext4: move inode flags enum in preparation for cleanup
` [PATCH 2/3] ext4: define inode flags in terms of enum values
` [PATCH 3/3] ext4: define visible/modifiable flag masks in terms of inode flags
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).