aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-128/+153
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-3/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng1-45/+49
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng3-33/+58
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng1-10/+17
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng1-2/+5
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2018-12-26ceph: remove redundant assignmentChengguang Xu1-1/+0
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng1-36/+24
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques2-3/+5
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-9/+3
2018-11-08ceph: quota: fix null pointer dereference in quota checkLuis Henriques1-1/+2
2018-11-08ceph: add destination file data sync before doing any remote copyLuis Henriques1-2/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques3-0/+17
2018-10-22ceph: support copy_file_range file operationLuis Henriques1-1/+293
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques3-5/+6
2018-10-22libceph: preallocate message data itemsIlya Dryomov1-2/+2
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov1-5/+5
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov1-1/+1
2018-10-22ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu1-6/+8
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov1-1/+1
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov3-6/+3
2018-10-22ceph: only allow punch hole mode in fallocateLuis Henriques1-36/+9
2018-10-22ceph: refactor ceph_sync_read()Yan, Zheng1-113/+106
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng1-1/+3
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng1-2/+6
2018-10-22ceph: check snap first in ceph_set_acl()Chengguang Xu1-5/+5
2018-10-22ceph: reset cap hold timeout only for requeued inodeChengguang Xu1-1/+1
2018-09-06ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov1-5/+11
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds14-230/+302
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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