linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-02 15:49:20 to 2019-04-14 09:15:36 UTC [more...]

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-14  9:14 UTC 

[PATCH v7 00/10] Ext4 case-insensitive support
 2019-04-13 19:25 UTC  (8+ messages)
` [PATCH v7 02/10] unicode: Introduce code for UTF-8 normalization
` [PATCH v7 04/10] unicode: Implement higher level API for string handling
` [PATCH v7 05/10] unicode: Introduce test module for normalized utf8 implementation
` [PATCH v7 07/10] MAINTAINERS: Add Unicode subsystem entry
` [PATCH v7 08/10] ext4: Include encoding information in the superblock
` [PATCH v7 09/10] ext4: Support case-insensitive file name lookups
` [PATCH v7 10/10] docs: ext4.rst: Document case-insensitive directories

[PATCH e2fsprogs 00/10] case-insensitive feature updates
 2019-04-13  5:43 UTC  (9+ messages)
` [PATCH e2fsprogs 01/10] e2p: encoding: Fix default flags lookup
` [PATCH e2fsprogs 02/10] ext2fs: Always attempt to load nls table when loading the filesystem
` [PATCH e2fsprogs 04/10] ext2fs: nls: Fix potential null dereference in utf8nlookup
` [PATCH e2fsprogs 05/10] ext2fs: nls: Merge sparse fixes from the kernel version
` [PATCH e2fsprogs 07/10] ext2fs: Don't normalize names on -F directories
` [PATCH e2fsprogs 08/10] ext2fs: nls: Drop normalization code
` [PATCH e2fsprogs 09/10] ext2fs: nls: Drop ascii NLS support
` [PATCH e2fsprogs 10/10] ext4.5.in: Document design changes on the casefold attribute

defrag
 2019-04-12 19:34 UTC 

[Bug 203247] New: jbd2 gets stuck at jbd2_journal_commit_transaction frequently
 2019-04-12 19:33 UTC  (10+ messages)
` [Bug 203247] "

[RFC PATCH 00/14] Consolidate Post read processing code
 2019-04-12 17:10 UTC  (15+ messages)
` [RFC PATCH 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH 02/14] Consolidate "post read processing" into a new file
` [RFC PATCH 03/14] fsverity: Add call back to decide if verity check has to be performed
` [RFC PATCH 04/14] fsverity: Add call back to determine readpage limit
` [RFC PATCH 05/14] fs/mpage.c: Integrate post read processing
` [RFC PATCH 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [RFC PATCH 07/14] Remove the term "bio" from post read processing
` [RFC PATCH 08/14] Add decryption support for sub-pagesized blocks
` [RFC PATCH 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [RFC PATCH 12/14] ext4: Compute logical block and the page range to be encrypted
` [RFC PATCH 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH 14/14] ext4: Enable encryption for subpage-sized blocks

[PATCH v5 0/6] virtio pmem driver
 2019-04-12 13:12 UTC  (29+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v5 4/6] dax: check synchronous mapping is supported
` [PATCH v5 5/6] ext4: disable map_sync for async flush
` [PATCH v5 6/6] xfs: "

[PATCH] ext4: bad mount opts in no journal mode
 2019-04-11 21:49 UTC 

Run mkfs.ext4 on an already existing ext4 filesystem. Seeking professional help or programming hints for the recovery
 2019-04-11 21:23 UTC  (5+ messages)

[PATCH v2 0/2] fscrypt: improve encrypted symlink performance
 2019-04-11 17:28 UTC  (7+ messages)
` [PATCH v2 1/2] vfs: use READ_ONCE() to access ->i_link
` [PATCH v2 2/2] fscrypt: cache decrypted symlink target in ->i_link

[PATCH] generic: test statfs on project quota directory
 2019-04-11  8:46 UTC 

[Bug 202809] New: ext4: ext4_xattr_ibody_get:591: comm systemd-journal: corrupted in-inode xattr
 2019-04-11  1:40 UTC  (2+ messages)
` [Bug 202809] "

[PATCH v2] fiemap : add fiemap misc tool
 2019-04-10 12:12 UTC  (3+ messages)
  ` [External Email] "

[PATCH] fscrypt: cache decrypted symlink target in ->i_link
 2019-04-10  5:04 UTC  (12+ messages)

[PATCH] ext4: protect journal inode's blocks using block_validity
 2019-04-10  3:38 UTC 

[PATCH] fs/buffer.c: Fix data corruption when buffer write with IO error
 2019-04-09 16:06 UTC  (4+ messages)

