summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: openclose: fix bug of closing wrong fixed fileHao Xu2022-06-131-1/+1
* io_uring: fix not locked access to fixed buf tablePavel Begunkov2022-06-131-17/+17
* io_uring: fix races with buffer table unregisterPavel Begunkov2022-06-131-0/+7
* io_uring: fix races with file table unregisterPavel Begunkov2022-06-131-0/+8
* io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-312-10/+68
* io_uring: defer alloc_hint update to io_file_bitmap_set()Xiaoguang Wang2022-05-311-8/+3
* io_uring: ensure fput() called correspondingly when direct install failsXiaoguang Wang2022-05-311-0/+5
* io_uring: wire up allocated direct descriptors for socketJens Axboe2022-05-311-2/+2
* io_uring: fix a memory leak of buffer group list on exitJens Axboe2022-05-311-0/+1
* io_uring: move shutdown under the general net sectionJens Axboe2022-05-311-36/+29
* io_uring: unify calling convention for async prep handlingJens Axboe2022-05-311-2/+12
* io_uring: add io_op_defs 'def' pointer in req init and issueJens Axboe2022-05-311-7/+10
* io_uring: make prep and issue side of req handlers named consistentlyJens Axboe2022-05-251-6/+6
* io_uring: make timeout prep handlers consistent with other prep handlersJens Axboe2022-05-251-4/+17
* Merge tag 'zonefs-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-235-53/+344
|\
| * documentation: zonefs: Document sysfs attributesDamien Le Moal2022-04-261-0/+38
| * documentation: zonefs: Cleanup the mount options sectionDamien Le Moal2022-04-211-2/+12
| * zonefs: Add active seq file accountingDamien Le Moal2022-04-213-6/+83
| * zonefs: Export open zone resource information through sysfsDamien Le Moal2022-04-214-5/+156
| * zonefs: Always do seq file write open accountingDamien Le Moal2022-04-211-34/+46
| * zonefs: Rename super block information fieldsDamien Le Moal2022-04-212-9/+12
| * zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
| * zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
* | Merge tag 'ata-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-05-2315-277/+285
|\ \
| * | ata: pata_ftide010: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing2022-05-161-4/+3
| * | doc: admin-guide: Update libata kernel parametersDamien Le Moal2022-05-091-16/+55
| * | ata: libata-core: Allow forcing most horkage flagsDamien Le Moal2022-05-091-2/+20
| * | ata: libata-core: Improve link flags forced settingsDamien Le Moal2022-05-091-10/+22
| * | ata: libata-core: Refactor force_tbl definitionDamien Le Moal2022-05-091-58/+81
| * | ata: libata-core: cleanup ata_device_blacklistDamien Le Moal2022-05-091-49/+49
| * | ata: simplify the return expression of brcm_ahci_removeMinghao Chi2022-05-091-6/+1
| * | ata: Make use of the helper function devm_platform_ioremap_resource()Lv Ruyi2022-04-221-6/+1
| * | ata: libata-core: replace "its" with "it is"Diego Viola2022-04-221-2/+2
| * | ahci: Add a generic 'controller2' RAID idDan Williams2022-04-221-2/+3
| * | dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 supportLad Prabhakar2022-04-141-0/+1
| * | ata: pata_via: fix sloppy typing in via_do_set_mode()Sergey Shtylyov2022-04-131-3/+3
| * | ata: pata_sil680: fix result type of sil680_sel{dev|reg}()Sergey Shtylyov2022-04-131-17/+13
| * | ata: libata-core: fix parameter type in ata_xfer_mode2shift()Sergey Shtylyov2022-04-122-2/+2
| * | libata: Improve ATA queued command allocationJohn Garry2022-04-116-108/+36
| * | ata: pata_mpc52xx: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-111-1/+2
* | | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-2350-653/+845
|\ \ \
| * | | mtip32xx: fix typo in commentJulia Lawall2022-05-211-1/+1
| * | | Merge tag 'nvme-5.19-2022-05-19' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-05-203-10/+117
| |\ \ \
| | * | | nvme: set non-mdts limits in nvme_scan_workChaitanya Kulkarni2022-05-191-4/+15
| | * | | nvme: add support for TP4084 - Time-to-Ready EnhancementsChristoph Hellwig2022-05-183-6/+102
| |/ / /
| * | | Merge tag 'nvme-5.19-2022-05-18' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-05-188-15/+37
| |\ \ \
| | * | | nvme: split the enum used for various register constantsChristoph Hellwig2022-05-171-2/+11
| | * | | nvme-fabrics: add a request timeout helperChaitanya Kulkarni2022-05-163-8/+10
| | * | | nvme-pci: harden drive presence detect in nvme_dev_disable()Stefan Roese2022-05-161-1/+1
| | * | | nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)2022-05-161-0/+1