summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: switch to vfs_inode_has_locks() to fix file lock bugXiubo Li2023-01-123-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: 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: switch netfs read ops to use rreq->inode instead of rreq->mapping->hostJeff Layton2022-07-211-3/+3
* ceph: flush the mdlog for filesystem syncXiubo Li2022-06-141-6/+27
* 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 possible NULL pointer dereference for req->r_sessionXiubo Li2022-05-091-0/+4
* ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li2022-04-131-1/+10
* ceph: fix inode reference leakage in ceph_get_snapdir()Xiubo Li2022-04-131-2/+8
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-02-011-18/+37
* 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: 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: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-221-3/+15
* ceph: properly handle statfs on multifs setupsJeff Layton2021-12-011-5/+6
* ceph: fix mdsmap decode when there are MDS's beyond max_mdsXiubo Li2021-11-181-4/+0
* ceph: fix handling of "meta" errorsJeff Layton2021-10-195-27/+8
* ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-191-3/+14
* ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2021-09-211-2/+2
* Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-0813-207/+437
|\
| * ceph: fix dereference of null pointer cfColin Ian King2021-09-031-0/+3
| * ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton2021-09-021-9/+2
| * ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-021-0/+2
| * ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-023-10/+32
| * ceph: don't WARN if we're force umountingXiubo Li2021-09-021-2/+5
| * ceph: remove the capsnaps when removing capsXiubo Li2021-09-023-18/+87
| * ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-021-15/+17
| * ceph: reconnect to the export targets on new mdsmapsXiubo Li2021-09-022-4/+65
| * ceph: print more information when we can't find snaprealmJeff Layton2021-09-021-6/+5
| * ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-024-63/+45
| * ceph: remove redundant initializations from mdsc and sessionJeff Layton2021-09-021-19/+0
| * ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-022-3/+2
| * ceph: add a new vxattr to return auth mds for an inodeJeff Layton2021-09-021-0/+19
| * ceph: remove some defunct forward declarationsJeff Layton2021-09-021-6/+0
| * ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2021-09-021-0/+76
| * ceph: flush mdlog before umountingXiubo Li2021-09-023-0/+27
| * ceph: make iterate_sessions a global symbolXiubo Li2021-09-023-42/+36
| * ceph: make ceph_create_session_msg a global symbolXiubo Li2021-09-022-7/+10
| * ceph: fix comment about short copies in ceph_write_endJeff Layton2021-09-021-1/+1
| * ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton2021-09-021-2/+3
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* | | Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-301-3/+0
|\ \ \