summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0
* ceph: add mount option to limit caps countYan, Zheng2019-03-058-21/+91
* 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/+0
* 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
* rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-051-6/+55
* rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-051-10/+51
* rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-051-5/+0
* libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-051-3/+2
* 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
* Linux 5.0v5.0Linus Torvalds2019-03-031-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-03-023-3/+5
|\
| * Merge tag 'qcom-fixes-for-5.0-rc8' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2019-03-011-1/+1
| |\
| | * arm64: dts: qcom: msm8998: Extend TZ reserved memory areaMarc Gonzalez2019-02-261-1/+1
| | * Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8Andy Gross2019-02-261-1/+1
| | |\
| * | \ Merge tag 'tee-fix-for-v5.0' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann2019-03-011-1/+3
| |\ \ \
| | * | | tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
| * | | | ARM: dts: gemini: Re-enable display controllerLinus Walleij2019-02-251-1/+1
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-022-3/+5
|\ \ \ \ \
| * | | | | x86/hyper-v: Fix definition of HV_MAX_FLUSH_REP_COUNTLan Tianyu2019-02-281-1/+1
| * | | | | x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski2019-02-251-2/+4
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-03-0210-35/+70
|\ \ \ \ \ \
| * | | | | | scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche2019-02-271-1/+0
| * | | | | | scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke2019-02-251-3/+7
| * | | | | | scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-252-5/+11
| * | | | | | scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-2/+5
| * | | | | | scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+13
| * | | | | | scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-3/+5
| * | | | | | scsi: 3w-sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-4/+8
| * | | | | | scsi: 3w-9xxx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-5/+9
| * | | | | | scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-251-7/+12
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-0251-106/+408
|\ \ \ \ \ \ \
| * | | | | | | net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * | | | | | | net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn2019-03-021-1/+1
| * | | | | | | geneve: correctly handle ipv6.disable module parameterJiri Benc2019-03-011-3/+8
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-013-5/+6
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-011-1/+2
| | * | | | | | | MIPS: eBPF: Fix icache flush end addressPaul Burton2019-03-021-1/+1
| | * | | | | | | bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
| | * | | | | | | bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| * | | | | | | | net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmodeHeiner Kallweit2019-03-013-0/+15
| * | | | | | | | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-014-7/+17