summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
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-28ceph: 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
2017-01-26ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2017-01-26ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-11-10ceph: use default file splice read callbackYan, Zheng1-1/+0
2016-10-18ceph: fix non static symbol warningWei Yongjun1-2/+2
2016-10-18ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven1-0/+2
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-16ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-5/+9
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-9/+0
2016-10-10Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds7-53/+61
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2-12/+18