summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-27ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-01-31ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng1-0/+2
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-11-27ceph: quota: fix null pointer dereference in quota checkLuis Henriques1-1/+2
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng1-2/+6
2018-09-06ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov1-5/+11
2018-08-21Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-230/+302
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-6/+4
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng2-4/+4
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng2-9/+51
2018-08-13ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu1-33/+13
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu2-31/+37
2018-08-13ceph: change to void return type for __do_request()Chengguang Xu1-6/+5
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu1-1/+2
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu1-0/+5
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu1-4/+11
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu1-3/+5
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu3-2/+5
2018-08-02libceph: add authorizer challengeIlya Dryomov1-0/+11
2018-08-02ceph: adding new return type vm_fault_tSouptick Joarder1-30/+32
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann3-6/+5
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann2-11/+9
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann8-74/+71
2018-08-02ceph: stop using current_kernel_time()Arnd Bergmann1-1/+4
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu1-2/+4