linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 08:25:15 to 2019-04-22 13:33:53 UTC [more...]

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-22 13:33 UTC  (13+ 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] ext4: Actually request zeroing of inode table after grow
 2019-04-22  8:23 UTC 

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-04-22  5:46 UTC 

[aarch64] Kernel crash on v5.1-rc5, __arch_copy_from_user+0x1bc/0x240
 2019-04-22  1:14 UTC  (4+ messages)

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

[PATCH v5 00/16] fscrypt: key management improvements
 2019-04-18 23:29 UTC  (17+ messages)
` [PATCH v5 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v5 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v5 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v5 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v5 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v5 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v5 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v5 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v5 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v5 10/16] fscrypt: v2 encryption policy support
` [PATCH v5 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v5 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v5 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v5 14/16] f2fs: "
` [PATCH v5 15/16] ubifs: "
` [PATCH v5 16/16] fscrypt: document the new ioctls and policy version

[PATCH] ext4: add cond_resched() to ext4_mb_init_backend()
 2019-04-18 20:05 UTC  (3+ messages)

[PATCH] ext4: fix use-after-free race with debug_want_extra_isize
 2019-04-18 19:00 UTC  (4+ messages)
` [PATCH v2] "

Run mkfs.ext4 on an already existing ext4 filesystem. [Solved]
 2019-04-18 18:55 UTC  (2+ messages)

[PATCH v5 0/6] virtio pmem driver
 2019-04-18 18:14 UTC  (32+ 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

[RFC PATCH 0/6] vfs: Make icache searchable under RCU
 2019-04-18 16:12 UTC  (11+ messages)
` [RFC PATCH 1/6] vfs, coda: Fix the lack of locking in FID replacement inode rehashing
` [RFC PATCH 2/6] vfs: Change inode_hash_lock to a seqlock
` [RFC PATCH 3/6] vfs: Allow searching of the icache under RCU conditions
` [RFC PATCH 4/6] afs: Use RCU inode cache search for callback resolution
` [RFC PATCH 5/6] ext4: Search for an inode to update under the RCU lock if we can
` [RFC PATCH 6/6] vfs: Delete find_inode_nowait()

ext4: avoid drop reference to iloc.bh twice
 2019-04-18 12:35 UTC  (2+ messages)

[PATCH RFC] ext4: Actually request zeroing of inode table after grow
 2019-04-18 11:59 UTC  (2+ messages)

[PATCH] ext4: protect journal inode's blocks using block_validity
 2019-04-18 11:26 UTC  (2+ messages)

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-17 19:05 UTC  (9+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files
` [PATCH 2/8] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/8] xfs: flush page mappings as part of setting immutable
` [PATCH 4/8] xfs: refactor setflags to use setattr code directly
` [PATCH 5/8] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 6/8] xfs: don't allow most setxattr to immutable files
` [PATCH 7/8] btrfs: don't allow any modifications to an immutable file
` [PATCH 8/8] ext4: "

[PATCH v2 0/4] vfs: make immutable files actually immutable
 2019-04-17 19:01 UTC  (5+ messages)
` [PATCH 4/4] xfs: don't allow most setxattr to immutable files
  ` [PATCH v2 "

[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  (13+ 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)

[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] "

[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] 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] "


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