summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MIPS/jazzdma: return error code from jazz_dma_map_sg()Martin Oliveira2021-08-091-1/+1
| * | | ia64/sba_iommu: return error code from sba_map_sg_attrs()Martin Oliveira2021-08-091-2/+2
| * | | ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * | | ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira2021-08-091-9/+16
| * | | alpha: return error code from alpha_pci_map_sg()Martin Oliveira2021-08-091-3/+7
| * | | iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe2021-08-091-7/+15
| * | | iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe2021-08-092-19/+18
| * | | dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe2021-08-091-1/+1
| * | | dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe2021-08-093-38/+84
| * | | dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-08-091-3/+4
| * | | dma-debug: use memory_intersects() directlyKefeng Wang2021-08-091-12/+2
| |/ /
* | | Merge tag 'configfs-5.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-09-021-56/+31
|\ \ \
| * | | configfs: fix a race in configfs_lookup()Sishuai Gong2021-08-251-3/+4
| * | | configfs: fold configfs_attach_attr into configfs_lookupChristoph Hellwig2021-08-251-49/+24
| * | | configfs: simplify the configfs_dirent_is_readyChristoph Hellwig2021-08-251-3/+1
| * | | configfs: return -ENAMETOOLONG earlier in configfs_lookupChristoph Hellwig2021-08-251-2/+3
* | | | Merge tag 'dlm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-09-029-415/+458
|\ \ \ \
| * | | | fs: dlm: avoid comms shutdown delay in release_lockspaceAlexander Aring2021-09-011-0/+1
| * | | | fs: dlm: fix return -EINTR on recovery stoppedAlexander Aring2021-08-193-3/+9
| * | | | fs: dlm: implement delayed ack handlingAlexander Aring2021-08-193-8/+50
| * | | | fs: dlm: move receive loop into receive handlerAlexander Aring2021-07-191-37/+31
| * | | | fs: dlm: fix multiple empty writequeue allocAlexander Aring2021-07-191-0/+21
| * | | | fs: dlm: generic connect funcAlexander Aring2021-07-191-193/+150
| * | | | fs: dlm: auto load sctp moduleAlexander Aring2021-07-191-5/+15
| * | | | fs: dlm: introduce generic listenAlexander Aring2021-07-191-115/+113
| * | | | fs: dlm: move to static proto opsAlexander Aring2021-07-191-22/+30
| * | | | fs: dlm: introduce con_next_wq helperAlexander Aring2021-07-191-22/+35
| * | | | fs: dlm: cleanup and remove _send_rcomAlexander Aring2021-07-191-18/+11
| * | | | fs: dlm: clear CF_APP_LIMITED on closeAlexander Aring2021-07-191-0/+1
| * | | | fs: dlm: fix typo in tlv prefixAlexander Aring2021-07-191-1/+1
| * | | | fs: dlm: use READ_ONCE for config varAlexander Aring2021-07-191-1/+1
| * | | | fs: dlm: use sk->sk_socket instead of con->sockAlexander Aring2021-07-191-2/+1
| | |_|/ | |/| |
* | | | d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds2021-09-021-30/+63
* | | | mm: don't allow oversized kvmalloc() callsLinus Torvalds2021-09-021-0/+4
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-09-0227-731/+1443
|\ \ \ \
| * | | | ext4: make the updating inode data procedure atomicZhang Yi2021-08-311-16/+28
| * | | | ext4: remove an unnecessary if statement in __ext4_get_inode_loc()Zhang Yi2021-08-311-84/+78
| * | | | ext4: move inode eio simulation behind io completeionZhang Yi2021-08-311-3/+1
| * | | | ext4: Improve scalability of ext4 orphan file handlingJan Kara2021-08-312-27/+53
| * | | | ext4: Orphan file documentationJan Kara2021-08-315-6/+89
| * | | | ext4: Speedup ext4 orphan inode handlingJan Kara2021-08-314-52/+394
| * | | | ext4: Move orphan inode handling into a separate fileJan Kara2021-08-315-363/+375
| * | | | ext4: Support for checksumming from journal triggersJan Kara2021-08-3116-128/+259
| * | | | ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-08-311-0/+6
| * | | | jbd2: add sparse annotations for add_transaction_credits()Theodore Ts'o2021-08-311-1/+18
| * | | | ext4: fix sparse warningsTheodore Ts'o2021-08-312-6/+25
| * | | | ext4: Make sure quota files are not grabbed accidentallyJan Kara2021-08-311-2/+6
| * | | | ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara2021-08-311-0/+8
| * | | | ext4: if zeroout fails fall back to splitting the extent nodeTheodore Ts'o2021-08-311-2/+3
| * | | | ext4: reduce arguments of ext4_fc_add_dentry_tlvGuoqing Jiang2021-08-311-18/+9