summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-04-232-1/+15
* ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-231-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-04-231-1/+5
* ceph: only use d_name directly when parent is lockedJeff Layton2019-04-231-11/+50
* ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
* ceph: add mount option to limit caps countYan, Zheng2019-03-056-21/+86
* ceph: periodically trim stale dentriesYan, Zheng2019-03-055-68/+312
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-054-32/+104
* ceph: remove dentry_lru file from debugfsYan, Zheng2019-03-051-27/+0Star
* ceph: touch existing cap when handling replyYan, Zheng2019-03-051-0/+4
* ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin2019-03-051-5/+8
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-056-34/+83
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-055-1/+32
* ceph: support versioned replyYan, Zheng2019-03-052-49/+166
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-055-17/+210
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-054-59/+243
* ceph: decode feature bits in session messageYan, Zheng2019-03-052-5/+44
* ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-051-0/+1
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-181-1/+2
* ceph: quota: cleanup license messThomas Gleixner2019-01-211-13/+0Star
* ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng2019-01-211-0/+2
* ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder2019-01-071-4/+1Star
* libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
* Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-055-128/+153
|\
| * ceph: don't encode inode pathes into reconnect messageYan, Zheng2018-12-261-45/+49
| * ceph: update wanted caps after resuming stale sessionYan, Zheng2018-12-263-33/+58
| * ceph: skip updating 'wanted' caps if caps are already issuedYan, Zheng2018-12-261-10/+17
| * ceph: don't request excl caps when mount is readonlyYan, Zheng2018-12-261-2/+5
| * ceph: don't update importing cap's mseq when handing cap exportYan, Zheng2018-12-261-1/+0Star
| * ceph: remove redundant assignmentChengguang Xu2018-12-261-1/+0Star
| * ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24Star
* | fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-3/+2Star
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* ceph: make 'nocopyfrom' a default mount optionLuis Henriques2018-12-112-3/+5
* libceph: assume argonaut on the server sideIlya Dryomov2018-11-081-9/+3Star
* ceph: quota: fix null pointer dereference in quota checkLuis Henriques2018-11-081-1/+2
* ceph: add destination file data sync before doing any remote copyLuis Henriques2018-11-081-2/+9
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-5/+4Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+2Star
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | ceph: new mount option to disable usage of copy-from opLuis Henriques2018-10-223-0/+17
* | ceph: support copy_file_range file operationLuis Henriques2018-10-221-1/+293
* | ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques2018-10-223-5/+6
* | libceph: preallocate message data itemsIlya Dryomov2018-10-221-2/+2
* | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-5/+5
* | ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov2018-10-221-1/+1
* | ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu2018-10-221-6/+8
* | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-221-1/+1
* | libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-223-6/+3Star
* | ceph: only allow punch hole mode in fallocateLuis Henriques2018-10-221-36/+9Star