aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05dm-raid: really frozen sync_thread during suspendYu Kuai2-11/+17
2024-03-05md: add a new helper reshape_interrupted()Yu Kuai1-0/+19
2024-03-05md: export helper md_is_rdwr()Yu Kuai2-12/+12
2024-03-05md: export helpers to stop sync_threadYu Kuai2-0/+32
2024-03-05md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resumeYu Kuai1-1/+4
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig1-4/+11
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig1-1/+13
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig1-1/+2
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig1-5/+6
2024-03-01dm: use queue_limits_setChristoph Hellwig2-16/+13
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig2-0/+27
2024-03-01block: add a queue_limits_set helperChristoph Hellwig2-0/+19
2024-02-29md/raid1: factor out helpers to choose the best rdev from read_balance()Yu Kuai1-77/+98
2024-02-29md/raid1: factor out the code to manage sequential IOYu Kuai1-34/+37
2024-02-29md/raid1: factor out choose_bb_rdev() from read_balance()Yu Kuai1-31/+48
2024-02-29md/raid1: factor out choose_slow_rdev() from read_balance()Yu Kuai1-17/+52
2024-02-29md/raid1: factor out read_first_rdev() from read_balance()Yu Kuai1-17/+46
2024-02-29md/raid1-10: factor out a new helper raid1_should_read_first()Yu Kuai3-24/+24
2024-02-29md/raid1-10: add a helper raid1_check_read_range()Yu Kuai1-0/+49
2024-02-29md/raid1: fix choose next idle in read_balance()Yu Kuai1-10/+22
2024-02-29md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai3-7/+12
2024-02-29md/raid1: factor out helpers to add rdev to confYu Kuai1-32/+53
2024-02-29md: add a new helper rdev_has_badblock()Yu Kuai4-72/+44
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei2-3/+8
2024-02-28ublk: improve getting & putting ublk deviceMing Lei1-5/+7
2024-02-28blk-mq: don't change nr_hw_queues and nr_maps for kdump kernelMing Lei1-8/+6
2024-02-27md/raid5: fix atomicity violation in raid5_cache_countGui-Dong Han1-6/+8
2024-02-27ubd: open the backing files in ubd_addChristoph Hellwig1-42/+16
2024-02-27ubd: remove the queue pointer in struct ubdChristoph Hellwig1-3/+1
2024-02-27ubd: move set_disk_ro to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: move setting the variable queue limits to ubd_addChristoph Hellwig1-6/+7
2024-02-27ubd: move setting the nonrot flag to ubd_addChristoph Hellwig1-1/+1
2024-02-27ubd: remove ubd_disk_registerChristoph Hellwig1-22/+15
2024-02-27ubd: remove the ubd_gendisk arrayChristoph Hellwig1-9/+4
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig1-18/+23
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig1-5/+3
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig1-2/+2
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig1-4/+2
2024-02-26md/md-bitmap: fix incorrect usage for sb_indexHeming Zhao1-3/+6
2024-02-26md: check mddev->pers before calling md_set_readonly()Li Nan1-11/+11
2024-02-26md: clean up openers check in do_md_stop() and md_set_readonly()Li Nan1-23/+14
2024-02-26md: sync blockdev before stopping raid or setting readonlyLi Nan1-0/+16
2024-02-26md: factor out a helper to sync mddevLi Nan1-11/+21
2024-02-26md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-02-26md: return directly before setting did_set_md_closingLi Nan1-17/+8
2024-02-26md: clean up invalid BUG_ON in md_ioctlLi Nan1-5/+0
2024-02-26md: changed the switch of RAID_VERSION to ifLi Nan1-6/+2
2024-02-26md: merge the check of capabilities into md_ioctl_valid()Li Nan1-18/+12
2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-24block/blk-mq: Don't complete locally if capacities are differentQais Yousef1-2/+3