summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Minor adjustments to error handlingCan Guo2021-03-041-6/+12
* scsi: ibmvfc: Reinitialize sub-CRQs and perform channel enquiry after LPMTyrel Datwyler2021-03-041-0/+12
* scsi: ibmvfc: Store return code of H_FREE_SUB_CRQ during cleanupTyrel Datwyler2021-03-041-2/+3
* scsi: ibmvfc: Treat H_CLOSED as success during sub-CRQ registrationTyrel Datwyler2021-03-041-1/+2
* scsi: ibmvfc: Fix invalid sub-CRQ handles after hard resetTyrel Datwyler2021-03-041-12/+9
* scsi: ibmvfc: Simplify handling of sub-CRQ initializationTyrel Datwyler2021-03-041-11/+10
* Merge tag 'misc-5.12-2021-03-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-034-6/+16
|\
| * swap: fix swapfile read/write offsetJens Axboe2021-03-033-5/+14
| * ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe2021-03-031-1/+2
|/
* Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-03-019-46/+68
|\
| * btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny2021-02-261-9/+1
| * btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny2021-02-266-23/+11
| * mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny2021-02-111-0/+5
| * mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny2021-02-111-0/+33
| * mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny2021-02-111-4/+4
| * mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2021-02-112-14/+18
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-0111-59/+175
|\ \
| * | btrfs: zoned: fix deadlock on log syncJohannes Thumshirn2021-02-221-3/+0
| * | btrfs: avoid double put of block group when emptying clusterJosef Bacik2021-02-221-4/+4
| * | btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabledFilipe Manana2021-02-221-0/+18
| * | btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik2021-02-221-12/+4
| * | btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * | btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-225-3/+72
| * | btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1
| * | btrfs: fix race between extent freeing/allocation when using bitmapsNikolay Borisov2021-02-221-2/+4
| * | btrfs: make check_compressed_csum() to be subpage compatibleQu Wenruo2021-02-221-13/+26
| * | btrfs: make btrfs_submit_compressed_read() subpage compatibleQu Wenruo2021-02-221-6/+17
| * | btrfs: fix raid6 qstripe kmapIra Weiny2021-02-221-11/+10
* | | Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds2021-03-011-3/+3
* | | Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-011-1/+2
|\ \ \
| * | | ide/falconide: Fix module unloadFinn Thain2021-01-031-1/+2
* | | | Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-286-21/+31
|\ \ \ \
| * | | | kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada2021-02-281-2/+4
| * | | | kbuild: make -s option take precedence over V=1Masahiro Yamada2021-02-281-0/+1
| * | | | ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada2021-02-281-1/+0
| * | | | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
| * | | | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-283-16/+26
| * | | | kbuild: lto: add _mcount to list of used symbolsArnd Bergmann2021-02-271-0/+1
* | | | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-2894-992/+1347
|\ \ \ \ \
| * | | | | csky: Fixup compile errorGuo Ren2021-02-2752-52/+0
| * | | | | csky: use free_initmem_default() in free_initmem()David Hildenbrand2021-02-271-16/+1
| * | | | | csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-02-271-2/+2
| * | | | | csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-2714-3/+225
| * | | | | csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
| * | | | | csky: Fixup swaponGuo Ren2021-02-273-9/+52
| * | | | | csky: pgtable.h: Coding conventionGuo Ren2021-02-273-55/+36
| * | | | | csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
| * | | | | csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
| * | | | | csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
| * | | | | csky: Reconstruct VDSO frameworkGuo Ren2021-01-1213-89/+269