summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou
2019-09-16RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron
2019-09-16PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron
2019-09-16dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge bindingJonathan Chocron
2019-09-16PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root PortJonathan Chocron
2019-09-16PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root PortJonathan Chocron
2019-09-16PCI: Add ACS quirk for Amazon Annapurna Labs root portsAli Saidi
2019-09-16PCI: Add Amazon's Annapurna Labs vendor IDJonathan Chocron
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-16s390: remove pointless drivers-y in drivers/s390/MakefileMasahiro Yamada
2019-09-16s390/cpum_sf: Fix line length and format stringThomas Richter
2019-09-16s390/pci: fix MSI message dataSebastian Ott
2019-09-16Merge branch 'for-5.4' into for-linusPetr Mladek
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov
2019-09-16libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc()Ilya Dryomov
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski
2019-09-16rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen
2019-09-16libceph: drop unused con parameter of calc_target()Ilya Dryomov
2019-09-16ceph: use release_pages() directlyJohn Hubbard
2019-09-16rbd: fix response length parameter for encoded stringsDongsheng Yang
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton
2019-09-16libceph: handle OSD op ceph_pagelist_append() errorsDavid Disseldorp
2019-09-16ceph: don't return a value from void functionJohn Hubbard
2019-09-16ceph: don't freeze during write page faultsJeff Layton
2019-09-16ceph: update the mtime when truncating upJeff Layton
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton
2019-09-16ceph: fix comments over ceph_add_capJeff Layton
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng