index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ceph
Commit message (
Expand
)
Author
Age
Files
Lines
*
ceph: switch to corrected encoding of max_xattr_size in mdsmap
Xiubo Li
2024-02-26
2
-4
/
+9
*
ceph: add ceph_cap_unlink_work to fire check_caps() immediately
Xiubo Li
2024-02-13
3
-1
/
+69
*
ceph: always queue a writeback when revoking the Fb caps
Xiubo Li
2024-02-13
1
-24
/
+24
*
ceph: always check dir caps asynchronously
Xiubo Li
2024-02-07
4
-14
/
+5
*
ceph: prevent use-after-free in encode_cap_msg()
Rishabh Dave
2024-02-07
1
-1
/
+2
*
ceph: always set initial i_blkbits to CEPH_FSCRYPT_BLOCK_SHIFT
Xiubo Li
2024-02-07
1
-0
/
+2
*
Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-01-19
9
-48
/
+89
|
\
|
*
ceph: get rid of passing callbacks in __dentry_leases_walk()
Al Viro
2024-01-15
1
-8
/
+13
|
*
ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing
Al Viro
2024-01-15
1
-2
/
+0
|
*
ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
Wenchao Hao
2024-01-15
1
-17
/
+22
|
*
ceph: remove duplicated code in ceph_netfs_issue_read()
Xiubo Li
2024-01-15
1
-2
/
+2
|
*
ceph: send oldest_client_tid when renewing caps
Xiubo Li
2024-01-15
1
-5
/
+17
|
*
ceph: rename create_session_open_msg() to create_session_full_msg()
Xiubo Li
2024-01-15
1
-3
/
+5
|
*
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION
Eric Biggers
2024-01-15
1
-0
/
+1
|
*
ceph: fix deadlock or deadcode of misusing dget()
Xiubo Li
2024-01-15
1
-6
/
+3
|
*
ceph: try to allocate a smaller extent map for sparse read
Xiubo Li
2024-01-15
3
-3
/
+23
|
*
ceph: reinitialize mds feature bit even when session in open
Venky Shankar
2024-01-15
1
-1
/
+1
|
*
ceph: skip reconnecting if MDS is not ready
Xiubo Li
2024-01-15
1
-1
/
+2
*
|
Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-19
3
-63
/
+11
|
\
\
|
*
|
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-12-28
1
-1
/
+1
|
*
|
netfs: Provide invalidate_folio and release_folio calls
David Howells
2023-12-24
2
-32
/
+2
|
*
|
netfs: Move pinning-for-writeback from fscache to netfs
David Howells
2023-12-24
2
-17
/
+8
|
*
|
netfs, fscache: Remove ->begin_cache_operation
David Howells
2023-12-24
2
-13
/
+0
|
|
/
*
|
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-11
2
-2
/
+2
|
\
\
|
*
|
dentry: switch the lists of children to hlist
Al Viro
2023-11-25
2
-2
/
+2
|
|
/
*
|
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-2
/
+2
|
\
\
|
*
|
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-10
1
-2
/
+2
|
|
/
*
|
fs: use splice_copy_file_range() inline helper
Amir Goldstein
2023-12-12
1
-2
/
+2
*
|
fs: fork splice_file_range() from do_splice_direct()
Amir Goldstein
2023-12-01
1
-4
/
+5
|
/
*
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-11-10
22
-1462
/
+2080
|
\
|
*
ceph: allow idmapped mounts
Christian Brauner
2023-11-03
1
-1
/
+1
|
*
ceph: allow idmapped atomic_open inode op
Christian Brauner
2023-11-03
1
-2
/
+9
|
*
ceph: allow idmapped set_acl inode op
Christian Brauner
2023-11-03
1
-1
/
+1
|
*
ceph: allow idmapped setattr inode op
Christian Brauner
2023-11-03
1
-8
/
+12
|
*
ceph: pass idmap to __ceph_setattr
Alexander Mikhalitsyn
2023-11-03
4
-8
/
+8
|
*
ceph: allow idmapped permission inode op
Christian Brauner
2023-11-03
1
-1
/
+1
|
*
ceph: allow idmapped getattr inode op
Christian Brauner
2023-11-03
1
-1
/
+1
|
*
ceph: pass an idmapping to mknod/symlink/mkdir
Christian Brauner
2023-11-03
1
-0
/
+4
|
*
ceph: add enable_unsafe_idmap module parameter
Alexander Mikhalitsyn
2023-11-03
3
-7
/
+28
|
*
ceph: handle idmapped mounts in create_request_message()
Christian Brauner
2023-11-03
2
-5
/
+56
|
*
ceph: stash idmapping in mdsc request
Christian Brauner
2023-11-03
2
-0
/
+6
|
*
libceph, ceph: move mdsmap.h to fs/ceph
Xiubo Li
2023-11-03
3
-2
/
+77
|
*
ceph: print cluster fsid and client global_id in all debug logs
Xiubo Li
2023-11-03
19
-1312
/
+1747
|
*
ceph: rename _to_client() to _to_fs_client()
Xiubo Li
2023-11-03
14
-95
/
+95
|
*
ceph: pass the mdsc to several helpers
Xiubo Li
2023-11-03
9
-36
/
+51
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2023-10-30
1
-0
/
+1
|
\
\
|
*
|
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
2023-09-24
1
-0
/
+1
*
|
|
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
6
-41
/
+51
|
\
\
\
|
*
|
|
ceph: convert to new timestamp accessors
Jeff Layton
2023-10-18
6
-41
/
+51
*
|
|
|
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-30
2
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]