| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif... | Linus Torvalds | 2023-09-10 | 13 | -19/+42 |
|\ |
|
| * | smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU | Steve French | 2023-09-09 | 1 | -1/+1 |
| * | cifs: update internal module version number for cifs.ko | Steve French | 2023-09-07 | 1 | -2/+2 |
| * | smb3: allow controlling maximum number of cached directories | Steve French | 2023-09-07 | 7 | -6/+22 |
| * | smb3: add trace point for queryfs (statfs) | Steve French | 2023-09-07 | 2 | -1/+2 |
| * | nls: Hide new NLS_UCS2_UTILS | Dr. David Alan Gilbert | 2023-08-31 | 1 | -6/+1 |
| * | smb3: allow controlling length of time directory entries are cached with dir ... | Steve French | 2023-08-31 | 3 | -2/+13 |
| * | smb: propagate error code of extract_sharename() | Katya Orlova | 2023-08-31 | 1 | -1/+1 |
* | | Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbd | Linus Torvalds | 2023-09-09 | 2 | -3/+1 |
|\ \ |
|
| * | | ksmbd: remove experimental warning | Steve French | 2023-09-04 | 2 | -3/+1 |
* | | | ntfs3: drop inode references in ntfs_put_super() | Christian Brauner | 2023-09-07 | 1 | -6/+12 |
* | | | vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)' | Linus Torvalds | 2023-09-07 | 1 | -0/+17 |
* | | | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 2023-09-06 | 18 | -462/+3532 |
|\ \ \ |
|
| * | | | ceph: make num_fwd and num_retry to __u32 | Xiubo Li | 2023-08-31 | 2 | -87/+106 |
| * | | | ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper | Luís Henriques | 2023-08-24 | 2 | -11/+10 |
| * | | | ceph: fix updating i_truncate_pagecache_size for fscrypt | Xiubo Li | 2023-08-24 | 2 | -13/+26 |
| * | | | ceph: wait for OSD requests' callbacks to finish when unmounting | Xiubo Li | 2023-08-24 | 3 | -0/+23 |
| * | | | ceph: drop messages from MDS when unmounting | Xiubo Li | 2023-08-24 | 7 | -22/+109 |
| * | | | ceph: prevent snapshot creation in encrypted locked directories | Luís Henriques | 2023-08-24 | 1 | -0/+5 |
| * | | | ceph: add support for encrypted snapshot names | Luís Henriques | 2023-08-24 | 3 | -41/+201 |
| * | | | ceph: invalidate pages when doing direct/sync writes | Luís Henriques | 2023-08-24 | 1 | -5/+14 |
| * | | | ceph: plumb in decryption during reads | Jeff Layton | 2023-08-24 | 2 | -34/+125 |
| * | | | ceph: add encryption support to writepage and writepages | Jeff Layton | 2023-08-24 | 2 | -21/+98 |
| * | | | ceph: add read/modify/write to ceph_sync_write | Jeff Layton | 2023-08-24 | 1 | -28/+290 |
| * | | | ceph: align data in pages in ceph_sync_write | Jeff Layton | 2023-08-24 | 1 | -10/+10 |
| * | | | ceph: don't use special DIO path for encrypted inodes | Jeff Layton | 2023-08-24 | 1 | -2/+4 |
| * | | | ceph: add truncate size handling support for fscrypt | Xiubo Li | 2023-08-24 | 4 | -12/+234 |
| * | | | ceph: add object version support for sync read | Xiubo Li | 2023-08-24 | 2 | -12/+35 |
| * | | | ceph: add infrastructure for file encryption and decryption | Jeff Layton | 2023-08-24 | 2 | -0/+251 |
| * | | | ceph: handle fscrypt fields in cap messages from MDS | Jeff Layton | 2023-08-24 | 1 | -2/+83 |
| * | | | ceph: size handling in MClientRequest, cap updates and inode traces | Jeff Layton | 2023-08-24 | 6 | -22/+70 |
| * | | | ceph: mark directory as non-complete after loading key | Luís Henriques | 2023-08-24 | 4 | -9/+46 |
| * | | | ceph: allow encrypting a directory while not having Ax caps | Luís Henriques | 2023-08-24 | 1 | -1/+2 |
| * | | | ceph: add some fscrypt guardrails | Jeff Layton | 2023-08-24 | 5 | -9/+55 |
| * | | | ceph: create symlinks with encrypted and base64-encoded targets | Jeff Layton | 2023-08-24 | 2 | -17/+150 |
| * | | | ceph: add support to readdir for encrypted names | Xiubo Li | 2023-08-24 | 6 | -26/+144 |
| * | | | ceph: pass the request to parse_reply_info_readdir() | Xiubo Li | 2023-08-24 | 1 | -10/+13 |
| * | | | ceph: make ceph_fill_trace and ceph_get_name decrypt names | Jeff Layton | 2023-08-24 | 2 | -14/+60 |
| * | | | ceph: add helpers for converting names for userland presentation | Jeff Layton | 2023-08-24 | 2 | -0/+123 |
| * | | | ceph: make d_revalidate call fscrypt revalidator for encrypted dentries | Jeff Layton | 2023-08-24 | 1 | -2/+7 |
| * | | | ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open() | Jeff Layton | 2023-08-24 | 2 | -0/+18 |
| * | | | ceph: decode alternate_name in lease info | Jeff Layton | 2023-08-24 | 2 | -10/+38 |
| * | | | ceph: send alternate_name in MClientRequest | Jeff Layton | 2023-08-24 | 2 | -5/+74 |
| * | | | ceph: encode encrypted name in ceph_mdsc_build_path and dentry release | Jeff Layton | 2023-08-24 | 5 | -25/+172 |
| * | | | ceph: add base64 endcoding routines for encrypted names | Luís Henriques | 2023-08-22 | 2 | -0/+92 |
| * | | | ceph: make ioctl cmds more readable in debug log | Xiubo Li | 2023-08-22 | 1 | -1/+38 |
| * | | | ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr | Jeff Layton | 2023-08-22 | 2 | -0/+111 |
| * | | | ceph: implement -o test_dummy_encryption mount option | Jeff Layton | 2023-08-22 | 6 | -6/+186 |
| * | | | ceph: fscrypt_auth handling for ceph | Jeff Layton | 2023-08-22 | 10 | -27/+372 |
| * | | | ceph: use osd_req_op_extent_osd_iter for netfs reads | Jeff Layton | 2023-08-22 | 1 | -18/+1 |