summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-145-4/+18
|\
| * Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-123-2/+15
| |\
| | * printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-222-2/+12
| | * crash: add VMCOREINFO macro to define offset in a struct declared by typedefJohn Ogness2020-07-101-0/+3
| * | kernel.h: Move oops_in_progress to printk.hAndy Shevchenko2020-09-153-2/+3
* | | Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-135-10/+35
|\ \ \
| * | | block: optimize blk_queue_zoned_model for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2020-10-071-1/+3
| * | | scsi: Add host and host template flag 'host_tagset'Hannes Reinecke2020-10-061-1/+8
| * | | block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva2020-10-031-1/+4
| * | | bcache: add set_uuid in struct cache_setColy Li2020-10-021-2/+2
| * | | md/raid6: let async recovery function support different page offsetYufen Yu2020-09-251-2/+4
| * | | md/raid6: let syndrome computor support different page offsetYufen Yu2020-09-251-3/+3
| * | | md/raid5: add new xor function to support different page offsetYufen Yu2020-09-251-0/+11
| * | | Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-2411-113/+85
| |\ \ \
* | \ \ \ Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-134-38/+132
|\ \ \ \ \
| * | | | | io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waitsJens Axboe2020-10-011-0/+1
| * | | | | fs: align IOCB_* flags with RWF_* flagsJens Axboe2020-10-011-18/+19
| * | | | | io_uring: allow disabling rings during the creationStefano Garzarella2020-10-011-0/+2
| * | | | | io_uring: add IOURING_REGISTER_RESTRICTIONS opcodeStefano Garzarella2020-10-011-0/+31
| * | | | | io_uring: use an enumeration for io_uring_register(2) opcodesStefano Garzarella2020-10-011-11/+16
| * | | | | io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-10-012-9/+5
| * | | | | io_uring: don't rely on weak ->files referencesJens Axboe2020-10-012-0/+58
* | | | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1315-173/+199
|\ \ \ \ \ \
| * | | | | | block: fix uapi blkzoned.h commentsDamien Le Moal2020-10-091-6/+9
| * | | | | | block: soft limit zone-append sectors as wellJohannes Thumshirn2020-10-071-1/+4
| * | | | | | block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-061-8/+0
| * | | | | | block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-061-8/+0
| * | | | | | block: move 'q_usage_counter' into front of 'request_queue'Ming Lei2020-10-061-1/+2
| * | | | | | percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei2020-10-061-28/+24
| * | | | | | block: make bio_crypt_clone() able to failEric Biggers2020-10-051-4/+16
| * | | | | | block: add a bdget_part helperChristoph Hellwig2020-10-051-1/+1
| * | | | | | iocost: add iocg_forgive_debt tracepointTejun Heo2020-09-251-0/+41
| * | | | | | dm: add support for REQ_NOWAIT and enable it for linear targetKonstantin Khlebnikov2020-09-251-0/+6
| * | | | | | block: add QUEUE_FLAG_NOWAITMike Snitzer2020-09-251-2/+5
| * | | | | | block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-2/+7
| | |_|/ / / | |/| | | |
| * | | | | bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-38/+10
| * | | | | bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-241-10/+3
| * | | | | bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-243-6/+4
| * | | | | bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-9/+0
| * | | | | bdi: remove BDI_CAP_CGROUP_WRITEBACKChristoph Hellwig2020-09-241-5/+3
| * | | | | block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+1
| * | | | | fs: remove the unused SB_I_MULTIROOT flagChristoph Hellwig2020-09-241-1/+0
| * | | | | block: mark blkdev_get staticChristoph Hellwig2020-09-231-1/+0
| * | | | | mm: split swap_type_ofChristoph Hellwig2020-09-231-1/+2
| * | | | | PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig2020-09-231-2/+2
| * | | | | block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig2020-09-232-3/+3
| * | | | | block: allow 'chunk_sectors' to be non-power-of-2Mike Snitzer2020-09-231-3/+9
| * | | | | block: introduce part_[begin|end]_io_acctSong Liu2020-09-121-0/+5
| * | | | | block: remove check_disk_changeChristoph Hellwig2020-09-101-1/+0
| * | | | | ide-gd: stop using the disk events mechanismChristoph Hellwig2020-09-101-2/+0