summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cifs: update iface_last_update on each query-and-updateShyam Prasad N2024-01-191-1/+3
| * | | | | cifs: handle servers that still advertise multichannel after disablingShyam Prasad N2024-01-192-46/+69
| * | | | | cifs: new mount option called retransShyam Prasad N2024-01-195-0/+15
| * | | | | cifs: reschedule periodic query for server interfacesShyam Prasad N2024-01-191-0/+2
| * | | | | smb: client: don't clobber ->i_rdev from cached reparse pointsPaulo Alcantara2024-01-191-3/+3
| * | | | | smb: client: get rid of smb311_posix_query_path_info()Paulo Alcantara2024-01-192-83/+36
| * | | | | smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-194-89/+71
| * | | | | smb: client: fix parsing of SMB3.1.1 POSIX create contextPaulo Alcantara2024-01-191-1/+1
| * | | | | cifs: update known bugs mentioned in kernel docs for cifsSteve French2024-01-191-7/+1
| * | | | | cifs: new nt status codes from MS-SMB2Shyam Prasad N2024-01-182-0/+4
| * | | | | cifs: pick channel for tcon and tdisShyam Prasad N2024-01-181-6/+4
| * | | | | cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
| * | | | | smb3: minor documentation updatesSteve French2024-01-182-17/+27
| * | | | | Update MAINTAINERS email addressSteve French2024-01-181-1/+1
| * | | | | cifs: minor comment cleanupSteve French2024-01-181-3/+3
| * | | | | smb3: show beginning time for per share statsSteve French2024-01-183-2/+6
| * | | | | cifs: remove redundant variable tcon_existColin Ian King2024-01-161-3/+3
* | | | | | Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-2046-300/+1882
|\ \ \ \ \ \
| * | | | | | dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2024-01-192-4/+4
| * | | | | | dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul2024-01-191-1/+1
| * | | | | | dmaengine: shdma: increase size of 'dev_id'Vinod Koul2024-01-191-1/+1
| * | | | | | dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga2024-01-191-5/+5
| * | | | | | dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-5/+5
| * | | | | | dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-4/+4
| * | | | | | dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap2024-01-191-4/+0
| * | | | | | dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor2024-01-191-1/+2
| * | | | | | dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor2024-01-191-4/+4
| * | | | | | Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul2024-01-1939-282/+1867
| |\ \ \ \ \ \
| | * | | | | | dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dmaVinod Koul2023-12-221-1/+1
| | * | | | | | dmaengine: xilinx: xdma: Workaround truncation compilation errorVinod Koul2023-12-221-1/+1
| | * | | | | | dmaengine: pl330: issue_pending waits until WFP stateBumyong Lee2023-12-221-0/+3
| | * | | | | | dmaengine: xilinx: xdma: Implement interleaved DMA transfersJan Kuliga2023-12-221-9/+98
| | * | | | | | dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfersJan Kuliga2023-12-221-44/+57
| | * | | | | | dmaengine: xilinx: xdma: Add transfer error reportingJan Kuliga2023-12-221-11/+15
| | * | | | | | dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()Jan Kuliga2023-12-221-8/+12
| | * | | | | | dmaengine: xilinx: xdma: Rework xdma_terminate_all()Jan Kuliga2023-12-221-15/+15
| | * | | | | | dmaengine: xilinx: xdma: Ease dma_pool alignment requirementsJan Kuliga2023-12-212-6/+6
| | * | | | | | dmaengine: xilinx: xdma: Add necessary macro definitionsJan Kuliga2023-12-211-0/+11
| | * | | | | | dmaengine: xilinx: xdma: Get rid of unused codeJan Kuliga2023-12-212-14/+0
| | * | | | | | dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacksMiquel Raynal2023-12-211-0/+68
| | * | | | | | dmaengine: xilinx: xdma: Better handling of the busy variableMiquel Raynal2023-12-211-1/+1
| | * | | | | | dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modesMiquel Raynal2023-12-211-17/+14
| | * | | | | | dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic modeMiquel Raynal2023-12-211-2/+4
| | * | | | | | dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang2023-12-211-1/+8
| | * | | | | | dmaengine: ti: k3-udma: Add PSIL threads for AM62P and J722SVignesh Raghavendra2023-12-215-1/+332
| | * | | | | | dmaengine: fix NULL pointer in channel unregistration functionAmelie Delaunay2023-12-211-0/+3
| | * | | | | | dmaengine: fsl-edma: utilize common dt-binding header fileFrank Li2023-12-211-11/+6
| | * | | | | | dt-bindings: dma: fsl-edma: Add fsl-edma.h to prevent hardcoding in dtsFrank Li2023-12-211-0/+21
| | * | | | | | dmaengine: fsl-edma: fix eDMAv4 channel allocation issueFrank Li2023-12-211-0/+8
| | * | | | | | dmaengine: axi-dmac: Improve cyclic DMA transfers in SG modePaul Cercueil2023-12-211-8/+14