ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-25 06:02:27 to 2016-09-29 20:35:30 UTC [more...]

[PATCH v6 00/16] Xattr inode operation removal
 2016-09-29 20:35 UTC  (19+ messages)
` [PATCH v6 01/16] xattr: Remove unnecessary NULL attribute name check
` [PATCH v6 02/16] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v6 03/16] hfs: Switch to generic xattr handlers
` [PATCH v6 04/16] kernfs: "
` [PATCH v6 05/16] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v6 06/16] sockfs: Get rid of getxattr iop
` [PATCH v6 07/16] ecryptfs: Switch to generic xattr handlers
` [PATCH v6 08/16] lustre: "
` [PATCH v6 09/16] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v6 10/16] vfs: Add IOP_XATTR inode operations flag
` [PATCH v6 11/16] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v6 12/16] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v6 13/16] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v6 14/16] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v6 15/16] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v6 16/16] vfs: Remove "

Observed a ecryptFS crash
 2016-09-29 12:29 UTC 

[PATCH v5 00/17] Xattr inode operation removal
 2016-09-28 22:40 UTC  (19+ messages)
` [PATCH v5 01/17] xattr: Remove unnecessary NULL attribute name check
` [PATCH v5 02/17] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v5 03/17] hfs: Switch to generic xattr handlers
` [PATCH v5 04/17] kernfs: "
` [PATCH v5 05/17] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v5 06/17] sockfs: Get rid of getxattr iop
` [PATCH v5 07/17] ecryptfs: Switch to generic xattr handlers
` [PATCH v5 08/17] fuse: "
` [PATCH v5 09/17] lustre: "
` [PATCH v5 10/17] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v5 11/17] vfs: Add IOP_XATTR inode operations flag
` [PATCH v5 12/17] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v5 13/17] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v5 14/17] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v5 15/17] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v5 16/17] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v5 17/17] vfs: Remove "

[PATCH] ecryptfs: add missing \n to end of various error messages
 2016-09-27 12:18 UTC 

[PATCH] ecryptfs: remove private bin2hex implementation
 2016-09-20 23:17 UTC 

[PATCH v4 00/20] Xattr inode operation removal
 2016-08-23  9:57 UTC  (23+ messages)
` [PATCH v4 01/20] ovl: Fix OVL_XATTR_PREFIX
` [PATCH v4 02/20] ovl: Get rid of ovl_xattr_noacl_handlers array
` [PATCH v4 03/20] ovl: Switch to generic_removexattr
` [PATCH v4 04/20] ovl: Switch to generic_getxattr
` [PATCH v4 05/20] xattr: Remove unnecessary NULL attribute name check
` [PATCH v4 06/20] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v4 07/20] hfs: Switch to generic xattr handlers
` [PATCH v4 08/20] kernfs: "
` [PATCH v4 09/20] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v4 10/20] sockfs: Get rid of getxattr iop
` [PATCH v4 11/20] ecryptfs: Switch to generic xattr handlers
` [PATCH v4 12/20] fuse: "
` [PATCH v4 13/20] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v4 14/20] vfs: Add IOP_XATTR inode operations flag
` [PATCH v4 15/20] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v4 16/20] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v4 17/20] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v4 18/20] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v4 19/20] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v4 20/20] vfs: Remove "
` [PATCH] lustre: Switch to generic xattr handlers

encryptfs-utils porting on SailfishOS
 2016-08-10 16:12 UTC 

[PATCH 1/2] Revert "ecryptfs: forbid opening files without mmap handler"
 2016-08-03  3:49 UTC  (9+ messages)
` [PATCH 2/2] ecryptfs: don't allow mmap when the lower fs doesn't support it

[GIT PULL] eCryptfs fixes for 4.7-rc7
 2016-07-08 15:49 UTC 

[PATCH] eCryptfs: Fix directory open regression in linux-stable
 2016-07-07 23:17 UTC  (6+ messages)

Can't list directories with kernel 4.4.14 and ecryptfs
 2016-07-01 21:49 UTC  (11+ messages)

[PATCH] ecryptfs: fix spelling mistakes
 2016-06-20 15:11 UTC  (2+ messages)

[PATCH v3 00/17] Xattr inode operation removal
 2016-05-30 19:29 UTC  (23+ messages)
` [PATCH v3 01/17] xattr: Remove unnecessary NULL attribute name check
` [PATCH v3 02/17] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v3 03/17] hfs: Switch to generic xattr handlers
` [PATCH v3 04/17] kernfs: "
` [PATCH v3 05/17] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v3 06/17] sockfs: Get rid of getxattr iop
` [PATCH v3 07/17] ecryptfs: Switch to generic xattr handlers
` [PATCH v3 08/17] overlayfs: "
` [PATCH v3 09/17] fuse: "
` [PATCH v3 10/17] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v3 11/17] vfs: Add IOP_XATTR inode operations flag
` [PATCH v3 12/17] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v3 13/17] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v3 14/17] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v3 15/17] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v3 16/17] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v3 17/17] vfs: Remove "

