linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-02 12:17:23 to 2018-10-18 04:54:05 UTC [more...]

[PATCH v3 00/23] Ext4 Encoding and Case-insensitive support
 2018-10-17 20:55 UTC  (19+ messages)
` [PATCH v3 01/23] nls: Wrap uni2char/char2uni callers
` [PATCH v3 02/23] nls: Wrap charset field access
` [PATCH v3 03/23] nls: Wrap charset hooks in ops structure
` [PATCH v3 04/23] nls: Split default charset from NLS core
` [PATCH v3 05/23] nls: Split struct nls_charset from struct nls_table
` [PATCH v3 06/23] nls: Add support for multiple versions of an encoding
` [PATCH v3 07/23] nls: Implement NLS_STRICT_MODE flag
` [PATCH v3 08/23] nls: Let charsets define the behavior of tolower/toupper
` [PATCH v3 09/23] nls: Add new interface for string comparisons
` [PATCH v3 10/23] nls: Add optional normalization and casefold hooks
` [PATCH v3 11/23] nls: ascii: Support validation and normalization operations
` [PATCH v3 12/23] nls: utf8n: Add unicode character database files
` [PATCH v3 13/23] scripts: add trie generator for UTF-8
` [PATCH v3 14/23] nls: utf8: Move nls-utf8{,-core}.c
` [PATCH v3 15/23] nls: utf8: Introduce code for UTF-8 normalization
` [PATCH v3 16/23] nls: utf8n: reduce the size of utf8data[]
` [PATCH v3 17/23] nls: utf8: Integrate utf8 normalization code with utf8 charset
` [PATCH v3 18/23] nls: utf8: Introduce test module for normalized utf8 implementation

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-17 20:23 UTC  (15+ messages)

