summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2023-10-25ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-08-11ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li1-0/+9
2023-06-14ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2-1/+9
2023-05-30ceph: force updating the msg pointer in non-split caseXiubo Li1-0/+13
2022-12-08ceph: avoid putting the realm twice when decoding snaps failsXiubo Li1-1/+2
2022-12-08ceph: do not update snapshot context when there is no new snapshotXiubo Li1-9/+19
2022-10-26ceph: don't truncate file in atomic_openHu Weiwen1-3/+7
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
2021-08-08bdi: use bdi_dev_name() to get device nameYufen Yu1-1/+1
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-05-22ceph: fix fscache invalidationJeff Layton2-0/+2
2020-12-30ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-11-05ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)1-1/+1
2020-10-01ceph: fix potential race in ceph_check_capsJeff Layton1-1/+13
2020-10-01ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton1-1/+4
2020-09-09ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang1-0/+5
2020-04-13ceph: canonicalize server path in placeIlya Dryomov2-92/+28
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li1-19/+101
2020-04-02ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-3/+11
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2-2/+6
2020-01-27ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2019-12-05ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-12-01ceph: only allow punch hole mode in fallocateLuis Henriques1-36/+9
2019-12-01ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2019-11-12ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-10-11ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-10-11ceph: fix directories inode i_blkbits initializationLuis Henriques1-1/+6
2019-10-05ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng3-2/+10
2019-10-05Revert "ceph: use ceph_evict_inode to cleanup inode's resource"Sasha Levin3-7/+4
2019-09-16ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng3-4/+7
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques4-6/+16
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques1-2/+6
2019-08-29ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton1-2/+1
2019-08-29ceph: clear page dirty before invalidate pageErqi Chen1-2/+3
2019-08-06ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton1-7/+7
2019-08-06ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-2/+5
2019-05-25ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-05-04ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng2-1/+15
2019-05-02ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-05-02ceph: only use d_name directly when parent is lockedJeff Layton1-11/+50