summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2020-04-13ceph: canonicalize server path in placeIlya Dryomov
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li
2019-11-28ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-10-17ceph: reconnect connection if session hang in opening stateErqi Chen
2019-10-17ceph: fix directories inode i_blkbits initializationLuis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-09-10ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-08-06ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton
2019-08-06ceph: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-08-04ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng
2019-05-25ceph: flush dirty inodes before proceeding with remountJeff Layton
2019-05-04ceph: fix use-after-free on symlink traversalAl Viro
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng
2019-05-02ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton
2019-02-27ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2018-12-08libceph: add authorizer challengeIlya Dryomov
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-08-24ceph: fix dentry leak in splice_dentry()Yan, Zheng
2018-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu
2018-04-08ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng
2017-12-20ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-10-21ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton
2017-10-21ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton
2017-10-21ceph: don't update_dentry_lease unless we actually got oneJeff Layton
2017-09-07ceph: fix readpage from fscacheYan, Zheng
2017-07-27ceph: fix race in concurrent readdirYan, Zheng
2017-07-12ceph: choose readdir frag based on previous readdir replyYan, Zheng
2017-06-14fs: add i_blocksize()Fabian Frederick
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-05-08ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng
2017-01-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2017-01-26ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2017-01-26ceph: fix ceph_get_caps() interruptionYan, Zheng
2017-01-26ceph: fix scheduler warning due to nested blockingNikolay Borisov
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton
2016-11-10ceph: use default file splice read callbackYan, Zheng
2016-10-18ceph: fix non static symbol warningWei Yongjun
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro