summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-12Linux 4.10.2v4.10.2Greg Kroah-Hartman1-1/+1
2017-03-12ceph: update readpages osd request according to size of pagesYan, Zheng2-1/+3
2017-03-12scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2017-03-12MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.Ralf Baechle1-1/+12
2017-03-12MIPS: IP22: Reformat inline assembler code to modern standards.Ralf Baechle1-20/+23
2017-03-12module: fix memory leak on early load_module() failuresLuis R. Rodriguez1-0/+1
2017-03-12powerpc/mm/hash: Always clear UPRT and Host Radix bits when setting up CPUAneesh Kumar K.V1-0/+4
2017-03-12powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature maskAneesh Kumar K.V1-0/+1
2017-03-12powerpc/xmon: Fix data-breakpointRavi Bangoria1-1/+3
2017-03-12xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-03-12xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-03-12xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-03-12xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-03-12dmaengine: ipu: Make sure the interrupt routine checks all interrupts.Magnus Lilja1-1/+1
2017-03-12mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall2-3/+13
2017-03-12bcma: use (get|put)_device when probing/removing device driverRafał Miłecki1-0/+4
2017-03-12md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2-5/+35
2017-03-12rtc: sun6i: Switch to the external oscillatorMaxime Ripard1-0/+6
2017-03-12rtc: sun6i: Add some lockingMaxime Ripard1-2/+15
2017-03-12rtc: sun6i: Disable the build as a moduleMaxime Ripard2-7/+2
2017-03-12f2fs: Fix zoned block device supportMasato Suzuki1-23/+44
2017-03-12f2fs: avoid to issue redundant discard commandsJaegeuk Kim1-0/+2
2017-03-12f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang3-2/+32
2017-03-12f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2-5/+30
2017-03-12f2fs: fix a problem of using memory after freeYunlei He1-2/+3
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-12Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust1-4/+0
2017-03-12pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust1-6/+7
2017-03-12NFSv4: Fix reboot recovery in copy offloadTrond Myklebust1-26/+37
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-03-12nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-03-12nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-03-12VME: restore bus_remove function causing incomplete module unloadStefano Babic1-0/+15
2017-03-12rtlwifi: rtl8192c-common: Fix "BUG: KASAN:Larry Finger2-3/+4
2017-03-12rtlwifi: Fix alignment issuesPing-Ke Shih2-2/+2
2017-03-12remoteproc: qcom: mdt_loader: Don't overwrite firmware objectBjorn Andersson1-3/+4
2017-03-12gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-03-12rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-03-12RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-03-12Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan3-0/+44
2017-03-12Drivers: hv: vmbus: Prevent sending data on a rescinded channelK. Y. Srinivasan1-0/+7
2017-03-12hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov1-2/+3
2017-03-12hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov1-2/+2
2017-03-12hv: allocate synic pages for all present CPUsVitaly Kuznetsov1-2/+2
2017-03-12usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak1-22/+67
2017-03-12usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak1-23/+34