aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+25
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+25
2020-07-08nvme: support for zoned namespacesKeith Busch1-0/+111
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch1-1/+3
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel1-2/+17
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling1-2/+13
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe49-107/+483
2020-07-03Merge tag 'pci-v5.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+5
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-07-02Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+7
2020-07-01block: remove the all_bdevs listChristoph Hellwig1-1/+0
2020-07-01block: remove the unused bd_private field from struct block_deviceChristoph Hellwig1-7/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+0
2020-07-01block: remove the bd_block_size field from struct block_deviceChristoph Hellwig2-2/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-8/+4
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-1/+1
2020-06-30PCI: Make pcie_find_root_port() work for Root PortsMika Westerberg1-6/+5
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+2
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-2/+7
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei1-2/+2
2020-06-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig1-2/+0
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-54/+2
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig1-2/+0
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig1-14/+1
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig1-30/+0
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-7/+0
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig1-2/+0
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+1
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+16
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-35/+83
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+236
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+21
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra4-37/+83
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-06-27Merge tag 'vfio-v5.8-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-3/+2
2020-06-26Merge tag 'iommu-fixes-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2020-06-26Merge tag 'drm-fixes-2020-06-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+8
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg1-3/+2
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar30-68/+165
2020-06-26mm: remove vmalloc_execChristoph Hellwig1-1/+0
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2-2/+3