summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-01block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-07-01s390/dasd: Avoid field over-reading memcpy()Kees Cook2-3/+5
2021-07-01dasd: unexport dasd_set_target_stateChristoph Hellwig1-1/+0
2021-07-01block: check disk exist before trying to add partitionYufen Yu1-7/+16
2021-06-30ubd: remove dead code in ubd_setup_commonChristoph Hellwig1-10/+0
2021-06-30nvme: use return value from blk_execute_rq()Keith Busch4-18/+33
2021-06-30block: return errors from blk_execute_rq()Keith Busch2-3/+8
2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch8-47/+19
2021-06-30block: support polling through blk_execute_rqKeith Busch1-1/+17
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig14-51/+19
2021-06-30block: mark blk_mq_init_queue_data staticChristoph Hellwig2-4/+1
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig1-9/+5
2021-06-30loop: split loop_lookupChristoph Hellwig1-45/+12
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig1-0/+5
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig1-24/+13
2021-06-30loop: split loop_control_ioctlChristoph Hellwig1-33/+60
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig1-8/+1
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig1-7/+5
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig1-2/+3
2021-06-30loop: reorder loop_exitChristoph Hellwig1-5/+2
2021-06-30mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig3-25/+14
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever2-1/+60
2021-06-30ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-30/+14
2021-06-30ubd: remove the code to register as the legacy IDE driverChristoph Hellwig1-94/+12
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig1-1/+0
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-44/+27
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig1-64/+15
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi2-85/+111
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi3-3/+165
2021-06-29mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman1-5/+9
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman4-49/+144
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport5-11/+7
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport36-69/+59
2021-06-29docs: remove description of DISCONTIGMEMMike Rapoport2-49/+8
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport7-27/+6
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport4-71/+12
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport5-76/+1
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport3-61/+0
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport1-8/+5
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport15-540/+4
2021-06-29mm/page_alloc: move free_the_pageMel Gorman1-8/+8
2021-06-29mm/page_alloc: fix counting of managed_pagesLiu Shixin1-6/+6
2021-06-29mm/page_alloc: improve memmap_pages dbg msgDong Aisheng1-1/+1
2021-06-29mm: drop SECTION_SHIFT in code commentsDong Aisheng1-2/+0
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman4-7/+94
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman3-1/+54
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman2-3/+41
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman3-13/+29