aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-0319-378/+202
|\
| * siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld2022-05-193-10/+7
| * scripts/spdxcheck: Exclude top-level READMEThomas Gleixner2022-05-181-0/+1
| * scripts/spdxcheck: Exclude MAINTAINERS/CREDITSThomas Gleixner2022-05-181-0/+4
| * scripts/spdxcheck: Exclude config directoriesThomas Gleixner2022-05-181-0/+5
| * scripts/spdxcheck: Put excluded files and directories into a separate fileThomas Gleixner2022-05-182-6/+72
| * scripts/spdxcheck: Add option to display files without SPDXThomas Gleixner2022-05-181-2/+19
| * scripts/spdxcheck: Add [sub]directory statisticsThomas Gleixner2022-05-181-10/+57
| * scripts/spdxcheck: Add directory statisticsThomas Gleixner2022-05-181-0/+27
| * scripts/spdxcheck: Add percentage to statisticsThomas Gleixner2022-05-181-1/+3
| * freevxfs: relicense to GPLv2 onlyChristoph Hellwig2022-05-1814-356/+14
* | Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-0330-391/+395
|\ \
| * | block: null_blk: Fix null_zone_write()Damien Le Moal2022-06-023-9/+10
| * | Merge tag 'nvme-5.19-2022-06-02' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-06-023-2/+12
| |\ \
| | * | nvmet: fix typo in commentJulia Lawall2022-05-311-1/+1
| | * | nvme: set controller enable bit in a separate writeNiklas Cassel2022-05-311-1/+9
| | * | nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig2022-05-311-0/+2
| |/ /
| * | bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()Coly Li2022-05-282-10/+28
| * | nbd: use pr_err to output error messageYu Kuai2022-05-271-22/+18
| * | nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-05-271-11/+12
| * | nbd: fix io hung while disconnecting deviceYu Kuai2022-05-271-1/+1
| * | nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai2022-05-271-4/+14
| * | nbd: fix race between nbd_alloc_config() and module removalYu Kuai2022-05-271-9/+19
| * | nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai2022-05-271-1/+6
| * | md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-05-271-0/+6
| * | bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li2022-05-272-0/+2
| * | block, loop: support partitions without scanningChristoph Hellwig2022-05-273-4/+7
| * | bcache: avoid journal no-space deadlock by reserving 1 journal bucketColy Li2022-05-243-5/+29
| * | bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()Coly Li2022-05-241-28/+13
| * | bcache: improve multithreaded bch_sectors_dirty_init()Coly Li2022-05-242-38/+26
| * | bcache: improve multithreaded bch_btree_check()Coly Li2022-05-242-33/+27
| * | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2022-05-2311-217/+168
| |\ \
| | * | md: fix double free of io_acct_set biosetXiao Ni2022-05-221-4/+0
| | * | md: Don't set mddev private to NULL in raid0 pers->freeXiao Ni2022-05-221-1/+0
| | * | md: remove most calls to bdevnameChristoph Hellwig2022-05-229-200/+147
| | * | md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-05-221-5/+10
| | * | md: don't unregister sync_thread with reconfig_mutex heldGuoqing Jiang2022-05-223-7/+11
| |/ /
* | | Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-0312-82/+77
|\ \ \
| * | | blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-2812-22/+29
| * | | blk-mq: avoid a mess of casts for blk_end_sync_rqChristoph Hellwig2022-05-281-23/+20
| * | | blk-mq: remove __blk_execute_rq_nowaitChristoph Hellwig2022-05-281-39/+30
* | | | Merge tag 'for-5.19/block-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-038-80/+83
|\ \ \ \
| * | | | block: Fix potential deadlock in blk_ia_range_sysfs_show()Damien Le Moal2022-06-021-6/+1
| * | | | block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara2022-06-021-6/+2
| * | | | block: remove useless BUG_ON() in blk_mq_put_tag()Damien Le Moal2022-06-021-1/+0
| * | | | blk-mq: do not update io_ticks with passthrough requestsHaisu Wang2022-05-301-1/+2
| * | | | block: make bioset_exit() fully resilient against being called twiceJens Axboe2022-05-291-0/+1
| * | | | block: use bio_queue_enter instead of blk_queue_enter in bio_pollChristoph Hellwig2022-05-281-1/+1
| * | | | block: document BLK_STS_AGAIN usageHannes Reinecke2022-05-271-0/+4
| * | | | block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig2022-05-271-3/+5