aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-03-05ceph: add mount option to limit caps countYan, Zheng6-21/+86
2019-03-05ceph: periodically trim stale dentriesYan, Zheng5-68/+312
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng4-32/+104
2019-03-05ceph: remove dentry_lru file from debugfsYan, Zheng1-27/+0
2019-03-05ceph: touch existing cap when handling replyYan, Zheng1-0/+4
2019-03-05ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin1-5/+8
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng6-34/+83
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng5-1/+32
2019-03-05ceph: support versioned replyYan, Zheng2-49/+166
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng5-17/+210
2019-03-05ceph: split large reconnect into multiple messagesYan, Zheng4-59/+243
2019-03-05ceph: decode feature bits in session messageYan, Zheng2-5/+44
2019-03-05ceph: set special inode's blocksize to page sizeYan, Zheng1-0/+1
2019-02-18ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng1-1/+2
2019-01-21ceph: quota: cleanup license messThomas Gleixner1-13/+0
2019-01-21ceph: clear inode pointer when snap realm gets dropped by its inodeYan, Zheng1-0/+2
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder1-4/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+2
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