index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
ceph: add infrastructure for file encryption and decryption
Jeff Layton
2
-0
/
+251
2023-08-24
ceph: handle fscrypt fields in cap messages from MDS
Jeff Layton
1
-2
/
+83
2023-08-24
ceph: size handling in MClientRequest, cap updates and inode traces
Jeff Layton
6
-22
/
+70
2023-08-24
ceph: mark directory as non-complete after loading key
Luís Henriques
4
-9
/
+46
2023-08-24
ceph: allow encrypting a directory while not having Ax caps
Luís Henriques
1
-1
/
+2
2023-08-24
ceph: add some fscrypt guardrails
Jeff Layton
5
-9
/
+55
2023-08-24
ceph: create symlinks with encrypted and base64-encoded targets
Jeff Layton
2
-17
/
+150
2023-08-24
ceph: add support to readdir for encrypted names
Xiubo Li
6
-26
/
+144
2023-08-24
ceph: pass the request to parse_reply_info_readdir()
Xiubo Li
1
-10
/
+13
2023-08-24
ceph: make ceph_fill_trace and ceph_get_name decrypt names
Jeff Layton
2
-14
/
+60
2023-08-24
ceph: add helpers for converting names for userland presentation
Jeff Layton
2
-0
/
+123
2023-08-24
ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
Jeff Layton
1
-2
/
+7
2023-08-24
ceph: set DCACHE_NOKEY_NAME flag in ceph_lookup/atomic_open()
Jeff Layton
2
-0
/
+18
2023-08-24
ceph: decode alternate_name in lease info
Jeff Layton
2
-10
/
+38
2023-08-24
ceph: send alternate_name in MClientRequest
Jeff Layton
2
-5
/
+74
2023-08-24
ceph: encode encrypted name in ceph_mdsc_build_path and dentry release
Jeff Layton
5
-25
/
+172
2023-08-22
ceph: add base64 endcoding routines for encrypted names
Luís Henriques
2
-0
/
+92
2023-08-22
ceph: make ioctl cmds more readable in debug log
Xiubo Li
1
-1
/
+38
2023-08-22
ceph: add fscrypt ioctls and ceph.fscrypt.auth vxattr
Jeff Layton
2
-0
/
+111
2023-08-22
ceph: implement -o test_dummy_encryption mount option
Jeff Layton
6
-6
/
+186
2023-08-22
ceph: fscrypt_auth handling for ceph
Jeff Layton
10
-27
/
+372
2023-08-22
ceph: use osd_req_op_extent_osd_iter for netfs reads
Jeff Layton
1
-18
/
+1
2023-08-22
ceph: make ceph_msdc_build_path use ref-walk
Jeff Layton
1
-16
/
+19
2023-08-22
ceph: preallocate inode for ops that may create one
Jeff Layton
6
-67
/
+179
2023-08-22
ceph: add new mount option to enable sparse reads
Jeff Layton
4
-11
/
+72
2023-08-18
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
1
-0
/
+2
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
1
-2
/
+3
2023-08-02
ceph: defer stopping mdsc delayed_work
Xiubo Li
3
-2
/
+17
2023-07-24
ceph: never send metrics if disable_send_metrics is set
Xiubo Li
1
-1
/
+1
2023-07-13
ceph: convert to ctime accessor functions
Jeff Layton
5
-11
/
+13
2023-07-07
Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
8
-40
/
+154
2023-06-30
ceph: don't let check_caps skip sending responses for revoke msgs
Xiubo Li
1
-0
/
+9
2023-06-30
ceph: issue a cap release immediately if no cap exists
Xiubo Li
1
-11
/
+29
2023-06-30
ceph: trigger to flush the buffer when making snapshot
Xiubo Li
2
-3
/
+12
2023-06-30
ceph: fix blindly expanding the readahead windows
Xiubo Li
1
-7
/
+33
2023-06-30
ceph: add a dedicated private data for netfs rreq
Xiubo Li
2
-11
/
+47
2023-06-30
ceph: voluntarily drop Xx caps for requests those touch parent mtime
Xiubo Li
2
-8
/
+12
2023-06-30
ceph: try to dump the msgs when decoding fails
Xiubo Li
1
-0
/
+4
2023-06-30
ceph: only send metrics when the MDS rank is ready
Xiubo Li
1
-0
/
+8
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+0
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+64
2023-06-09
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
1
-2
/
+0
2023-06-09
backing_dev: remove current->backing_dev_info
Christoph Hellwig
1
-4
/
+0
2023-06-08
ceph: fix use-after-free bug for inodes when flushing capsnaps
Xiubo Li
2
-1
/
+9
2023-05-24
ceph: Provide a splice-read wrapper
David Howells
1
-1
/
+64
2023-05-18
ceph: force updating the msg pointer in non-split case
Xiubo Li
1
-0
/
+13
2023-05-18
ceph: silence smatch warning in reconnect_caps_cb()
Xiubo Li
1
-1
/
+2
2023-05-04
Merge tag 'ceph-for-6.4-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
8
-47
/
+102
2023-04-30
ceph: reorder fields in 'struct ceph_snapid_map'
Christophe JAILLET
1
-1
/
+1
[prev]
[next]