summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix deadlock or deadcode of misusing dget()Xiubo Li2024-02-231-6/+3
* ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li2023-10-251-3/+1
* ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-08-111-0/+9
* ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2023-06-142-1/+9
* ceph: force updating the msg pointer in non-split caseXiubo Li2023-05-301-0/+13
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-12-081-1/+2
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-12-081-9/+19
* ceph: don't truncate file in atomic_openHu Weiwen2022-10-261-3/+7
* ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-06-141-1/+9
* ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-261-0/+2
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-081-1/+1
* ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton2021-07-201-9/+1
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-301-2/+9
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-051-1/+1
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton2020-10-011-1/+4
* ceph: don't allow setlease on cephfsJeff Layton2020-09-091-0/+1
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-261-1/+2
* ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-271-0/+1
* ceph: don't skip updating wanted caps when cap is staleYan, Zheng2020-04-291-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-04-291-0/+5
* ceph: canonicalize server path in placeIlya Dryomov2020-04-132-92/+28
* ceph: remove the extra slashes in the server pathXiubo Li2020-04-131-19/+101
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-04-021-3/+11
* ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2020-02-242-2/+6
* ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp2020-01-271-1/+1
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-12-051-1/+10
* ceph: only allow punch hole mode in fallocateLuis Henriques2019-12-011-36/+9
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-12-011-1/+0
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-11-121-0/+1
* ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques2019-11-121-5/+5
* ceph: reconnect connection if session hang in opening stateErqi Chen2019-10-111-1/+3
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-111-1/+6
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-10-053-2/+10
* Revert "ceph: use ceph_evict_inode to cleanup inode's resource"Sasha Levin2019-10-053-7/+4
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-09-163-4/+7
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-09-101-3/+4
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-09-104-6/+16
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-09-101-2/+6
* ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-291-2/+1
* ceph: clear page dirty before invalidate pageErqi Chen2019-08-291-2/+3
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-041-2/+5
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-251-0/+7
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-041-1/+1
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-022-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-021-1/+5