linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-06 20:47:40 to 2019-04-17 17:57:54 UTC [more...]

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-17 17:57 UTC  (9+ messages)
  ` [PATCH v4 1/7] fs: introduce write-hint start point for in-kernel hints
  ` [PATCH v4 2/7] block: increase stream count for in-kernel use
  ` [PATCH v4 3/7] block: introduce API to register stream information with block-layer
  ` [PATCH v4 4/7] block: introduce write-hint to stream-id conversion
  ` [PATCH v4 5/7] nvme: register stream info with block layer
  ` [PATCH v4 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
  ` [PATCH v4 7/7] fs/ext4,jbd2: add support for sending write-hint with journal

[PATCH v2 0/2] fscrypt: improve encrypted symlink performance
 2019-04-17 16:55 UTC  (9+ 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 v2 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-04-17 14:24 UTC  (15+ messages)
` [PATCH v2 1/5] fscrypt: clean up and improve dentry revalidation
` [PATCH v2 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH v2 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [PATCH v2 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [PATCH v2 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

[PATCH] fscrypt: drop inode argument from fscrypt_get_ctx()
 2019-04-16 22:38 UTC  (2+ messages)

[PATCH] nls: Update to Unicode 12.1.0
 2019-04-16 20:13 UTC 

[PATCH v7 00/10] Ext4 case-insensitive support
 2019-04-16 19:44 UTC  (10+ 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 1/2] unicode: Update unicode database unicode version 12.1.0
  ` [PATCH 2/2] ext4: Update to use unicode 12.1

[PATCH 2/4] ext4: Initialize timestamps limits
 2019-04-16 18:17 UTC  (2+ messages)

[PATCH RFC] ext4: Actually request zeroing of inode table after grow
 2019-04-16 15:53 UTC 

[PATCH] ext4: add cond_resched() to ext4_mb_init_backend()
 2019-04-16  2:59 UTC 

[PATCH] ext4: fix use-after-free race with debug_want_extra_isize
 2019-04-15 21:19 UTC 

[Bug 203247] New: jbd2 gets stuck at jbd2_journal_commit_transaction frequently
 2019-04-15 21:09 UTC  (12+ messages)
` [Bug 203247] "

[Bug 203319] New: [xfstests generic/538]: unaligned direct AIO find ext4 corruption
 2019-04-15 17:39 UTC  (2+ messages)
` [Bug 203319] "

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[Bug 203317] New: WARNING: CPU: 2 PID: 925 at fs/ext4/inode.c:3897 ext4_set_page_dirty+0x39/0x50
 2019-04-15  7:58 UTC 

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

[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 

[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] 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  (9+ 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] "

[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 


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