summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | libceph: drop unused con parameter of calc_target()Ilya Dryomov2019-09-161-7/+5
| * | ceph: use release_pages() directlyJohn Hubbard2019-09-161-18/+1
| * | rbd: fix response length parameter for encoded stringsDongsheng Yang2019-09-161-4/+6
| * | ceph: allow arbitrary security.* xattrsJeff Layton2019-09-161-33/+2
| * | ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton2019-09-161-1/+2
| * | ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2019-09-162-8/+7
| * | ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton2019-09-165-16/+200
| * | libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp2019-09-161-5/+22
| * | ceph: don't return a value from void functionJohn Hubbard2019-09-161-1/+0
| * | ceph: don't freeze during write page faultsJeff Layton2019-09-161-0/+2
| * | ceph: update the mtime when truncating upJeff Layton2019-09-161-20/+21
| * | ceph: fix indentation in __get_snap_name()Ilya Dryomov2019-09-161-27/+27
| * | ceph: remove incorrect comment above __send_capJeff Layton2019-09-161-4/+0
| * | ceph: remove CEPH_I_NOFLUSHJeff Layton2019-09-162-20/+9
| * | ceph: remove unneeded test in try_flush_capsJeff Layton2019-09-161-1/+1
| * | ceph: have __mark_caps_flushing return flush_tidJeff Layton2019-09-161-10/+10
| * | ceph: fix comments over ceph_add_capJeff Layton2019-09-161-1/+3
| * | ceph: eliminate session->s_trim_capsJeff Layton2019-09-162-10/+9
| * | ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton2019-09-161-2/+7
| * | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton2019-09-162-32/+0
| * | ceph: don't SetPageError on writepage errorsJeff Layton2019-09-161-2/+1
| * | ceph: auto reconnect after blacklistedYan, Zheng2019-09-166-8/+93
| * | ceph: invalidate all write mode filp after reconnectYan, Zheng2019-09-164-0/+19
| * | ceph: return -EIO if read/write against filp that lost file locksYan, Zheng2019-09-163-8/+29
| * | ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-163-5/+39
| * | ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-164-42/+46
| * | ceph: track and report error of async metadata operationYan, Zheng2019-09-165-22/+54
| * | ceph: allow closing session in restarting/reconnect stateYan, Zheng2019-09-161-3/+3
| * | libceph: add function that clears osd client's abort_errYan, Zheng2019-09-162-0/+9
| * | libceph: add function that reset client's entity addrYan, Zheng2019-09-168-0/+43
| * | ceph: don't list vxattrs in listxattr()Jeff Layton2019-09-161-29/+0
| * | ceph: allow copy_file_range when src and dst inode are sameJeff Layton2019-09-161-2/+0
| * | ceph: fix directories inode i_blkbits initializationLuis Henriques2019-09-161-1/+6
* | | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-2514-1614/+1730
|\ \ \
| * | | fuse: Make fuse_args_to_req staticYueHaibing2019-09-241-1/+1
| * | | fuse: fix memleak in cuse_channel_openzhengbin2019-09-241-0/+1
| * | | fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo2019-09-241-1/+3
| * | | fuse: unexport fuse_put_requestArnd Bergmann2019-09-241-1/+0
| * | | fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-243-4/+6
| * | | fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov2019-09-241-6/+30
| * | | fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-09-241-0/+1
| * | | fuse: reserve byteswapped init opcodesMichael S. Tsirkin2019-09-121-0/+4
| * | | fuse: allow skipping control interface and forced unmountVivek Goyal2019-09-122-1/+14
| * | | fuse: dissociate DESTROY from fuseblkMiklos Szeredi2019-09-122-4/+17
| * | | fuse: delete dentry if timeout is zeroMiklos Szeredi2019-09-122-3/+28
| * | | fuse: separate fuse device allocation and installation in fuse_connVivek Goyal2019-09-124-7/+26
| * | | fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi2019-09-124-22/+81
| * | | fuse: extract fuse_fill_super_common()Stefan Hajnoczi2019-09-122-59/+80
| * | | fuse: export fuse_dequeue_forget() functionVivek Goyal2019-09-122-6/+11
| * | | fuse: export fuse_get_unique()Stefan Hajnoczi2019-09-122-1/+7