ecryptfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-08 04:02:51 to 2023-08-25 21:40:26 UTC [more...]

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 21:39 UTC  (34+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents

Re; Interest,
 2023-08-22 20:31 UTC 

Systém sledování a optimalizace výroby
 2023-08-21  7:35 UTC 

[PATCH v2 0/3] fs/ecryptfs: Replace kmap{,_atomic}() with kmap_local_page()
 2023-08-18 13:18 UTC  (11+ 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 v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ 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] 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  (13+ messages)
` [PATCH 2/17] net: macsec: Add scaffolding to change completion function signature
` [PATCH 3/17] fs: ecryptfs: Use crypto_wait_req
` [PATCH 10/17] crypto: api - Use data directly in completion function
  ` [v2 PATCH "
` [PATCH 17/17] crypto: api - Remove completion function scaffolding


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