ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-30 08:57:25 to 2017-10-27 20:43:14 UTC [more...]

bug: msm8998, ecryptfs, cannot create files due to invalid keysize
 2017-10-27 20:43 UTC 

[PATCH 1/2] slab, slub, slob: add slab_flags_t
 2017-10-22  6:40 UTC  (4+ messages)
` [PATCH 2/2] slab, slub, slob: convert slab_flags_t to 32-bit

[PATCH] ecryptfs: Fix stat command displays wrong file size in xattr region
 2017-10-14  3:00 UTC  (2+ messages)

[PATCH 00/18] use ARRAY_SIZE macro
 2017-10-14  1:31 UTC  (11+ messages)
` [PATCH 08/18] ecryptfs: use ARRAY_SIZE

[PATCH 0/3] eCryptfs: Adjustments for several function implementations
 2017-10-14  1:29 UTC  (5+ messages)
` [PATCH 1/3] ecryptfs: Delete 21 error messages for a failed memory allocation
` [PATCH 2/3] ecryptfs: Return an error code only as a constant in ecryptfs_add_global_auth_tok()
` [PATCH 3/3] ecryptfs: Adjust four checks for null pointers

[PATCH] eCryptfs: constify attribute_group structures
 2017-10-14  1:27 UTC  (2+ messages)

[PATCH] eCryptfs: use after free in ecryptfs_release_messaging()
 2017-10-14  1:24 UTC  (2+ messages)

[PATCH v2 1/3] ecryptfs: fix dereference of NULL user_key_payload
 2017-10-09 19:51 UTC  (3+ messages)
` [PATCH v2 2/3] ecryptfs: fix out-of-bounds read of key payload
` [PATCH v2 3/3] ecryptfs: move key payload accessor functions into keystore.c

[PATCH 0/7] Fix dereferencing payload of revoked keys
 2017-10-03 11:05 UTC  (15+ messages)
` [PATCH 1/7] KEYS: encrypted: fix dereference of NULL user_key_payload
` [PATCH 2/7] FS-Cache: "
` [PATCH 3/7] lib/digsig: "
` [PATCH 4/7] fscrypt: "
` [PATCH 5/7] ecryptfs: "
` [PATCH 6/7] ecryptfs: fix out-of-bounds read of key payload
` [PATCH 7/7] ecryptfs: move key payload accessor functions into keystore.c

Re-use SSD
 2017-09-22 11:27 UTC  (6+ messages)

[PATCH] ecryptfs: convert to file_write_and_wait in ->fsync
 2017-08-02 16:29 UTC 

[PATCH] CHROMIUM: ecryptfs: sync before truncating lower inode
 2017-04-26 18:02 UTC  (5+ messages)
` [PATCH v2] "

Lots of errors "opening lower file for lower_dentry" and "ecryptfs_i_size_read: Error attempting to initialize the lower file", how to fix?
 2017-04-25 12:25 UTC 

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-20 18:11 UTC  (4+ messages)
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 11/25] ecryptfs: Convert to separately allocated bdi

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-04-12  8:11 UTC  (5+ messages)
  ` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 11/25] ecryptfs: Convert to separately allocated bdi

About hmac verification in eCryptfs
 2017-03-19 13:53 UTC 

[PATCH][RESEND] ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
 2017-03-06 19:32 UTC 

[PATCH 0/24 RFC] fs: Convert all embedded bdis into separate ones
 2017-02-09 12:12 UTC  (9+ messages)
` [PATCH 04/24] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 11/24] ecryptfs: Convert to separately allocated bdi

[ecryptfs:seccomp-logging 1/5] include/linux/audit.h:511:20: error: '__audit_seccomp' declared 'static' but never defined
 2017-01-07 23:34 UTC 

[ecryptfs:seccomp-logging 2/5] include/linux/audit.h:528:20: warning: '__audit_seccomp' declared 'static' but never defined
 2017-01-07 22:54 UTC 

[ecryptfs:seccomp-logging 2/5] kernel/seccomp.c:580:3: error: implicit declaration of function 'audit_seccomp_errno'
 2017-01-07 22:34 UTC 

[ecryptfs:seccomp-logging 1/5] include/linux/audit.h:513:1: error: expected identifier or '(' before '{' token
 2017-01-07 22:32 UTC 

[PATCH] ecryptfs: fix non static symbol warning
 2016-12-09 14:27 UTC 

strange(?) situation with ecryptfs
 2016-10-25 12:55 UTC 

[PATCH] ecryptfs: fix spelling mistake: "cadidate" -> "candidate"
 2016-10-24 22:10 UTC 

Observed a ecryptFS crash
 2016-10-10 21:57 UTC  (3+ messages)

[PATCH] ecryptfs: remove private bin2hex implementation
 2016-10-10 20:08 UTC  (2+ messages)

[PATCH] ecryptfs: add missing \n to end of various error messages
 2016-10-10 20:05 UTC  (2+ messages)

[PATCH v6 00/16] Xattr inode operation removal
 2016-10-06 21:34 UTC  (21+ 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 "

[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 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  (16+ messages)
` [PATCH v3 08/17] overlayfs: Switch to generic xattr handlers
` [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 "


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