summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-02-14ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-01-12ceph: 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: 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-07-21ceph: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton1-3/+3
2022-06-14ceph: flush the mdlog for filesystem syncXiubo Li1-6/+27
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-05-09ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-04-13ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li1-1/+10
2022-04-13ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li1-2/+8
2022-02-01ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
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-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-22ceph: fix up non-directory creation in SGID directoriesChristian Brauner1-3/+15
2021-12-01ceph: properly handle statfs on multifs setupsJeff Layton1-5/+6
2021-11-18ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li1-4/+0
2021-10-19ceph: fix handling of "meta" errorsJeff Layton5-27/+8
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton1-3/+14
2021-09-21ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2
2021-09-09Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-207/+437
2021-09-03ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-02ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton1-9/+2
2021-09-02ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-09-02ceph: don't WARN if we're forcibly removing the session capsXiubo Li3-10/+32
2021-09-02ceph: don't WARN if we're force umountingXiubo Li1-2/+5
2021-09-02ceph: remove the capsnaps when removing capsXiubo Li3-18/+87
2021-09-02ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton1-15/+17
2021-09-02ceph: reconnect to the export targets on new mdsmapsXiubo Li2-4/+65
2021-09-02ceph: print more information when we can't find snaprealmJeff Layton1-6/+5
2021-09-02ceph: add ceph_change_snap_realm() helperJeff Layton4-63/+45
2021-09-02ceph: remove redundant initializations from mdsc and sessionJeff Layton1-19/+0
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2-3/+2
2021-09-02ceph: add a new vxattr to return auth mds for an inodeJeff Layton1-0/+19
2021-09-02ceph: remove some defunct forward declarationsJeff Layton1-6/+0
2021-09-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2021-09-02ceph: flush mdlog before umountingXiubo Li3-0/+27
2021-09-02ceph: make iterate_sessions a global symbolXiubo Li3-42/+36
2021-09-02ceph: make ceph_create_session_msg a global symbolXiubo Li2-7/+10
2021-09-02ceph: fix comment about short copies in ceph_write_endJeff Layton1-1/+1
2021-09-02ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton1-2/+3
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-3/+0