summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix fscache invalidationJeff Layton2021-05-222-0/+2
* ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques2020-12-291-2/+9
* ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-11-101-1/+1
* ceph: fix potential race in ceph_check_capsJeff Layton2020-10-011-1/+13
* ceph: don't allow setlease on cephfsJeff Layton2020-09-121-0/+1
* ceph: fix potential mdsc use-after-free crashXiubo Li2020-09-031-1/+13
* 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-05-021-2/+6
* ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang2020-05-021-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/+99
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2019-11-281-1/+0
* 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-171-1/+3
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-10-171-1/+6
* 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_setxattr()Luis Henriques2019-09-101-2/+6
* 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
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2019-01-131-1/+0
* libceph: add authorizer challengeIlya Dryomov2018-12-081-0/+11
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2018-12-081-2/+2
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-11-211-2/+6
* ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-08-241-0/+1
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-05-301-11/+5
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-04-081-3/+6
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-10-211-2/+7
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-10-211-2/+2
* ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-10-211-2/+2
* ceph: fix readpage from fscacheYan, Zheng2017-09-072-18/+18
* ceph: fix race in concurrent readdirYan, Zheng2017-07-271-0/+5
* ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-07-121-7/+12
* fs: add i_blocksize()Fabian Frederick2017-06-141-1/+1
* ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-201-0/+3
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-084-11/+73
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-05-031-12/+10
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-0/+1
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-261-1/+2
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-261-2/+3
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-261-1/+6
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2017-01-261-3/+9