summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li2020-10-024-24/+19
| * bcache: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-021-13/+3
| * bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang2020-10-021-1/+1
| * bcache: share register sysfs with async registerColy Li2020-10-021-5/+7
| * null_blk: add support for max open/active zone limit for zoned devicesNiklas Cassel2020-09-293-58/+282
| * Merge tag 'nvme-5.10-2020-09-27' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2020-09-2810-117/+93
| |\
| | * nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu2020-09-271-17/+15
| | * nvme: fix error handling in nvme_ns_report_zonesChristoph Hellwig2020-09-271-25/+16
| | * nvmet-fc: fix missing check for no hostport structJames Smart2020-09-271-1/+1
| | * nvmet: add passthru ZNS supportChaitanya Kulkarni2020-09-271-0/+16
| | * nvmet: handle keep-alive timer when kato is modified by a set features cmdAmit Engel2020-09-273-2/+6
| | * nvmet-tcp: have queue io_work context run on sock incoming cpuMark Wunderlich2020-09-271-11/+10
| | * nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko2020-09-271-1/+2
| | * nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni2020-09-272-28/+5
| | * nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni2020-09-273-32/+22
| |/
| * Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-09-2513-213/+967
| |\
| | * md/raid10: improve discard request for far layoutXiao Ni2020-09-242-23/+64
| | * md/raid10: improve raid10 discard requestXiao Ni2020-09-241-1/+255
| | * md/raid10: pull codes that wait for blocked dev into one functionXiao Ni2020-09-241-51/+67
| | * md/raid10: extend r10bio devs to raid disksXiao Ni2020-09-241-5/+4
| | * md: add md_submit_discard_bio() for submitting discard bioXiao Ni2020-09-243-12/+24
| | * md: Simplify code with existing definition RESYNC_SECTORS in raid10.cZhen Lei2020-09-241-4/+4
| | * md/raid5: reallocate page array after setting new stripe_sizeYufen Yu2020-09-241-0/+20
| | * md/raid5: resize stripe_head when reshape arrayYufen Yu2020-09-241-0/+24
| | * md/raid5: let multiple devices of stripe_head share pageYufen Yu2020-09-242-3/+114
| | * md/raid6: let async recovery function support different page offsetYufen Yu2020-09-244-49/+128
| | * md/raid6: let syndrome computor support different page offsetYufen Yu2020-09-244-47/+91
| | * md/raid5: convert to new xor compution interfaceYufen Yu2020-09-241-9/+34
| | * md/raid5: add new xor function to support different page offsetYufen Yu2020-09-242-17/+114
| | * md/raid5: make async_copy_data() to support different page offsetYufen Yu2020-09-241-3/+5
| | * md/raid5: add a new member of offset into r5devYufen Yu2020-09-242-11/+40
| | * md: only calculate blocksize once and use i_blocksize()Xianting Tian2020-09-241-3/+4
| |/
| * null_blk: Support shared tag bitmapJohn Garry2020-09-241-0/+6
| * Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-24117-2094/+2663
| |\
* | \ Merge tag 'libata-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-138-21/+27
|\ \ \
| * | | ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár2020-10-093-2/+4
| * | | MAINTAINERS: remove LIBATA PATA DRIVERS entryBartlomiej Zolnierkiewicz2020-10-091-9/+0
| * | | pata_cmd64x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-021-1/+1
| * | | ahci: qoriq: enable acpi support in qoriq ahci driverYuantian Tang2020-10-021-3/+17
| * | | sata, highbank: simplify the return expression of ahci_highbank_suspendLiu Shixin2020-10-021-6/+1
| * | | ahci: Add Intel Rocket Lake PCH-H RAID PCI IDsMika Westerberg2020-10-021-0/+4
* | | | Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1312-911/+1662
|\ \ \ \
| * | | | io_uring: keep a pointer ref_node in file_dataPavel Begunkov2020-10-101-8/+6
| * | | | io_uring: refactor *files_register()'s error pathsPavel Begunkov2020-10-101-46/+32
| * | | | io_uring: clean file_data access in files_registerPavel Begunkov2020-10-101-36/+33
| * | | | io_uring: don't delay io_init_req() error checkPavel Begunkov2020-10-101-2/+1
| * | | | io_uring: clean leftovers after splitting issuePavel Begunkov2020-10-101-8/+6
| * | | | io_uring: remove timeout.list after hrtimer cancelPavel Begunkov2020-10-101-9/+2
| * | | | io_uring: use a separate struct for timeout_removePavel Begunkov2020-10-101-9/+9
| * | | | io_uring: improve submit_state.ios_left accountingPavel Begunkov2020-10-101-5/+5