summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-195-84/+57
* cifs: set correct ipc status after initial tree connectPaulo Alcantara2022-12-161-2/+5
* cifs: set correct tcon status after initial tree connectPaulo Alcantara2022-12-151-0/+1
* Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-1514-166/+298
|\
| * cifs: Remove duplicated include in cifsglob.hYang Li2022-12-131-1/+0
| * cifs: fix oops during encryptionPaulo Alcantara2022-12-124-79/+140
| * cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French2022-12-121-3/+8
| * cifs: fix missing display of three mount optionsSteve French2022-12-121-1/+7
| * cifs: fix various whitespace errors in headersSteve French2022-12-122-30/+22
| * cifs: minor cleanup of some headersSteve French2022-12-123-5/+8
| * cifs: skip alloc when request has no pagesPaulo Alcantara2022-12-081-15/+21
| * cifs: remove ->writepageChristoph Hellwig2022-12-081-9/+0
| * cifs: stop using generic_writepagesChristoph Hellwig2022-12-081-2/+18
| * cifs: wire up >migrate_folioChristoph Hellwig2022-12-081-3/+4
| * cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke2022-12-083-8/+59
| * cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke2022-12-081-11/+12
| * Fix path in cifs/usage.rstVolker Lendecke2022-12-081-1/+1
* | Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1534-327/+623
|\ \
| * | i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma2022-12-071-0/+3
| * | i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang2022-12-071-3/+2
| * | i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König2022-12-071-3/+6
| * | i2c: hisi: Add support to get clock frequency from clockWeilong Chen2022-12-071-4/+11
| * | i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang2022-12-051-7/+3
| * | i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-2/+3
| * | i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-051-3/+3
| * | drivers/i2c: use simple i2c probeStephen Kitt2022-12-052-6/+4
| * | i2c: mux: pca9541: switch to using .probe_newPeter Rosin2022-12-051-3/+2
| * | i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou2022-12-051-3/+1
| * | i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong2022-12-051-0/+8
| * | i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong2022-12-051-3/+47
| * | soc: qcom: geni-se: add support for I2C Master Hub wrapper variantNeil Armstrong2022-12-051-0/+10
| * | soc: qcom: geni-se: add desc struct to specify clocks from device match dataNeil Armstrong2022-12-051-14/+55
| * | dt-bindings: i2c: qcom-geni: document I2C Master Hub serial I2C engineNeil Armstrong2022-12-051-10/+54
| * | dt-bindings: qcom: geni-se: document I2C Master Hub wrapper variantNeil Armstrong2022-12-051-6/+38
| * | dt-bindings: i2c: renesas,riic: Document RZ/Five SoCLad Prabhakar2022-12-021-1/+1
| * | i2c: tegra: Set ACPI node as primary fwnodeAkhil R2022-12-021-0/+1
| * | i2c: smbus: add DDR support for SPDCorentin Labbe2022-12-011-0/+6
| * | Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang2022-11-142-0/+15
| |\ \
| * | | i2c: /pasemi: PASemi I2C controller IRQ enablementArminder Singh2022-11-123-5/+38
| * | | i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-11-121-2/+1
| * | | i2c: designware: Add comment to custom register value constantsJarkko Nikula2022-11-121-2/+2
| * | | i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula2022-11-121-115/+115
| * | | i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula2022-11-124-15/+5
| * | | i2c: designware: Simplify master interrupt handler nestingJarkko Nikula2022-11-121-21/+12
| * | | i2c: designware: Move debug print in i2c_dw_isr()Jarkko Nikula2022-11-121-1/+1
| * | | i2c: designware: Do not process interrupt when device is suspendedJarkko Nikula2022-11-121-0/+2
| * | | i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula2022-11-121-14/+4
| * | | i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula2022-11-121-4/+0
| * | | i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula2022-11-121-6/+0
| * | | i2c: designware: Define software status flags with BIT()Jarkko Nikula2022-11-123-8/+8