summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: try to dump the msgs when decoding failsXiubo Li2023-08-231-0/+4
* ceph: defer stopping mdsc delayed_workXiubo Li2023-08-113-2/+17
* ceph: never send metrics if disable_send_metrics is setXiubo Li2023-08-031-1/+1
* ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-07-231-0/+9
* ceph: fix blindly expanding the readahead windowsXiubo Li2023-07-231-7/+33
* ceph: add a dedicated private data for netfs rreqXiubo Li2023-07-232-11/+47
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* ceph: silence smatch warning in reconnect_caps_cb()Xiubo Li2023-06-091-1/+2
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-241-0/+13
* ceph: fix potential use-after-free bug when trimming capsXiubo Li2023-05-115-35/+62
* ceph: update the time stamps and try to drop the suid/sgidXiubo Li2023-03-101-0/+8
* ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li2023-02-226-10/+93
* ceph: move mount state enum to super.hXiubo Li2023-02-221-0/+10
* ceph: flush cap releases when the session is flushedXiubo Li2023-02-141-0/+6
* use less confusing names for iov_iter direction initializersAl Viro2023-02-092-4/+4
* 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-11-141-36/+12
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-11-141-1/+2
* ceph: fix a NULL vs IS_ERR() check when calling ceph_lookup_inode()Dan Carpenter2022-11-141-1/+1
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* | ceph: fix incorrectly showing the .snap size for statXiubo Li2022-10-041-4/+23
* | ceph: fail the open_by_handle_at() if the dentry is being unlinkedXiubo Li2022-10-041-1/+2
* | ceph: increment i_version when doing a setattr with capsJeff Layton2022-10-041-0/+1
* | ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-10-041-1/+1
* | ceph: no need to wait for transition RDCACHE|RD -> RDXiubo Li2022-10-041-2/+6
* | ceph: fail the request if the peer MDS doesn't support getvxattr opXiubo Li2022-10-043-1/+17
* | ceph: wake up the waiters if any new caps comesXiubo Li2022-10-041-0/+4
|/
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-1111-177/+397
|\
| * libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-032-39/+26
| * ceph: remove useless check for the folioXiubo Li2022-08-031-10/+7
| * ceph: don't truncate file in atomic_openHu Weiwen2022-08-031-3/+6
| * ceph: make f_bsize always equal to f_frsizeXiubo Li2022-08-031-7/+9
| * ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-032-4/+6
| * ceph: don't get the inline data for new creating filesXiubo Li2022-08-035-9/+16
| * ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-033-0/+74
| * ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-032-2/+4
| * ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton2022-08-031-1/+1
| * ceph: call netfs_subreq_terminated with was_async == falseJeff Layton2022-08-031-1/+1
| * ceph: convert to generic_file_llseekJeff Layton2022-08-031-47/+5
| * ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-031-14/+13
| * ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-032-8/+26
| * ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
| * ceph: add session already open notify supportXiubo Li2022-08-032-6/+24
| * ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-036-16/+167
| * ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li2022-08-031-1/+0
| * ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-032-8/+5
* | Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2022-08-091-4/+0
|\ \
| * | ceph: rely on vfs for setgid strippingYang Xu2022-07-211-4/+0
| |/
* | ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro2022-08-081-1/+1