summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
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
2021-10-27ceph: fix handling of "meta" errorsJeff Layton
2021-10-27ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton
2021-09-26ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-09-26ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-09-18ceph: fix dereference of null pointer cfColin Ian King
2021-09-08ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-06-30netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton
2021-06-30ceph: must hold snap_rwsem when filling inode for async createJeff Layton
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton
2021-05-22ceph: fix fscache invalidationJeff Layton
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton