summaryrefslogtreecommitdiffstats
path: root/crypto/cipher.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-24libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton1-6/+21
2023-08-24libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton3-1/+14
2023-08-24ceph: add infrastructure for file encryption and decryptionJeff Layton2-0/+251
2023-08-24ceph: handle fscrypt fields in cap messages from MDSJeff Layton1-2/+83
2023-08-24ceph: size handling in MClientRequest, cap updates and inode tracesJeff Layton6-22/+70
2023-08-24ceph: mark directory as non-complete after loading keyLuís Henriques4-9/+46
2023-08-24ceph: allow encrypting a directory while not having Ax capsLuís Henriques1-1/+2
2023-08-24ceph: add some fscrypt guardrailsJeff Layton5-9/+55
2023-08-24ceph: create symlinks with encrypted and base64-encoded targetsJeff Layton2-17/+150
2023-08-24ceph: add support to readdir for encrypted namesXiubo Li6-26/+144
2023-08-24ceph: pass the request to parse_reply_info_readdir()Xiubo Li1-10/+13
2023-08-24ceph: make ceph_fill_trace and ceph_get_name decrypt namesJeff Layton2-14/+60
2023-08-24ceph: add helpers for converting names for userland presentationJeff Layton2-0/+123
2023-08-24ceph: make d_revalidate call fscrypt revalidator for encrypted dentriesJeff Layton1-2/+7
2023-08-24ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()Jeff Layton2-0/+18
2023-08-24ceph: decode alternate_name in lease infoJeff Layton2-10/+38
2023-08-24ceph: send alternate_name in MClientRequestJeff Layton2-5/+74
2023-08-24ceph: encode encrypted name in ceph_mdsc_build_path and dentry releaseJeff Layton5-25/+172
2023-08-22ceph: add base64 endcoding routines for encrypted namesLuís Henriques2-0/+92
2023-08-22ceph: make ioctl cmds more readable in debug logXiubo Li1-1/+38
2023-08-22ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattrJeff Layton2-0/+111
2023-08-22ceph: implement -o test_dummy_encryption mount optionJeff Layton6-6/+186
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton11-35/+385
2023-08-22ceph: use osd_req_op_extent_osd_iter for netfs readsJeff Layton1-18/+1
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton4-0/+116
2023-08-22ceph: make ceph_msdc_build_path use ref-walkJeff Layton1-16/+19
2023-08-22ceph: preallocate inode for ops that may create oneJeff Layton6-67/+179
2023-08-22ceph: add new mount option to enable sparse readsJeff Layton4-11/+72
2023-08-22libceph: add sparse read support to OSD clientJeff Layton2-4/+285
2023-08-22libceph: add sparse read support to msgr1Jeff Layton2-8/+94
2023-08-22libceph: support sparse reads on msgr2 secure codepathJeff Layton1-10/+110
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton3-9/+187
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton2-1/+55
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton2-1/+12
2023-08-20Linux 6.5-rc7v6.5-rc7Linus Torvalds1-1/+1
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou2-3/+23
2023-08-18blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy1-13/+23
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei1-0/+2
2023-08-18drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian1-1/+1
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)1-3/+2
2023-08-17drm/qxl: fix UAF on handle creationWander Lairson Costa4-14/+24
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2-0/+11
2023-08-17qede: fix firmware halt over suspend and resumeManish Chopra1-0/+10
2023-08-17net: do not allow gso_size to be set to GSO_BY_FRAGSEric Dumazet1-0/+4
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu2-1/+7
2023-08-17sfc: don't fail probe if MAE/TC setup failsEdward Cree1-1/+1
2023-08-17sfc: don't unregister flow_indr if it was never registeredEdward Cree1-1/+1
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown1-1/+8
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown4-8/+15