index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Merge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-3
/
+3
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
3
-3
/
+3
9 days
ceph: apply nearfull_sync option on remount
Alex Markuze
1
-0
/
+5
9 days
ceph: lock mutex in ceph_mds_check_access()
Max Kellermann
2
-0
/
+5
14 days
Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
14
-116
/
+419
2026-08-26
ceph: force a cap message when a deferred revoke can't be acked immediately
Max Kellermann
2
-7
/
+61
2026-08-26
ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decode
Jérémy Jean
1
-0
/
+4
2026-08-26
ceph: fix leaked inode reference on writeback abort at umount
Matthew Brown
1
-0
/
+11
2026-08-26
libceph: remove ceph_put_page_vector()
Tal Zussman
1
-3
/
+6
2026-08-26
ceph: make nearfull sync writes opt-in
Alex Markuze
3
-3
/
+16
2026-08-26
ceph: do not repeat ceph_trim_dentries() if no progress possible
Max Kellermann
1
-3
/
+7
2026-08-26
ceph: drop mdsc->mutex before decoding the MDS reply
Max Kellermann
1
-1
/
+7
2026-08-26
ceph: fix UAF in check_new_map() on session freed during unlock
Xiubo Li
1
-0
/
+6
2026-08-26
ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock
Xiubo Li
1
-2
/
+9
2026-08-26
ceph: pass inode pointer around instead of reloading it
Max Kellermann
3
-31
/
+30
2026-08-26
ceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULL
Max Kellermann
2
-4
/
+19
2026-08-26
ceph: add helper function ceph_cap_is_removed()
Max Kellermann
3
-6
/
+18
2026-08-26
ceph: make __ceph_remove_cap() static
Max Kellermann
2
-2
/
+1
2026-08-26
ceph: cap delegated inode count in ceph_parse_deleg_inos()
Michael Bommarito
3
-6
/
+63
2026-08-26
ceph: bound num_export_targets array for mds info v2/v3
Michael Bommarito
1
-1
/
+6
2026-08-26
ceph: bound MDSCapAuth path and fs_name decode in handle_session()
Michael Bommarito
1
-2
/
+6
2026-08-26
ceph: bound xattr value length in __build_xattrs()
Michael Bommarito
1
-0
/
+1
2026-08-26
ceph: bound copied dentry name length in NFS export get_name
Michael Bommarito
1
-9
/
+17
2026-08-26
ceph: revalidate ki_pos for O_APPEND writes after cap acquisition
Xiubo Li
1
-0
/
+48
2026-08-26
ceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()
Xiubo Li
1
-7
/
+10
2026-08-26
ceph: do not cache negative dentries for snapped directories
Xiubo Li
2
-3
/
+10
2026-08-26
ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
Xiubo Li
1
-5
/
+5
2026-08-26
ceph: use GFP_NOFS for cap flush allocation in writeback path
Xiubo Li
1
-1
/
+1
2026-08-26
ceph: use detach_cap_releases() in ceph_send_cap_releases()
Max Kellermann
1
-5
/
+6
2026-08-26
ceph: skip __touch_cap() most of the time
Max Kellermann
1
-0
/
+8
2026-08-26
ceph: Change system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2026-08-26
ceph: properly decrypt filenames in vmalloc() buffers
Sam Edwards
2
-11
/
+40
2026-08-26
ceph: pass fscrypt `tname` buffers directly
Sam Edwards
3
-10
/
+9
2026-08-26
ceph: Fix ERR_PTR(0) in ceph_mkdir()
Hongling Zeng
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-08-12
ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctls
Zhan Xusheng
1
-2
/
+2
2026-08-12
ceph: fix MDS random selection readiness predicate
Yiming Zhu
1
-1
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-31
lockref: tidy up dead count handling
Mateusz Guzik
1
-1
/
+1
2026-07-23
ceph: avoid fs reclaim while using current->journal_info
Max Kellermann
1
-0
/
+11
2026-07-23
ceph: add owner/capability checks for CEPH_IOC_SET_LAYOUT*
Max Kellermann
1
-0
/
+6
2026-07-23
ceph: fix hanging __ceph_get_caps() with stale mds_wanted
Max Kellermann
3
-6
/
+21
2026-07-23
ceph: fix refcount leak in ceph_readdir()
WenTao Liang
1
-1
/
+6
2026-07-23
ceph: fix writeback_count leak in write_folio_nounlock()
Wentao Liang
1
-0
/
+9
2026-07-23
ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()
Bryam Vargas
1
-0
/
+1
2026-07-01
ceph: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+0
2026-06-26
Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
11
-102
/
+1037
2026-06-22
ceph: add manual reset debugfs control and tracepoints
Alex Markuze
3
-0
/
+111
2026-06-22
ceph: add client reset state machine and session teardown
Alex Markuze
3
-0
/
+571
[next]