summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-02-15ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-01-14ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li3-6/+1
2022-12-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li1-36/+12
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee1-1/+1
2022-12-02ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-12-02ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-12-02ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2
2022-12-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2022-12-02ceph: flush mdlog before umountingXiubo Li3-0/+27
2022-12-02ceph: make iterate_sessions a global symbolXiubo Li3-42/+36
2022-12-02ceph: make ceph_create_session_msg a global symbolXiubo Li2-7/+10
2022-12-02ceph: avoid putting the realm twice when decoding snaps failsXiubo Li1-1/+2
2022-12-02ceph: do not update snapshot context when there is no new snapshotXiubo Li1-9/+19
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen1-3/+7
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2022-08-25ceph: use correct index when encoding client supported featuresLuís Henriques2-8/+5
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton1-3/+13
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-02-01ceph: set pool_ns in new inode layout for async createsJeff Layton1-0/+7
2022-02-01ceph: properly put ceph_string reference after async create attemptJeff Layton1-0/+2
2021-12-29ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-22ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li1-2/+1
2021-12-22ceph: fix duplicate increment of opened_inodes metricHu Weiwen1-8/+8
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-10-27ceph: fix handling of "meta" errorsJeff Layton5-27/+8
2021-10-27ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton1-3/+14
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-26ceph: remove the capsnaps when removing capsXiubo Li3-18/+87
2021-09-26ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-09-26ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2-3/+2
2021-09-26ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-09-18ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-08ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li1-3/+5
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-07-28ceph: don't WARN if we're still opening a session to an MDSLuis Henriques1-1/+1
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-30netfs: fix test for whether we can skip read when writing beyond EOFJeff Layton1-13/+41
2021-06-30ceph: must hold snap_rwsem when filling inode for async createJeff Layton2-0/+5
2021-05-22ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-05-22ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2
2021-05-19ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2021-02-26ceph: downgrade warning from mdsmap decode to debugLuis Henriques1-2/+2
2021-01-06ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2