summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2026-08-23ceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann
2026-08-23ceph: rename _to_client() to _to_fs_client()Xiubo Li
2026-08-23ceph: avoid fs reclaim while using current->journal_infoMax Kellermann
2026-08-23ceph: fix MDS random selection readiness predicateYiming Zhu
2026-08-19ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-06-19ceph: only d_add() negative dentries when they are unhashedMax Kellermann
2026-06-01ceph: fix a buffer leak in __ceph_setxattr()Viacheslav Dubeyko
2026-04-18ceph: fix i_nlink underrun during async unlinkMax Kellermann
2026-03-04ceph: supply snapshot context in ceph_zero_partial_object()ethanwu
2025-12-07ceph: add checking of wait_for_completion_killable() return valueViacheslav Dubeyko
2025-07-17ceph: fix possible integer overflow in ceph_zero_objects()Dmitry Kandybka
2025-02-01ceph: give up on paths longer than PATH_MAXMax Kellermann
2025-01-09ceph: validate snapdirname option length when mountingIlya Dryomov
2024-10-17ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li
2024-08-19ceph: fix incorrect kmalloc size of pagevec mempoolethanwu
2024-02-23ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave
2024-02-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li
2023-10-25ceph: fix type promotion bug on 32bit systemsDan Carpenter
2023-10-25ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li
2023-08-11ceph: defer stopping mdsc delayed_workXiubo Li
2023-08-11ceph: never send metrics if disable_send_metrics is setXiubo Li
2023-07-27ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li
2023-06-14ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li
2023-05-30ceph: force updating the msg pointer in non-split caseXiubo Li
2023-02-15ceph: flush cap releases when the session is flushedXiubo Li
2023-01-14ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li
2022-12-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee
2022-12-02ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-12-02ceph: put the requests/sessions when it fails to alloc memoryXiubo Li
2022-12-02ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter
2022-12-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li
2022-12-02ceph: flush mdlog before umountingXiubo Li
2022-12-02ceph: make iterate_sessions a global symbolXiubo Li
2022-12-02ceph: make ceph_create_session_msg a global symbolXiubo Li
2022-12-02ceph: avoid putting the realm twice when decoding snaps failsXiubo Li
2022-12-02ceph: do not update snapshot context when there is no new snapshotXiubo Li
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton
2022-08-25ceph: use correct index when encoding client supported featuresLuís Henriques
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton
2021-12-29ceph: fix up non-directory creation in SGID directoriesChristian Brauner
2021-12-22ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton