summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2019-01-21ceph: quota: cleanup license messThomas Gleixner
2019-01-21ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-26ceph: don't encode inode pathes into reconnect messageYan, Zheng
2018-12-26ceph: update wanted caps after resuming stale sessionYan, Zheng
2018-12-26ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng
2018-12-26ceph: don't request excl caps when mount is readonlyYan, Zheng
2018-12-26ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2018-12-26ceph: remove redundant assignmentChengguang Xu
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng
2018-12-11ceph: make 'nocopyfrom' a default mount optionLuis Henriques
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov
2018-11-08ceph: quota: fix null pointer dereference in quota checkLuis Henriques
2018-11-08ceph: add destination file data sync before doing any remote copyLuis Henriques
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques
2018-10-22ceph: support copy_file_range file operationLuis Henriques
2018-10-22ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques
2018-10-22libceph: preallocate message data itemsIlya Dryomov
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov
2018-10-22ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu
2018-10-22libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov
2018-10-22ceph: only allow punch hole mode in fallocateLuis Henriques
2018-10-22ceph: refactor ceph_sync_read()Yan, Zheng
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-10-22ceph: check snap first in ceph_set_acl()Chengguang Xu
2018-10-22ceph: reset cap hold timeout only for requeued inodeChengguang Xu
2018-09-06ceph: avoid a use-after-free in ceph_destroy_options()Ilya Dryomov
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13ceph: don't drop message if it contains more data than expectedYan, Zheng
2018-08-13ceph: support cephfs' own feature bitsYan, Zheng
2018-08-13ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu
2018-08-13ceph: refactor ceph_unreserve_caps()Chengguang Xu
2018-08-13ceph: change to void return type for __do_request()Chengguang Xu
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu
2018-08-02ceph: add new field max_file_size in ceph_fs_clientChengguang Xu