index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
ceph: fix cap ref leak via netfs init_request
Patrick Donnelly
1
-1
/
+4
2024-10-10
ceph: remove the incorrect Fw reference check when dirtying pages
Xiubo Li
1
-1
/
+0
2024-08-03
ceph: fix incorrect kmalloc size of pagevec mempool
ethanwu
1
-1
/
+2
2024-04-27
ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
NeilBrown
1
-1
/
+3
2024-04-27
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
14
-95
/
+95
2024-04-27
ceph: pass the mdsc to several helpers
Xiubo Li
9
-36
/
+51
2024-03-26
ceph: stop copying to iter at EOF on sync reads
Xiubo Li
1
-10
/
+13
2024-03-15
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
1
-3
/
+4
2024-02-23
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
1
-1
/
+2
2024-02-05
ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
Wenchao Hao
1
-17
/
+22
2024-02-05
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
1
-6
/
+3
2024-02-05
ceph: reinitialize mds feature bit even when session in open
Venky Shankar
1
-1
/
+1
2024-01-25
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
Eric Biggers
1
-0
/
+1
2023-10-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2023-10-27
ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
Al Viro
1
-1
/
+1
2023-10-09
ceph: fix type promotion bug on 32bit systems
Dan Carpenter
1
-1
/
+1
2023-10-09
ceph: remove unnecessary IS_ERR() check in ceph_fname_to_usr()
Luis Henriques
1
-1
/
+1
2023-10-09
ceph: fix incorrect revoked caps assert in ceph_fill_file_size()
Xiubo Li
1
-3
/
+1
2023-09-18
ceph: remove unnecessary check for NULL in parse_longname()
Luís Henriques
1
-4
/
+2
2023-09-06
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
18
-462
/
+3532
2023-08-31
ceph: make num_fwd and num_retry to __u32
Xiubo Li
2
-87
/
+106
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+2
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-12
/
+14
2023-08-24
ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper
Luís Henriques
2
-11
/
+10
2023-08-24
ceph: fix updating i_truncate_pagecache_size for fscrypt
Xiubo Li
2
-13
/
+26
2023-08-24
ceph: wait for OSD requests' callbacks to finish when unmounting
Xiubo Li
3
-0
/
+23
2023-08-24
ceph: drop messages from MDS when unmounting
Xiubo Li
7
-22
/
+109
2023-08-24
ceph: prevent snapshot creation in encrypted locked directories
Luís Henriques
1
-0
/
+5
2023-08-24
ceph: add support for encrypted snapshot names
Luís Henriques
3
-41
/
+201
2023-08-24
ceph: invalidate pages when doing direct/sync writes
Luís Henriques
1
-5
/
+14
2023-08-24
ceph: plumb in decryption during reads
Jeff Layton
2
-34
/
+125
2023-08-24
ceph: add encryption support to writepage and writepages
Jeff Layton
2
-21
/
+98
2023-08-24
ceph: add read/modify/write to ceph_sync_write
Jeff Layton
1
-28
/
+290
2023-08-24
ceph: align data in pages in ceph_sync_write
Jeff Layton
1
-10
/
+10
2023-08-24
ceph: don't use special DIO path for encrypted inodes
Jeff Layton
1
-2
/
+4
2023-08-24
ceph: add truncate size handling support for fscrypt
Xiubo Li
4
-12
/
+234
2023-08-24
ceph: add object version support for sync read
Xiubo Li
2
-12
/
+35
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
[next]