summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo1-0/+1
2020-05-02ceph: don't skip updating wanted caps when cap is staleYan, Zheng1-2/+6
2020-05-02ceph: 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-02-28ceph: check availability of mds cluster on mount after wait timeoutXiubo Li2-2/+6
2019-12-05ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
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-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-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
2019-02-27ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-12-05libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng1-2/+6
2018-08-24ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-08-03ceph: fix alignment of rasizeChengguang Xu1-1/+1
2018-05-30ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2018-05-16ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+5
2018-04-08ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng1-3/+6
2017-12-20ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng1-4/+38
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng1-5/+6
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng1-5/+3
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2-3/+7
2017-09-13Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-330/+408
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+0
2017-09-07fscache: remove unused ->now_uncached callbackJan Kara1-31/+0
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng1-6/+7
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng1-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng1-2/+2
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng1-34/+46