summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
30 hoursMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2 daystreewide: refresh kmalloc_obj() conversionsKees Cook
5 daysceph: apply nearfull_sync option on remountAlex Markuze
5 daysceph: lock mutex in ceph_mds_check_access()Max Kellermann
10 daysMerge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
12 daysceph: force a cap message when a deferred revoke can't be acked immediatelyMax Kellermann
12 daysceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decodeJérémy Jean
12 daysceph: fix leaked inode reference on writeback abort at umountMatthew Brown
12 dayslibceph: remove ceph_put_page_vector()Tal Zussman
12 daysceph: make nearfull sync writes opt-inAlex Markuze
12 daysceph: do not repeat ceph_trim_dentries() if no progress possibleMax Kellermann
12 daysceph: drop mdsc->mutex before decoding the MDS replyMax Kellermann
12 daysceph: fix UAF in check_new_map() on session freed during unlockXiubo Li
12 daysceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlockXiubo Li
12 daysceph: pass inode pointer around instead of reloading itMax Kellermann
12 daysceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULLMax Kellermann
12 daysceph: add helper function ceph_cap_is_removed()Max Kellermann
12 daysceph: make __ceph_remove_cap() staticMax Kellermann
12 daysceph: cap delegated inode count in ceph_parse_deleg_inos()Michael Bommarito
12 daysceph: bound num_export_targets array for mds info v2/v3Michael Bommarito
12 daysceph: bound MDSCapAuth path and fs_name decode in handle_session()Michael Bommarito
12 daysceph: bound xattr value length in __build_xattrs()Michael Bommarito
12 daysceph: bound copied dentry name length in NFS export get_nameMichael Bommarito
12 daysceph: revalidate ki_pos for O_APPEND writes after cap acquisitionXiubo Li
12 daysceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()Xiubo Li
12 daysceph: do not cache negative dentries for snapped directoriesXiubo Li
12 daysceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()Xiubo Li
12 daysceph: use GFP_NOFS for cap flush allocation in writeback pathXiubo Li
12 daysceph: use detach_cap_releases() in ceph_send_cap_releases()Max Kellermann
12 daysceph: skip __touch_cap() most of the timeMax Kellermann
12 daysceph: Change system_unbound_wq with system_dfl_wqMarco Crivellari
12 daysceph: properly decrypt filenames in vmalloc() buffersSam Edwards
12 daysceph: pass fscrypt `tname` buffers directlySam Edwards
12 daysceph: Fix ERR_PTR(0) in ceph_mkdir()Hongling Zeng
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-12ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctlsZhan Xusheng
2026-08-12ceph: fix MDS random selection readiness predicateYiming Zhu
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-23ceph: avoid fs reclaim while using current->journal_infoMax Kellermann
2026-07-23ceph: add owner/capability checks for CEPH_IOC_SET_LAYOUT*Max Kellermann
2026-07-23ceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann
2026-07-23ceph: fix refcount leak in ceph_readdir()WenTao Liang
2026-07-23ceph: fix writeback_count leak in write_folio_nounlock()Wentao Liang
2026-07-23ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas
2026-07-01ceph: drop redundant S_IFDIR from mkdirJori Koolstra
2026-06-26Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-06-22ceph: add manual reset debugfs control and tracepointsAlex Markuze
2026-06-22ceph: add client reset state machine and session teardownAlex Markuze