summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
| * | | | | | | | | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-2910-47/+39
| * | | | | | | | | udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-09-291-11/+14
| * | | | | | | | | quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-09-251-0/+1
| * | | | | | | | | reiserfs: Initialize inode keys properlyJan Kara2020-09-221-5/+1
| * | | | | | | | | udf: Fix memory leak when mountingJan Kara2020-09-221-8/+13
| * | | | | | | | | udf: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
| * | | | | | | | | reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-09-161-1/+2
| * | | | | | | | | ext2: Fix some kernel-doc warnings in balloc.cWang Hai2020-09-141-3/+3
| * | | | | | | | | quota: Expand comment describing d_itimerJan Kara2020-09-101-2/+3
| * | | | | | | | | quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong2020-09-102-7/+46
| * | | | | | | | | reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-08-281-4/+4
| * | | | | | | | | udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov2020-08-281-11/+3
| * | | | | | | | | ext2: remove duplicate includeWang Hai2020-08-281-1/+0
* | | | | | | | | | Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2020-10-152-40/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski2020-10-071-3/+2
| * | | | | | | | | | samples: configfs: don't use spaces before tabsBartosz Golaszewski2020-10-071-1/+1
| * | | | | | | | | | samples: configfs: consolidate local variables of the same typeBartosz Golaszewski2020-10-071-2/+1
| * | | | | | | | | | samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski2020-10-071-2/+0
| * | | | | | | | | | samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski2020-10-071-20/+9
| * | | | | | | | | | samples: configfs: fix alignment in item structBartosz Golaszewski2020-10-071-1/+1
| * | | | | | | | | | samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski2020-10-071-5/+5
| * | | | | | | | | | samples: configfs: remove redundant newlinesBartosz Golaszewski2020-10-071-6/+0
| * | | | | | | | | | MAINTAINERS: add the sample directory to the configfs entryBartosz Golaszewski2020-10-071-0/+1
* | | | | | | | | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-15170-1699/+1921
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ARM/ixp4xx: add a missing include of dma-map-ops.hChristoph Hellwig2020-10-131-0/+1
| * | | | | | | | | | | dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig2020-10-072-74/+39
| * | | | | | | | | | | dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig2020-10-071-19/+20
| * | | | | | | | | | | dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig2020-10-071-0/+11
| * | | | | | | | | | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-0629-137/+118
| * | | | | | | | | | | dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig2020-10-064-108/+121
| * | | | | | | | | | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-0613-52/+34
| * | | | | | | | | | | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-066-28/+7
| * | | | | | | | | | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-0628-164/+112
| * | | | | | | | | | | dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig2020-10-062-8/+1
| * | | | | | | | | | | dma-contiguous: remove dev_set_cma_areaChristoph Hellwig2020-10-063-11/+3
| * | | | | | | | | | | dma-contiguous: remove dma_declare_contiguousChristoph Hellwig2020-10-062-38/+10
| * | | | | | | | | | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-0664-200/+223
| * | | | | | | | | | | cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil2020-10-061-1/+1
| * | | | | | | | | | | firewire-ohci: use dma_alloc_pagesChristoph Hellwig2020-09-251-15/+11
| * | | | | | | | | | | dma-iommu: implement ->alloc_noncoherentChristoph Hellwig2020-09-251-4/+37
| * | | | | | | | | | | dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig2020-09-252-6/+32
| * | | | | | | | | | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-2523-37/+206
| * | | | | | | | | | | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-259-50/+0
| * | | | | | | | | | | 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
| * | | | | | | | | | | sgiseeq: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-10/+18
| * | | | | | | | | | | lib82596: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-253-63/+80
| * | | | | | | | | | | hal2: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-31/+27
| * | | | | | | | | | | sgiwd93: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-7/+7
| * | | | | | | | | | | dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig2020-09-252-39/+48