summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton1-0/+2
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-29ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-11-10ceph: 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-09-12ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-09-03ceph: fix potential mdsc use-after-free crashXiubo Li1-1/+13
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/+99
2019-11-28ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2019-11-12ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-10-17ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-10-17ceph: 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_setxattr()Luis Henriques1-2/+6
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-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-08libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-12-08libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-2/+2
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-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+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-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-21ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-10-21ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-10-21ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-09-07ceph: fix readpage from fscacheYan, Zheng2-18/+18
2017-07-27ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-07-12ceph: choose readdir frag based on previous readdir replyYan, Zheng1-7/+12
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2017-05-20ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-08ceph: try getting buffer capability for readahead/fadviseYan, Zheng4-11/+73
2017-05-03ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-03-15ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-01-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2017-01-26ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3