linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-14 17:23:16 to 2022-06-26 07:48:10 UTC [more...]

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-26  7:48 UTC  (16+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v3 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v3 4/8] ext4: support STATX_DIOALIGN
` [PATCH v3 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v3 6/8] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v3 7/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v3 8/8] f2fs: support STATX_DIOALIGN

[xfstests PATCH v2] ext4/053: test changing test_dummy_encryption on remount
 2022-06-24  6:16 UTC  (2+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 17:13 UTC  (4+ messages)

[PATCH 00/28] lustre: sync to OpenSFS June 15, 2022
 2022-06-18 13:52 UTC  (29+ messages)
` [PATCH 01/28] lustre: osc: handle removal of NR_UNSTABLE_NFS
` [PATCH 02/28] lustre: llite: switch from ->mmap_sem to mmap_lock()
` [PATCH 03/28] lnet: support removal of kernel_setsockopt()
` [PATCH 04/28] lnet: o2ib: Fix compilation with Linux 5.8
` [PATCH 05/28] lnet: improve compat code for IPV6_V6ONLY sock opt
` [PATCH 06/28] lustre: sec: support test_dummy_encryption=v2
` [PATCH 07/28] lustre: lmv: try another MDT if statfs failed
` [PATCH 08/28] lustre: ec: add necessary structure member for EC file
` [PATCH 09/28] lustre: llite: add option to disable Lustre inode cache
` [PATCH 10/28] lnet: o2iblnd: clean up zombie connections on shutdown
` [PATCH 11/28] lustre: ptlrpc: Rearrange version mismatch message
` [PATCH 12/28] lustre: llite: Correct cl_env comments
` [PATCH 13/28] lnet: set max recovery interval duration
` [PATCH 14/28] lnet: libcfs: reset hs_rehash_bits
` [PATCH 15/28] lustre: llite: Make iotrace logging quieter
` [PATCH 16/28] lustre: llite: Add strided readahead to iotrace
` [PATCH 17/28] lustre: llite: Add FID to async ra iotrace
` [PATCH 18/28] lustre: llite: Add COMPLETED iotrace messages
` [PATCH 19/28] lustre: osc: Add RPC to iotrace
` [PATCH 20/28] lnet: libcfs: add "default" keyword for debug mask
` [PATCH 21/28] lustre: uapi: avoid gcc-11 -Werror=stringop-overread warning
` [PATCH 22/28] lustre: lmv: skip qos for qos_threshold_rr=100
` [PATCH 23/28] lnet: Ping buffer ref leak in lnet_peer_data_present
` [PATCH 24/28] lnet: DLC sets map_on_demand incorrectly
` [PATCH 25/28] lnet: Return ESHUTDOWN in lnet_parse()
` [PATCH 26/28] lustre: lov: remove lov_page
` [PATCH 27/28] lnet: libcfs: libcfs_debug_mb set incorrectly on init
` [PATCH 28/28] lustre: ptlrpc: don't report eviction for light weigth connections

[PATCH v4] ext4: fix up test_dummy_encryption handling for new mount API
 2022-06-18  2:12 UTC  (3+ messages)

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-06-16  6:29 UTC  (21+ messages)
` [RFC PATCH v2 1/7] statx: add "
` [RFC PATCH v2 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH v2 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH v2 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH v2 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH v2 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH v2 7/7] f2fs: support STATX_IOALIGN

[RFC PATCH v8 00/17] Integrity Policy Enforcement LSM (IPE)
 2022-06-15 22:12 UTC  (25+ messages)
` [RFC PATCH v8 01/17] security: add ipe lsm & initial context creation
` [RFC PATCH v8 02/17] ipe: add policy parser
` [RFC PATCH v8 03/17] ipe: add evaluation loop
` [RFC PATCH v8 04/17] ipe: add userspace interface
` [RFC PATCH v8 05/17] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v8 06/17] uapi|audit: add ipe audit message definitions
` [RFC PATCH v8 07/17] ipe: add auditing support
` [RFC PATCH v8 08/17] ipe: add permissive toggle
` [RFC PATCH v8 09/17] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v8 10/17] block|security: add LSM blob to block_device
` [RFC PATCH v8 11/17] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v8 12/17] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v8 13/17] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v8 14/17] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v8 15/17] scripts: add boot policy generation program
` [RFC PATCH v8 16/17] ipe: kunit tests
` [RFC PATCH v8 17/17] documentation: add ipe documentation

[PATCH] fs-verity: mention btrfs support
 2022-06-14  4:00 UTC  (3+ messages)

[PATCH RESEND] fs-verity: mention btrfs support
 2022-06-14  3:57 UTC 

[PATCH v9 0/9] crypto: HCTR2 support
 2022-06-10  9:15 UTC  (11+ messages)