[POC][PATCH] xfs: reduce ilock contention on buffered randrw workload
 2019-04-09  8:26 UTC  (4+ messages)

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-09  8:24 UTC  (12+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/4] xfs: flush page mappings as part of setting immutable
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[Bug 104571] New: ext4_mb_generate_buddy block bitmap and bg descriptor inconsistent
 2019-04-09  7:57 UTC  (2+ messages)
` [Bug 104571] "

[PATCH] bootfs: simple bootloader filesystem
 2019-04-09  3:23 UTC  (11+ messages)

[PATCH RFC v6 00/11] Ext4 Encoding and Case-insensitive support
 2019-04-08 12:02 UTC  (4+ messages)
` [PATCH RFC v6 04/11] unicode: reduce the size of utf8data[]

[PATCH] mke2fs: allow 64bit feature without extents
 2019-04-08 11:15 UTC  (3+ messages)

[PATCH v3] Updated locking documentation for transaction_t
 2019-04-08  8:35 UTC 

[PATCH v2] Updated locking documentation for transaction_t
 2019-04-08  8:32 UTC  (3+ messages)
` [v2] "

[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-08  8:22 UTC  (3+ messages)

[ext4:unicode 8/10] fs/ext4/hash.c:286 ext4fs_dirhash() warn: returning -1 instead of -ENOMEM is sloppy
 2019-04-08  6:34 UTC 

[ext4:unicode 4/10] fs/unicode/utf8-core.c:90 utf8_casefold() warn: impossible condition '(dest[nlen] == -1) => (0-255 == (-1))'
 2019-04-08  6:29 UTC 

[ext4:unicode 2/10] fs/unicode/utf8-norm.c:199 utf8nlookup() warn: variable dereferenced before check 'data' (see line 193)
 2019-04-08  6:28 UTC 

[PATCH v3] ext4: shrink directory when last block is empty
 2019-04-07 23:58 UTC  (2+ messages)

[PATCH] ext4: use BUG() instead of BUG_ON(1)
 2019-04-07 16:29 UTC  (2+ messages)

[PATCH v2] ext4: fix prefetchw of NULL page
 2019-04-07 15:55 UTC  (2+ messages)

[PATCH v2] jbd2: remove repeated assignments in __jbd2_log_wait_for_space
 2019-04-06 22:21 UTC 

[PATCH v2] jbd2: check superblock mapped prior to committing
 2019-04-06 23:03 UTC  (2+ messages)

[PATCH] ext4: Make sanity check in mballoc more strict
 2019-04-06 22:35 UTC  (2+ messages)

[PATCH] ext4: remove incorrect comment for NEXT_ORPHAN()
 2019-04-06 22:53 UTC  (2+ messages)

[ext4:unicode 4/10] fs/unicode/utf8-norm.c:41:24: sparse: non-ANSI function declaration of function 'utf8version_latest'
 2019-04-07  1:33 UTC 

[PATCH] ext4: add inode to ordered data list when extending file without block allocation
 2019-04-06  9:27 UTC  (5+ messages)

[Bug 202897] New: BUG: unable to handle kernel paging request at __memmove
 2019-04-05 22:42 UTC  (4+ messages)
` [Bug 202897] "

[Bug 202879] New: Segmentation fault while running crafted program
 2019-04-05 20:12 UTC  (2+ messages)
` [Bug 202879] "

[PATCH 0/3] vfs: make immutable files actually immutable
 2019-04-05  0:29 UTC  (4+ messages)
` [PATCH 2/3] xfs: reset page mappings after setting immutable

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
  ` [Qemu-devel] "
` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
            ` [Qemu-devel] "

[Bug 203107] New: Bad page map in process during boot
 2019-04-04 14:23 UTC  (6+ messages)
` [Bug 203107] "

[PATCH v4 00/17] fscrypt: key management improvements
 2019-04-03 20:36 UTC  (8+ messages)
` [PATCH v4 03/17] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v4 06/17] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode()
` [PATCH v4 08/17] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v4 10/17] fscrypt: add an HKDF-SHA512 implementation

[PATCH v3 0/7] Extend write-hint for in-kernel use
 2019-04-03 14:47 UTC  (13+ messages)
  ` [PATCH v3 3/7] block: add write-hint to stream-id conversion
  ` [PATCH v3 7/7] fs/ext4,jbd2: add support for passing write-hint with journal
  ` [PATCH v3 6/7] fs: introduce write-hint start point for in-kernel hints


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