summaryrefslogtreecommitdiffstats
path: root/drivers/pnp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-04iw_cxgb4: block module unload until all ep resources are releasedSteve Wise3-0/+8
2016-09-04iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise1-1/+3
2016-08-28nvme-rdma: Get rid of redundant definesSagi Grimberg1-4/+0
2016-08-28nvme-rdma: Get rid of duplicate variableSagi Grimberg1-8/+7
2016-08-19nvme: fabrics drivers don't need the nvme-pci driverChristoph Hellwig2-2/+2
2016-08-19nvme-fabrics: get a reference when reusing a nvme_host structureChristoph Hellwig1-1/+3
2016-08-19nvme-fabrics: change NQN UUID to big-endian formatDaniel Verkamp3-7/+7
2016-08-18nvme-loop: set sqsize to 0-based value, per specJay Freyensee1-2/+2
2016-08-18nvme-rdma: fix sqsize/hsqsize per specJay Freyensee1-4/+10
2016-08-18fabrics: define admin sqsize min default, per specJay Freyensee2-3/+19
2016-08-18nvmet-rdma: +1 to *queue_size from hsqsize/hrqsizeJay Freyensee1-2/+2
2016-08-16nvmet-rdma: Fix use after freeVincent Stehlé1-1/+2
2016-08-16nvme-rdma: initialize ret to zero to avoid returning garbageColin Ian King1-1/+1
2016-08-04nvme-rdma: Remove unused includesSagi Grimberg1-3/+0
2016-08-04nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg1-0/+2
2016-08-04nvmet: Fix controller serial number inconsistencySagi Grimberg3-5/+6
2016-08-04nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Sagi Grimberg1-9/+4
2016-08-04nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg1-17/+70
2016-08-03nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg1-1/+1
2016-08-03nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-3/+1
2016-08-03nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg1-5/+7
2016-08-03nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg1-7/+10
2016-08-03nvme-rdma: Fix device removal handlingSagi Grimberg1-20/+21
2016-08-03nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg1-1/+3
2016-08-03nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier1-1/+1
2016-07-31random: Fix crashes with sparse node idsMichael Ellerman1-3/+2
2016-07-29documentation: da9052: Update regulator bindings names to match DA9052/53 DTS...Steve Twiss1-11/+11
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf1-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf5-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf1-52/+88
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-29x86/power/64: Fix hibernation return address corruptionJosh Poimboeuf1-3/+1
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1