summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-12-05libceph: add authorizer challengeIlya Dryomov1-0/+11
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-08-03ceph: fix alignment of rasizeChengguang Xu1-1/+1
2018-05-30ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-05-30ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-05-30libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2018-05-16ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+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-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-02ceph: fix __choose_mds() for LSSNAP requestYan, Zheng1-5/+6
2017-10-02ceph: properly queue cap snap for newly created snap realmYan, Zheng1-5/+3
2017-09-19ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2-3/+7
2017-09-13Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-330/+408
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+0
2017-09-07fscache: remove unused ->now_uncached callbackJan Kara1-31/+0
2017-09-06Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-06ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng1-6/+7
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng1-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng1-2/+2
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng1-34/+46
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng1-17/+24
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng1-12/+9
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng1-29/+25
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng1-18/+32
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng1-57/+80
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng1-8/+1
2017-09-06ceph: queue cap snap only when snap realm's context changesYan, Zheng1-21/+16
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng1-1/+12
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng1-1/+1
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring10-36/+36
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring1-1/+0
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring1-5/+2
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques1-2/+2
2017-09-06ceph: more accurate statfsDouglas Fuller1-1/+8
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng1-1/+1
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng1-3/+3
2017-09-06ceph: include snapc in debug message of writeYan, Zheng2-7/+8
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng1-5/+7
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng1-10/+7
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2-5/+14
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng1-8/+11
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng1-7/+0
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton1-1/+1
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng1-1/+4