linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-14 15:58:02 to 2017-10-27 23:13:16 UTC [more...]

[RFC][PATCH 0/8] 64bit inode e2fsprogs support
 2017-10-27 23:13 UTC  (2+ messages)
  ` [RFC PATCH 2/8] e2fsck: add support for dirdata feature

[RFC][PATCH 1/2] ext4: dirdata feature
 2017-10-27 22:02 UTC  (2+ messages)
  ` [RFC][PATCH 2/2] ext4: Add 64-bit inode number support

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-27 20:28 UTC  (33+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
  ` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
  ` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-10-27 10:08 UTC  (30+ messages)
` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
  ` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
  ` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
  ` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
  ` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
  ` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
  ` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
  ` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
  ` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
  ` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags
  ` [PATCH 13/17] dax, iomap: Add support for synchronous faults
  ` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
  ` [PATCH 16/17] ext4: Support for synchronous DAX faults
  ` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
` [PATCH 17/17] xfs: support for synchronous DAX faults

e4crypt - Possible to Change Passphrase?
 2017-10-27  2:51 UTC  (2+ messages)

[PATCH 1/2] dm log writes: Add support for inline data buffers
 2017-10-26  4:59 UTC  (16+ messages)
` [PATCH 2/2] dm log writes: add support for DAX
` [fstests PATCH] generic: add test for DAX MAP_SYNC support
    ` [fstests PATCH v2] "
            ` [fstests PATCH v3] "

[Bug 197045] New: renameat2 rename_noreplace
 2017-10-25  8:59 UTC  (14+ messages)
` [Bug 197045] "

[PATCH v2] Make a log in dmesg when file creation fails due to no free inodes
 2017-10-25  7:54 UTC 

[PATCH] ext4: Add support for online resizing with bigalloc
 2017-10-25  4:42 UTC 

[PATCH 0/17 v4] dax, ext4, xfs: Synchronous page faults
 2017-10-24 14:55 UTC  (26+ messages)
  ` [PATCH 01/17] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
  ` [PATCH 02/17] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
  ` [PATCH 03/17] dax: Simplify arguments of dax_insert_mapping()
  ` [PATCH 04/17] dax: Factor out getting of pfn out of iomap
  ` [PATCH 05/17] dax: Create local variable for VMA in dax_iomap_pte_fault()
  ` [PATCH 06/17] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
  ` [PATCH 07/17] dax: Inline dax_insert_mapping() into the callsite
  ` [PATCH 08/17] dax: Inline dax_pmd_insert_mapping() "
  ` [PATCH 09/17] dax: Fix comment describing dax_iomap_fault()
  ` [PATCH 10/17] dax: Allow dax_iomap_fault() to return pfn
  ` [PATCH 11/17] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
  ` [PATCH 13/17] dax, iomap: Add support for synchronous faults
  ` [PATCH 14/17] dax: Implement dax_finish_sync_fault()
  ` [PATCH 15/17] ext4: Simplify error handling in ext4_dax_huge_fault()
  ` [PATCH 16/17] ext4: Support for synchronous DAX faults
  ` [PATCH 17/17] xfs: support "
  ` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
` [PATCH 12/17] mm: Define MAP_SYNC and VM_SYNC flags

[PATCH] ext4: Log inode exhaustion to dmesg
 2017-10-23 15:21 UTC  (4+ messages)

[RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT
 2017-10-23 12:57 UTC  (6+ messages)
` [RFC PATCH 2/2] fs: add the possibility to use CAP_SYS_MOUNT to (u)mount a fs
    ` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: Add CAP_SYS_MOUNT

[RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED
 2017-10-21 19:09 UTC  (6+ messages)
` [RFC PATCH 2/2] fs: Grant CAP_TRUSTED rw access to trusted xattrs
` [kernel-hardening] [RFC PATCH 1/2] security, capabilities: create CAP_TRUSTED

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-20 19:44 UTC  (2+ messages)

[Bug 197335] New: Inode exhaustion should be logged to dmesg
 2017-10-20 19:21 UTC  (2+ messages)
` [Bug 197335] "

[PATCH] ext4: improve smp scalability for inode generation
 2017-10-19 11:50 UTC  (3+ messages)

Ext4 support for LTS kernels (was: Re: [PATCH 3.14] ext4: fix data exposure after a crash)
 2017-10-19 11:35 UTC  (3+ messages)

[Bug 197315] New: ext4 filesystem does not use its badblock list fully
 2017-10-19  3:27 UTC  (4+ messages)
` [Bug 197315] "

Recover from a "deleted inode referenced" situation
 2017-10-18 18:39 UTC  (12+ messages)

[PATCH] ext4: mention noload when recovering on read-only device
 2017-10-18 17:10 UTC  (2+ messages)

[PATCH] Documentation: fix little inconsistencies
 2017-10-18 17:00 UTC  (2+ messages)
`  "

[PATCH] ext4: Convert timers to use timer_setup()
 2017-10-18 16:46 UTC  (2+ messages)

[PATCH] jbd2: Convert timers to use timer_setup()
 2017-10-18 16:44 UTC  (3+ messages)

Release of e2fsprogs 1.43.7
 2017-10-18 14:39 UTC  (3+ messages)

[PATCH 0/19 v3] dax, ext4, xfs: Synchronous page faults
 2017-10-18  6:59 UTC  (28+ messages)
` [PATCH 01/19] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 12/19] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 14/19] dax: Implement dax_finish_sync_fault()
` [PATCH 16/19] ext4: Support for synchronous DAX faults
` [PATCH 17/19] ext4: Add support for MAP_SYNC flag

[RFC][PATCH] fstest: regression test for ext4 crash consistency bug
 2017-10-17 23:16 UTC  (19+ messages)
              ` [PATCH] ext4: fix interaction between i_size, fallocate, and delalloc after a crash

[v4.14-rc3 bug] scheduling while atomic in generic/451 test on extN
 2017-10-16  8:17 UTC  (5+ messages)

[PATCH 0/3] e2fsprogs: Fixes typos in code and docs
 2017-10-16  3:23 UTC  (7+ messages)
` [PATCH 1/3] Fix typos in error messages and documentation
` [PATCH 2/3] Fix typos in code comments and developer docs

[PATCH] tests: log tests that are taking a long time
 2017-10-16  2:31 UTC  (2+ messages)

[PATCH] debugfs: print "Xst" bits of file mode via stat
 2017-10-16  2:27 UTC  (2+ messages)

[PATCH] tests: shorten test descriptions to fit in 80 columns
 2017-10-15 20:34 UTC  (2+ messages)

[PATCH] misc: git ignore generated files
 2017-10-15 20:22 UTC  (2+ messages)

[PATCH] tests: don't leave temporary files at end of test
 2017-10-15 20:22 UTC  (2+ messages)

[PATCH] tune2fs: prevent crash if error in journal recovery
 2017-10-15  4:39 UTC  (2+ messages)
`  "


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