linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-14 11:38:07 to 2019-04-26 18:18:06 UTC [more...]

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-26 18:18 UTC  (12+ 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: "

[ext4] 345c0dbf3a: xfstests.ext4.303.fail
 2019-04-26 16:28 UTC 

[PATCH] e2fsck: Do not to be quiet if verbose option used
 2019-04-26 13:09 UTC 

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

[PATCH] mke2fs: fix check for absurdly large devices
 2019-04-25 21:24 UTC 

[PATCH v7 00/10] Ext4 case-insensitive support
 2019-04-25 20:35 UTC  (4+ messages)
` [PATCH 1/2] unicode: Update unicode database unicode version 12.1.0
  ` [PATCH 2/2] ext4: Update to use unicode 12.1

[PATCH] ext4: Actually request zeroing of inode table after grow
 2019-04-25 17:23 UTC  (2+ messages)

[PATCH] ext4: add cond_resched() to ext4_mb_init_backend()
 2019-04-25 16:58 UTC  (6+ messages)
    ` [PATCH v2] ext4: cond_resched in work-heavy group loops

[PATCH] ext4: fix use-after-free race with debug_want_extra_isize
 2019-04-25 15:57 UTC  (5+ messages)
` [PATCH v2] "

ext4: avoid drop reference to iloc.bh twice
 2019-04-25 15:48 UTC  (3+ messages)

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

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

FW: Neue Kunden
 2019-04-25  9:47 UTC 

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

[aarch64] Kernel crash on v5.1-rc5, __arch_copy_from_user+0x1bc/0x240
 2019-04-24 13:54 UTC  (6+ messages)

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

5a9d929d6e13 ("iomap: report collisions between directio and buffered writes to userspace")
 2019-04-23 17:16 UTC  (2+ messages)

[PATCH] ext4: bad mount opts in no journal mode
 2019-04-23 14:33 UTC  (2+ messages)

[PATCH] debugfs: fix encoding handling in dx_hash command
 2019-04-23  4:07 UTC  (2+ messages)

[PATCH v5 0/6] virtio pmem driver
 2019-04-23  4:07 UTC  (14+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
        ` [Qemu-devel] "

[PATCH] libext2fs: remove unused variable 'buff'
 2019-04-23  4:06 UTC  (2+ messages)

[Bug 203391] New: Hit kernel panic when build linux-next with ubuntu 18.04
 2019-04-23  3:22 UTC 

[PATCH] debugfs: remove unused variable 'tmp_inode'
 2019-04-22 21:19 UTC 

[PATCH e2fsprogs v4 0/9] Support encoding awareness and casefold
 2019-04-22 21:17 UTC  (3+ messages)
` [PATCH v4 4/9] lib/ext2fs: Implement NLS support

[PATCH] libext2fs: remove unused variable 'old_flags'
 2019-04-22 21:11 UTC 

[PATCH] debugfs: avoid ambiguity when printing filenames
 2019-04-22 20:27 UTC 

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-22 13:43 UTC  (15+ 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

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

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-20 10:51 UTC  (5+ messages)

[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

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

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

[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/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  (8+ 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 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  (3+ 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  (6+ messages)
` [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


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