ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 15:18:41 to 2023-08-09 14:52:17 UTC [more...]

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 14:52 UTC  (36+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (25+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 3/7] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v6 4/7] tmpfs: add support for multigrain timestamps
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] btrfs: convert "
` (subset) [PATCH v6 0/7] fs: implement "

[PATCH -next] fs/ecryptfs: remove kernel-doc warnings
 2023-08-02  7:48 UTC  (2+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (10+ messages)
` [PATCH v5 1/8] fs: pass the request_mask to generic_fillattr
` [PATCH v5 2/8] fs: add infrastructure for multigrain timestamps
` [PATCH v5 3/8] tmpfs: bump the mtime/ctime/iversion when page becomes writeable
` [PATCH v5 4/8] tmpfs: add support for multigrain timestamps
` [PATCH v5 5/8] xfs: XFS_ICHGTIME_CREATE is unused
` [PATCH v5 6/8] xfs: switch to multigrain timestamps
` [PATCH v5 7/8] ext4: "
` [PATCH v5 8/8] btrfs: convert "

Systém sledování a optimalizace výroby
 2023-07-18  7:56 UTC 

[PATCH 23/79] ecryptfs: switch to new ctime accessors
 2023-07-12 15:31 UTC  (6+ messages)
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime
    ` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (19+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH v2 36/92] ecryptfs: convert to ctime accessor functions
 2023-07-06 10:56 UTC  (2+ messages)

[PATCH v2 0/3] fs/ecryptfs: Replace kmap{,_atomic}() with kmap_local_page()
 2023-07-01 10:46 UTC  (9+ messages)
` [PATCH v2 1/3] fs/ecryptfs: Replace kmap() "
` [PATCH v2 2/3] fs/ecryptfs: Use kmap_local_page() in ecryptfs_write()
` [PATCH v2 3/3] fs/ecryptfs: Use kmap_local_page() in copy_up_encrypted_with_header()

[PATCH] ecryptfs: keystore: Fix a buffer overrun in write_tag_66_packet()
 2023-06-30  9:11 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC 

[PATCH -next 0/2] lsm: Change inode_setattr() to take struct
 2023-05-31 16:44 UTC  (17+ messages)
` [PATCH -next 1/2] fs: Change notify_change() to take struct path argument
  ` [PATCH -next 1/2] "
` [PATCH -next 2/2] lsm: Change inode_setattr hook "

[PATCH v22 17/31] ecryptfs: Provide a splice-read wrapper
 2023-05-22 13:50 UTC 

[PATCH v21 17/30] ecryptfs: Provide a splice-read stub
 2023-05-20  0:00 UTC 

[PATCH v20 14/32] ecryptfs: Provide a splice-read stub
 2023-05-19  7:40 UTC 

[RESEND] ecryptfs: make splice write available again
 2023-04-07 19:36 UTC 

Robotisation of production
 2023-04-07  7:45 UTC 

[PATCH] MAINTAINERS: mark ecryptfs as orphan state
 2023-04-04  2:57 UTC  (5+ messages)

Does Landlock not work with eCryptfs?
 2023-03-24 22:45 UTC  (2+ messages)

[PATCH] fs: ecryptfs: comment typo fix
 2023-03-24 22:32 UTC  (2+ messages)

[PATCH] fs/ecryptfs: Replace kmap_atomic() with kmap_local_page()
 2023-02-15  4:42 UTC  (2+ messages)

[PATCH 0/17] crypto: api - Change completion callback argument to void star
 2023-02-10  0:56 UTC  (32+ messages)
` [PATCH 1/17] dm: Add scaffolding to change completion function signature
` [PATCH 2/17] net: macsec: "
` [PATCH 3/17] fs: ecryptfs: Use crypto_wait_req
` [PATCH 4/17] Bluetooth: "
` [PATCH 5/17] net: ipv4: Add scaffolding to change completion function signature
` [PATCH 6/17] net: ipv6: "
` [PATCH 7/17] tipc: "
` [PATCH 8/17] tls: Only use data field in crypto completion function
    ` [PATCH] tls: Pass rec instead of aead_req into tls_encrypt_done
` [PATCH 9/17] KEYS: DH: Use crypto_wait_req
` [PATCH 10/17] crypto: api - Use data directly in completion function
  ` [v2 PATCH "
` [PATCH 11/17] dm: Remove completion function scaffolding
` [PATCH 12/17] net: macsec: "
` [PATCH 13/17] net: ipv4: "
` [PATCH 14/17] net: ipv6: "
` [PATCH 15/17] tipc: "
` [PATCH 16/17] tls: "
` [PATCH 17/17] crypto: api - "

[PATCH linux-next] ecryptfs: crypto: use strscpy() to instead of strncpy()
 2022-12-29 20:51 UTC  (2+ messages)

[PATCH linux-next] ecryptfs: main: use strscpy() to instead of strncpy()
 2022-12-28  1:38 UTC 

[PATCH] ecryptfs: make splice write available again
 2022-11-17 17:57 UTC  (2+ messages)

[PATCH] ecryptfs: main: Remove unnecessary (void*) conversions
 2022-11-07  2:04 UTC 

[PATCH v5 19/30] ecryptfs: implement get acl method
 2022-10-18 11:56 UTC  (3+ messages)
` [PATCH v5 20/30] ecryptfs: implement set "
` [PATCH v5 26/30] ecryptfs: use stub posix acl handlers

[PATCH v4 19/30] ecryptfs: implement get acl method
 2022-09-29 15:30 UTC  (3+ messages)
` [PATCH v4 20/30] ecryptfs: implement set "
` [PATCH v4 26/30] ecryptfs: use stub posix acl handlers

[PATCH v3 18/29] ecryptfs: implement get acl method
 2022-09-28 16:08 UTC  (3+ messages)
` [PATCH v3 19/29] ecryptfs: implement set "
` [PATCH v3 25/29] ecryptfs: use stub posix acl handlers

[PATCH v2 20/30] ecryptfs: implement get acl method
 2022-09-26 14:08 UTC  (3+ messages)
` [PATCH v2 21/30] ecryptfs: implement set "
` [PATCH v2 26/30] ecryptfs: use stub posix acl handlers

[RESEND PATCH] ecryptfs: Replace kmap() with kmap_local_page()
 2022-09-25 17:18 UTC  (2+ messages)

[PATCH] fs/ecryptfs: Fix repeated word in comments
 2022-09-25 17:17 UTC  (2+ messages)

[PATCH] ecryptfs: Fix comment typo
 2022-09-25 17:16 UTC  (2+ messages)

[PATCH] ecryptfs: keystore: Fix typo 'the the' in comment
 2022-09-25 17:15 UTC  (2+ messages)

[PATCH 20/29] ecryptfs: implement set acl method
 2022-09-22 15:17 UTC  (2+ messages)
` [PATCH 25/29] ecryptfs: use stub posix acl handlers


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