[PATCH v2 00/18] Xattr inode operation removal
 2016-05-25 11:08 UTC  (22+ messages)
` [PATCH v2 01/18] xattr: Remove unnecessary NULL attribute name check
` [PATCH v2 02/18] jffs2: Remove jffs2_{get,set,remove}xattr macros
` [PATCH v2 03/18] hfs: Switch to generic xattr handlers
` [PATCH v2 04/18] kernfs: "
` [PATCH v2 05/18] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
` [PATCH v2 06/18] sockfs: Get rid of getxattr iop
` [PATCH v2 07/18] ecryptfs: Switch to generic xattr handlers
` [PATCH v2 08/18] overlayfs: "
` [PATCH v2 09/18] fuse: "
` [PATCH v2 10/18] evm: Turn evm_update_evmxattr into void function
` [PATCH v2 11/18] vfs: Move xattr_resolve_name to the front of fs/xattr.c
` [PATCH v2 12/18] vfs: Add IOP_XATTR inode operations flag
` [PATCH v2 13/18] vfs: Use IOP_XATTR flag for bad-inode handling
` [PATCH v2 14/18] libfs: Use IOP_XATTR flag for empty directory handling
` [PATCH v2 15/18] xattr: Add __vfs_{get,set,remove}xattr helpers
` [PATCH v2 16/18] vfs: Check for the IOP_XATTR flag in listxattr
` [PATCH v2 17/18] xattr: Stop calling {get,set,remove}xattr inode operations
` [PATCH v2 18/18] vfs: Remove "

[RFC 0/8] Xattr inode operation removal
 2016-05-17  2:03 UTC  (23+ messages)
` [RFC 1/8] ecryptfs: Switch to generic xattr handlers
` [RFC 2/8] overlayfs: "
` [RFC 3/8] fuse: "
` [RFC 4/8] evm: Turn evm_update_evmxattr into void function
` [RFC 5/8] xattr: Add per-inode xattr handlers as a new inode operation
` [RFC 6/8] xattr: Add __vfs_{get,set,remove}xattr helpers
` [RFC 7/8] xattr: Stop calling {get,set,remove}xattr inode operations
` [RFC 8/8] xattr: Remove generic xattr handlers
  ` [PATCH] xattr handlers: fixup generic_listxattr

[PATCH v2] ecryptfs: open lower files using kernel creds
 2016-04-30  0:23 UTC  (2+ messages)

INFO: inconsistent lock state in ecryptfs_calculate_md5
 2016-04-16  7:01 UTC  (2+ messages)

[PATCH] ecryptfs: open lower files on kthread under SELinux
 2016-04-11 22:46 UTC  (3+ messages)

Max 26 concurrent ecryptfs mounts?
 2016-04-10 11:59 UTC  (2+ messages)

Practical use of ecryptfs, encrypted keys, and TPM: how to convert existing user key to encrypted key?
 2016-03-28 23:25 UTC  (5+ messages)

combination of cifs and ecryptfs
 2016-03-28 20:06 UTC 

eCryptfs: Use skcipher and shash
 2016-03-16  9:06 UTC  (2+ messages)

eCryptfs: Use skcipher and shash
 2016-03-15 20:28 UTC 

[PATCH] eCryptfs: fix typos in comment
 2016-02-17 15:35 UTC  (2+ messages)

File recovery via testdisk / photorec
 2016-02-11 21:15 UTC 

[PATCH] eCryptfs: fix typos in comment
 2016-02-06  7:47 UTC 

bcrypt or other key derivation algorithm
 2016-02-01  9:50 UTC  (8+ messages)

Key derivation and passprhase wrapping
 2016-01-29 22:57 UTC  (5+ messages)

how to retrun different size to different process when I use ecryptfs
 2016-01-29 22:24 UTC  (2+ messages)

[PATCH 9/26] eCryptfs: Use skcipher and shash
 2016-01-29 17:22 UTC  (3+ messages)
  ` [v2 PATCH "

[PATCH] eCryptfs: Clean up crypto initialization
 2016-01-26 23:09 UTC  (2+ messages)

[PATCH 0/26] crypto: Use skcipher and ahash/shash where possible
 2016-01-26 16:55 UTC  (14+ messages)
` [PATCH 15/26] Bluetooth: Use skcipher and hash
` [PATCH 16/26] libceph: Use skcipher
` [PATCH 17/26] mac802154: "
` [PATCH 19/26] ipsec: Use skcipher and ahash when probing algorithms
` [PATCH 22/26] iscsi_tcp: Use ahash
    ` [dm-devel] "


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