[PATCH 0/3] ext2, ext4, xfs: hard fail dax mount on unsupported devices
 2018-10-17 19:52 UTC  (14+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ext4: "
` [PATCH 3/3] ext2: "

For your photos 20
 2018-10-17 10:14 UTC 

[Bug 201461] New: ext4 journal stalls write system call
 2018-10-17 15:39 UTC  (3+ messages)
` [Bug 201461] "

[PATCH RESEND 0/2] e2fsprogs: fuse2fs bugfix and new 'fakeroot' feature
 2018-10-16 20:02 UTC  (5+ messages)
` [PATCH RESEND 1/2] Fuse2fs: fix 'mount' entry in some cases
` [PATCH RESEND 2/2] Fuse2fs: add fakeroot option

[PATCH] ext4: direct return when jinode allocate failed
 2018-10-16 19:08 UTC 

WARNING in ext4_invalidatepage
 2018-10-16 15:53 UTC  (7+ messages)

jbd2_clear_buffer_revoked_flags() takes a long time
 2018-10-16  9:50 UTC  (6+ messages)

[PATCH] jbd2: Avoid long hold times of j_state_lock while committing a transaction
 2018-10-16  9:42 UTC 

Working test 4
 2018-10-15 12:07 UTC 

[PATCH e2fsprogs 0/9] Support encoding awareness and casefold
 2018-10-15 21:12 UTC  (10+ messages)
` [PATCH e2fsprogs 1/9] e2fsprogs: Add timestamp extension bits to superblock
` [PATCH e2fsprogs 2/9] e2fsprogs: Reserve feature bit and SB field bit for filename encoding
` [PATCH e2fsprogs 3/9] libe2p: Helpers for configuring the encoding superblock fields
` [PATCH e2fsprogs 4/9] mke2fs: Configure encoding during superblock initialization
` [PATCH e2fsprogs 5/9] chattr/lsattr: Support casefold attribute
` [PATCH e2fsprogs 6/9] lib/ext2fs: Implement NLS support
` [PATCH e2fsprogs 7/9] lib/ext2fs: Support encoding when calculating dx hashes
` [PATCH e2fsprogs 8/9] debugfs/htree: Support encoding when printing the file hash
` [PATCH e2fsprogs 9/9] tune2fs: Prevent enabling encryption flag on encoding-aware fs

[PATCH RESEND 0/2] e2fsprogs: fuse2fs bugfix and new 'fakeroot' feature
 2018-10-14 14:58 UTC  (3+ messages)
` [PATCH RESEND 1/2] Fuse2fs: fix 'mount' entry in some cases
` [PATCH RESEND 2/2] Fuse2fs: add fakeroot option

[PATCH] ext4: direct return when jinode allocate failed in ext4_inode_attach_jinode
 2018-10-14 16:05 UTC 

[Bug 200681] [inline_data] read() does not see what write() has just written through different FD in the same thread
 2018-10-14  7:29 UTC  (4+ messages)

[PATCH RESEND v2 00/25] Ext4 Encoding and Case-insensitive support
 2018-10-12 19:24 UTC  (13+ messages)
` [PATCH RESEND v2 19/25] vfs: Handle case-exact lookup in d_add_ci
` [PATCH RESEND v2 20/25] ext4: Include encoding information in the superblock
` [PATCH RESEND v2 21/25] ext4: Add encoding mount options

URGENT RESPONSE NEEDED
 2018-10-12 12:08 UTC 

[PATCH] fuse2fs: return proper exit code from fuse_main
 2018-10-12  5:49 UTC  (3+ messages)

[PATCH -v3] ext4: fix use-after-free race in ext4_remount()'s error path
 2018-10-11 19:02 UTC  (7+ messages)

[Bug 85381] New: ext4 & tmpfs: Splicing to regular files doesn't trigger inotify
 2018-10-11  7:27 UTC  (2+ messages)
` [Bug 85381] "

[PATCH] mm: Fix warning in insert_pfn()
 2018-10-11  0:46 UTC  (5+ messages)

[PATCH] ext4: avoid unused variable warning
 2018-10-10 19:43 UTC  (4+ messages)

Wohltätigkeitsspende in Höhe von € 2.000.000,00
 2018-09-24  9:45 UTC 

KASAN: use-after-scope in ext4_group_desc_csum
 2018-10-09 13:26 UTC  (5+ messages)

[BUG] ext4 null pointer crash in linux-next
 2018-10-09  3:41 UTC  (3+ messages)

[PATCH] ext4: remove QUOTA flag setting in set_qf_name()
 2018-10-09  1:50 UTC  (2+ messages)

[PATCH 0/2] e2fsprogs: fuse2fs bugfix and new 'fakeroot' feature
 2018-10-09  0:23 UTC  (4+ messages)
` [PATCH 1/2] Fuse2fs: fix 'mount' entry in some cases
` [PATCH 2/2] Fuse2fs: add fakeroot option

[ext4:nls 20/47] fs/ext4/super.c:931:38: error: 'struct ext4_sb_info' has no member named 's_qf_names'
 2018-10-08 15:10 UTC 

[ext4:nls 20/47] fs/ext4/super.c:931:40: error: 'struct ext4_sb_info' has no member named 's_qf_names'; did you mean 's_mb_maxs'?
 2018-10-08 14:51 UTC 

[PATCH 0/2] ext4: even more documentation fixes
 2018-10-07 14:45 UTC  (7+ messages)
` [PATCH 1/2] docs: move ext4 administrative docs to admin-guide/
  ` [PATCH 2/2] docs: promote the ext4 data structures book to top level

[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-10-07  3:36 UTC  (4+ messages)
` [PATCH v2 2/5] ext4: "

[PATCH v5 00/15] Compiler Attributes
 2018-10-06 19:41 UTC  (3+ messages)

[GIT PULL linux-next] Add Compiler Attributes (v6) tree
 2018-10-06  2:37 UTC  (2+ messages)

[PATCH] jbd2: Fix use after free in jbd2_log_do_checkpoint()
 2018-10-05 22:57 UTC  (9+ messages)

[PATCH -v2] ext4: fix use-after-free race in ext4_remount()'s error path
 2018-10-05 21:29 UTC 

Your images 22
 2018-10-04 12:08 UTC 

KASAN: use-after-free Write in jbd2_log_do_checkpoint
 2018-10-04 10:27 UTC  (2+ messages)

[GIT PULL linux-next] Add Compiler Attributes tree
 2018-10-04  9:06 UTC  (18+ messages)

[PATCH v4 1/2] ext4: fix setattr project check upon fssetxattr ioctl
 2018-10-03 16:23 UTC  (2+ messages)
  ` [PATCH v2 RESEND 2/2] ext4: fix to detect failure of dquot_initialize in project ioctl

[PATCH] ext4: fix EXT4_IOC_SWAP_BOOT
 2018-10-03 14:54 UTC  (3+ messages)

[PATCH v3 0/6] ext4: rework bigalloc reserved cluster accounting
 2018-10-03  3:15 UTC  (2+ messages)

[PATCH 0/3] ext4: documentation fixes
 2018-10-03  2:48 UTC  (7+ messages)
` [PATCH 1/3] docs: generate a separate ext4 pdf file from the documentation
` [PATCH 2/3] docs: fix ext4 documentation table formatting problems
` [PATCH 3/3] docs: make ext4 readme tables readable

[PATCH] fs/ext4: Convert fault handler to use vm_fault_t type
 2018-10-03  2:21 UTC  (2+ messages)

[PATCH] e2fsprogs: avoid segfault when s_nr_users is too high
 2018-10-03  1:54 UTC 

[PATCH] ext4: initialize retries variable in ext4_da_write_inline_data_begin()
 2018-10-03  1:24 UTC 

Team for it 23
 2018-10-02 11:30 UTC 

cross-fs copy support
 2018-10-02 18:28 UTC  (7+ messages)

[PATCH RESEND] ext4: Fix build error when DX_DEBUG is defined
 2018-10-02 17:36 UTC  (2+ messages)

INFO: task hung in jbd2_journal_commit_transaction
 2018-10-02 14:53 UTC  (2+ messages)

KASAN: use-after-free Read in seq_escape
 2018-10-02 14:49 UTC 

INFO: task hung in ext4_fallocate
 2018-10-02  5:35 UTC  (2+ messages)


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).