` [PATCH v9 1/9] crypto: xctr - Add XCTR support
` [PATCH v9 2/9] crypto: polyval - Add POLYVAL support
` [PATCH v9 3/9] crypto: hctr2 - Add HCTR2 support
` [PATCH v9 4/9] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [PATCH v9 5/9] crypto: arm64/aes-xctr: "
` [PATCH v9 6/9] crypto: arm64/aes-xctr: Improve readability of XCTR and CTR modes
` [PATCH v9 7/9] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [PATCH v9 8/9] crypto: arm64/polyval: Add PMULL "
` [PATCH v9 9/9] fscrypt: Add HCTR2 support for filename encryption

[PATCH 00/18] lustre: sync with OpenSFS tree June 8, 2022
 2022-06-10  0:09 UTC  (20+ messages)
` [PATCH 01/18] lustre: llite: reenable fast_read by default
` [PATCH 02/18] lustre: llite: Check vmpage in releasepage
` [PATCH 03/18] lustre: update version to 2.15.50
` [PATCH 04/18] lustre: llog: read canceled records in llog_backup
` [PATCH 05/18] lnet: change LNetPrimaryNID to use struct lnet_nid
` [PATCH 06/18] lnet: alter lnet_drop_rule_match() to take lnet_nid
` [PATCH 07/18] lnet: Change LNetDist to work with struct lnet_nid
` [PATCH 08/18] lnet: convert LNetPut to take 16byte nid and pid
` [PATCH 09/18] lnet: change LNetGet "
` [PATCH 10/18] lnet: socklnd: pass large processid to ksocknal_add_peer
` [PATCH 11/18] lnet: socklnd: large processid for ksocknal_get_peer_info
` [PATCH 12/18] lnet: socklnd: switch ksocknal_del_peer to lnet_processid
` [PATCH 13/18] lustre: llite: access lli_lsm_md with lock in all places
` [PATCH 14/18] lustre: quota: fallocate does not increase projectid usage
` [PATCH 15/18] lnet: selftest: improve lnet_selftest speed
` [PATCH 16/18] lustre: mdc: Use early cancels for hsm requests
` [PATCH 17/18] lustre: ptlrpc: send disconnected events
` [PATCH 18/18] lnet: Avoid redundant peer NI lookups

[PATCH 5.10] ext4: only allow test_dummy_encryption when supported
 2022-06-07  9:54 UTC  (2+ messages)

[PATCH 5.15] ext4: only allow test_dummy_encryption when supported
 2022-06-06 23:11 UTC 

[PATCH RESEND v3] f2fs: use the updated test_dummy_encryption helper functions
 2022-06-06 22:32 UTC 

Registrierung Mountainbike Forum
 2022-06-01 18:05 UTC 

[RFC PATCH v4 0/2] generic: test HCTR2 filename encryption
 2022-06-01  7:18 UTC  (3+ messages)
` [RFC PATCH v4 1/2] fscrypt-crypt-util: add HCTR2 implementation
` [RFC PATCH v4 2/2] generic: add tests for fscrypt policies with HCTR2

[RFC PATCH v3 1/2] fscrypt-crypt-util: add HCTR2 reference implementation
 2022-05-30 18:17 UTC 

[GIT PULL] fsverity updates for 5.19
 2022-05-24 19:53 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 5.19
 2022-05-24 19:53 UTC  (2+ messages)

[PATCH v4] ext4: only allow test_dummy_encryption when supported
 2022-05-22  2:31 UTC  (3+ messages)

[xfstests PATCH] generic/556: add test case for top-level dir rename
 2022-05-20 17:21 UTC  (2+ messages)

[PATCH v8 0/9] crypto: HCTR2 support
 2022-05-20  5:53 UTC  (3+ messages)
` [PATCH v8 8/9] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL

[PATCH -next v2] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-19 16:57 UTC  (7+ messages)

[PATCH] fscrypt: allow alternative bounce buffers
 2022-05-19 16:52 UTC  (2+ messages)

[PATCH v3 0/5] test_dummy_encryption fixes and cleanups
 2022-05-19 11:21 UTC  (7+ messages)
` [PATCH v3 1/5] ext4: fix memory leak in parse_apply_sb_mount_options()
` [PATCH v3 2/5] ext4: only allow test_dummy_encryption when supported
` [PATCH v3 4/5] f2fs: use the updated test_dummy_encryption helper functions
  ` [f2fs-dev] "

[xfstests PATCH 0/2] update test_dummy_encryption testing in ext4/053
 2022-05-19 10:58 UTC  (10+ messages)

[PATCH -next v2] fs-verity: Use struct_size() helper in fsverity_ioctl_measure()
 2022-05-19  2:27 UTC 

[PATCHv3 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-19  2:08 UTC  (5+ messages)
` [PATCHv3 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv3 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv3 3/3] ext4: Refactor and move ext4_ioctl_get_encryption_pwsalt()

[PATCH -next] fs-verity: Use struct_size() helper in fsverity_ioctl_measure()
 2022-05-19  1:50 UTC  (3+ messages)

[PATCH -next] fs-verity: remove unused parameter desc_size in fsverity_create_info()
 2022-05-18 18:05 UTC  (2+ messages)

[PATCH -next] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-18 17:55 UTC  (2+ messages)

[PATCH 0/2] fsverity: killswitch sysctl
 2022-05-17 23:03 UTC  (5+ messages)
` [PATCH 1/2] fsverity: factor out sysctl from signature.c
` [PATCH 2/2] fsverity: add mode sysctl

[PATCH] f2fs: don't use casefolded comparison for "." and ".."
 2022-05-16 17:22 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCHv2 0/3] ext4/crypto: Move out crypto related ops to crypto.c
 2022-05-15  4:51 UTC  (10+ messages)
` [PATCHv2 1/3] ext4: Move ext4 crypto code to its own file crypto.c
` [PATCHv2 2/3] ext4: Cleanup function defs from ext4.h into crypto.c
` [PATCHv2 3/3] ext4: Refactor and move ext4_ioc_get_encryption_pwsalt()


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