summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix incorrect kmalloc size of pagevec mempoolethanwu2024-08-191-1/+2
* ceph: prevent use-after-free in encode_cap_msg()Rishabh Dave2024-02-231-1/+2
* ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-02-231-6/+3
* ceph: fix type promotion bug on 32bit systemsDan Carpenter2023-10-251-1/+1
* ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-251-3/+1
* ceph: defer stopping mdsc delayed_workXiubo Li2023-08-113-2/+17
* ceph: never send metrics if disable_send_metrics is setXiubo Li2023-08-111-1/+1
* ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-07-271-0/+9
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-301-0/+13
* ceph: flush cap releases when the session is flushedXiubo Li2023-02-151-0/+6
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-143-6/+1
* ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-12-021-36/+12
* ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-12-021-1/+1
* ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li2022-12-021-0/+4
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-12-021-18/+37
* ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2022-12-021-2/+2
* ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2022-12-021-0/+76
* ceph: flush mdlog before umountingXiubo Li2022-12-023-0/+27
* ceph: make iterate_sessions a global symbolXiubo Li2022-12-023-42/+36
* ceph: make ceph_create_session_msg a global symbolXiubo Li2022-12-022-7/+10
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-12-021-1/+2
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-12-021-9/+19
* ceph: don't truncate file in atomic_openHu Weiwen2022-10-151-3/+7
* ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-251-14/+13
* ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-252-8/+5
* ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-06-141-1/+9
* ceph: fix setting of xattrs on async created inodesJeff Layton2022-05-181-3/+13
* ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li2022-04-131-1/+10
* ceph: set pool_ns in new inode layout for async createsJeff Layton2022-02-011-0/+7
* ceph: properly put ceph_string reference after async create attemptJeff Layton2022-02-011-0/+2
* ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-291-3/+15
* ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-221-2/+1
* ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-221-8/+8
* ceph: properly handle statfs on multifs setupsJeff Layton2021-12-011-5/+6
* ceph: fix handling of "meta" errorsJeff Layton2021-10-275-27/+8
* ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-271-3/+14
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* ceph: remove the capsnaps when removing capsXiubo Li2021-09-263-18/+87
* ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-261-15/+17
* ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-262-3/+2
* ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton2021-09-264-10/+8
* ceph: fix dereference of null pointer cfColin Ian King2021-09-181-0/+3
* ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li2021-09-081-3/+5
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-09-034-12/+22
* ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton2021-08-181-17/+17
* ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton2021-08-181-4/+4
* ceph: add some lockdep assertions around snaprealm handlingJeff Layton2021-08-181-0/+16
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-183-11/+33
* ceph: don't WARN if we're still opening a session to an MDSLuis Henriques2021-07-281-1/+1