messages from 2018-09-01 16:49:27 to 2018-10-03 06:11:41 UTC [more...]
[GIT PULL linux-next] Add Compiler Attributes tree
2018-10-02 23:24 UTC (8+ messages)
Team for it 23
2018-10-02 11:30 UTC
Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
2018-10-02 20:18 UTC (7+ messages)
cross-fs copy support
2018-10-02 18:28 UTC (8+ 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)
[PATCH v5 00/15] Compiler Attributes
2018-09-30 11:17 UTC (27+ messages)
` [PATCH v5 01/15] Compiler Attributes: remove unused attributes
` [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax
` [PATCH v5 03/15] Compiler Attributes: remove unneeded tests
` [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array
` [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
` [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h
` [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks
` [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute
` [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h
` [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst
` [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry
` [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8)
` [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 "
` [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring
` [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition
[PATCH v5 00/15] Compiler Attributes
2018-09-30 11:11 UTC
uninit_bg removed from mke2fs.conf
2018-09-29 15:19 UTC (2+ messages)
Hello
2018-09-29 0:27 UTC
[PATCH v2 3/6] ext4: fix reserved cluster accounting at delayed write time
2018-09-28 16:51 UTC
[PATCH v3 0/6] ext4: rework bigalloc reserved cluster accounting
2018-09-28 16:23 UTC (7+ messages)
` [PATCH v3 1/6] ext4: generalize extents status tree search functions
` [PATCH v3 2/6] ext4: add new pending reservation mechanism
` [PATCH v3 3/6] ext4: fix reserved cluster accounting at delayed write time
` [PATCH v3 4/6] ext4: reduce reserved cluster count by number of allocated clusters
` [PATCH v3 5/6] ext4: adjust reserved cluster count when removing extents
` [PATCH v3 6/6] ext4: fix reserved cluster accounting at page invalidation time
Hello
2018-09-28 1:41 UTC
[GIT PULL] ext2 DAX fix
2018-09-27 19:55 UTC (2+ messages)
[PATCH] Fixed some code style issues in the fs/ext4/
2018-09-27 19:41 UTC
inode/block bitmap checksum error
2018-09-27 13:24 UTC
[PATCH 0/3] ext4: documentation fixes
2018-09-26 19:05 UTC (4+ 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] ext4: initialize retries variable in ext4_da_write_inline_data_begin()
2018-09-26 9:01 UTC
[PATCH] e2fsprogs: avoid segfault when s_nr_users is too high
2018-09-26 8:39 UTC
Editing for 4
2018-09-25 12:54 UTC
Editing for 1
2018-09-25 12:32 UTC
[PATCH RESEND v2 00/25] Ext4 Encoding and Case-insensitive support
2018-09-24 21:56 UTC (26+ messages)
` [PATCH RESEND v2 01/25] nls: Wrap uni2char/char2uni callers
` [PATCH RESEND v2 02/25] nls: Wrap charset field access
` [PATCH RESEND v2 03/25] nls: Wrap charset hooks in ops structure
` [PATCH RESEND v2 04/25] nls: Split default charset from NLS core
` [PATCH RESEND v2 05/25] nls: Split struct nls_charset from struct nls_table
` [PATCH RESEND v2 06/25] nls: Add support for multiple versions of an encoding
` [PATCH RESEND v2 07/25] nls: Implement NLS_STRICT_MODE flag
` [PATCH RESEND v2 08/25] nls: Let charsets define the behavior of tolower/toupper
` [PATCH RESEND v2 09/25] nls: Add new interface for string comparisons
` [PATCH RESEND v2 10/25] nls: Add optional normalization and casefold hooks
` [PATCH RESEND v2 11/25] nls: ascii: Support validation and normalization operations
` [PATCH RESEND v2 12/25] nls: utf8n: Add unicode character database files
` [PATCH RESEND v2 13/25] scripts: add trie generator for UTF-8
` [PATCH RESEND v2 14/25] nls: utf8: Move nls-utf8{,-core}.c
` [PATCH RESEND v2 15/25] nls: utf8: Introduce code for UTF-8 normalization
` [PATCH RESEND v2 16/25] nls: utf8n: reduce the size of utf8data[]
` [PATCH RESEND v2 17/25] nls: utf8: Integrate utf8 normalization code with utf8 charset
` [PATCH RESEND v2 18/25] nls: utf8: Introduce test module for normalized utf8 implementation
` [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
` [PATCH RESEND v2 22/25] ext4: Support encoding-aware file name lookups
` [PATCH RESEND v2 23/25] ext4: Implement encoding-aware dcache hooks
` [PATCH RESEND v2 24/25] ext4: Implement EXT4_CASEFOLD_FL flag
` [PATCH RESEND v2 25/25] docs: ext4.rst: Document encoding and case-insensitive lookups
[PATCH] ext2: remove redundant building macro check
2018-09-24 19:34 UTC
[Kernel.org Helpdesk #61224] Please add linux-ext4@vger.kernel.org to lore.kernel.org
2018-09-24 12:54 UTC
inline extents
2018-09-20 19:34 UTC (2+ messages)
[PATCH] docs: fix some broken documentation references
2018-09-20 17:10 UTC (4+ messages)
[PATCH v2 0/3] fix sync to flush processor cache for ext2/4 DAX files
2018-09-17 16:37 UTC (7+ messages)
` [PATCH v2 1/3] ext4, dax: add ext4_bmap to ext4_dax_aops
` [PATCH v2 2/3] ext4, dax: set ext4_dax_aops for dax files
` [PATCH v2 3/3] ext2, dax: set ext2_dax_aops "
KASAN: use-after-free Write in jbd2_log_do_checkpoint
2018-09-17 11:19 UTC
[GIT PULL] ext4 fixes for 4.19-rc5
2018-09-17 9:03 UTC (2+ messages)
[PATCH] ext4: fix to propagate error from dquot_initialize()
2018-09-17 8:33 UTC (2+ messages)
[PATCH v3 1/3] ext4: fix setattr project check upon fssetxattr ioctl
2018-09-17 5:18 UTC (8+ messages)
` [PATCH v2 2/3] ext4: fix to detect failure of dquot_initialize in project ioctl
` [PATCH v4 3/3] f2fs: fix setattr project check upon fssetxattr ioctl
metadata operation reordering regards to crash
2018-09-16 1:18 UTC (5+ messages)
[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
2018-09-15 15:27 UTC (11+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
` [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages()
` [f2fs-dev] "
[PATCH 0/2] fix sync to flush processor cache for ext4 DAX files
2018-09-12 16:52 UTC (14+ messages)
` [PATCH 1/2] ext4, dax: update dax check to skip journal inode
` [PATCH 2/2] ext4, dax: set ext4_dax_aops for dax files
[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
2018-09-12 15:04 UTC (13+ messages)
` [PATCH v2 2/5] ext4: "
` [PATCH v2 3/5] f2fs: "
` [f2fs-dev] "
` [PATCH v2 4/5] jfs: "
` [Jfs-discussion] "
` [PATCH v2 5/5] orangefs: "
[PATCH v3 2/2] f2fs: fix setattr project check upon fssetxattr ioctl
2018-09-12 0:00 UTC (4+ messages)
[PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch
2018-09-11 18:21 UTC (10+ messages)
[PATCH v2 1/2] ext4: Close race between direct IO and ext4_break_layouts()
2018-09-11 15:26 UTC (3+ messages)
[PATCH] fs/ext4: Convert fault handler to use vm_fault_t type
2018-09-10 21:21 UTC (2+ messages)
[PATCH v2 1/2] ext4: fix setattr project check upon fssetxattr ioctl
2018-09-10 14:45 UTC (3+ messages)
` [PATCH v2 2/2] f2fs: "
possible deadlock in start_this_handle
2018-09-07 9:38 UTC (2+ messages)
possible deadlock in ext4_evict_inode
2018-09-06 19:41 UTC (3+ messages)
[PATCH 1/2] ext4: fix setattr project check upon fssetxattr ioctl
2018-09-04 14:54 UTC (2+ messages)
` [PATCH 2/2] f2fs: "
[PATCH 1/2] ext4: fix online resize's handling of a too-small final block group
2018-09-04 2:25 UTC (2+ messages)
` [PATCH 2/2] ext4: fix online resizing for bigalloc file systems with a 1k block size
[PATCH v2] fs: Convert return type int to vm_fault_t
2018-09-04 2:13 UTC (8+ messages)
KASAN: slab-out-of-bounds Write in __ext4_expand_extra_isize
2018-09-03 9:24 UTC
[PATCH] ext4: avoid arithemetic overflow that can trigger a BUG
2018-09-01 16:49 UTC (2+ messages)
` [PATCH -v2] "
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).