summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-05-01mailmap: add mailmap entries for Jens AxboeJens Axboe1-1/+4
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-28writeback: fix call of incorrect macroMaxim Korotkov1-1/+1
2023-04-28md: Fix bitmap offset type in sb writerJonathan Derrick1-3/+3
2023-04-28md/raid5: Improve performance for sequential IOJan Kara1-1/+44
2023-04-28docs nbd: userspace NBD now favors github over sourceforgeEric Blake1-1/+1
2023-04-28block nbd: use req.cookie instead of req.handleEric Blake1-3/+3
2023-04-28uapi nbd: add cookie alias to handleEric Blake1-3/+9
2023-04-28uapi nbd: improve doc links to userspace specEric Blake1-3/+12
2023-04-27blk-integrity: register sysfs attributes on struct deviceThomas Weißschuh4-72/+8
2023-04-27blk-integrity: convert to struct device_attributeThomas Weißschuh1-65/+62
2023-04-27blk-integrity: use sysfs_emitThomas Weißschuh1-10/+9
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni5-5/+0
2023-04-25block: sync part's ->bd_has_submit_bio with disk'sMing Lei1-1/+4
2023-04-24block: Cleanup set_capacity()/bdev_set_nr_sectors()Damien Le Moal4-14/+11
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua1-0/+6
2023-04-20ublk: don't return 0 in case of any failureMing Lei1-0/+1
2023-04-19sed-opal: geometry feature reporting commandOndrej Kozina3-1/+42
2023-04-19null_blk: Always check queue mode setting from configfsChaitanya Kulkarni1-0/+5
2023-04-19block: ublk: switch to ioctl command encodingMing Lei3-13/+94
2023-04-16blk-mq: fix the blk_mq_add_to_requeue_list call in blk_kick_flushChristoph Hellwig1-1/+1
2023-04-16block, bfq: Fix division by zero error on zero wsumColin Ian King1-0/+2
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mAkinobu Mita1-1/+2
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe4-4/+9
2023-04-16block: re-arrange the struct block_device fields for better layoutJens Axboe1-8/+12
2023-04-14md/raid5: remove unused working_disks variableTom Rix1-4/+1
2023-04-14md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai1-1/+3
2023-04-14md/raid10: fix memleak of md threadYu Kuai1-3/+3
2023-04-14md/raid10: fix memleak for 'conf->bio_split'Yu Kuai1-20/+17
2023-04-14md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai1-10/+13
2023-04-14md/raid10: don't BUG_ON() in raise_barrier()Yu Kuai1-1/+3
2023-04-14md: fix soft lockup in status_resyncYu Kuai1-9/+9
2023-04-14md: add error_handlers for raid0 and linearMariusz Tkaczyk4-10/+31
2023-04-14md: Use optimal I/O size for last bitmap pageJon Derrick1-4/+29
2023-04-14md: Fix types in sb writerJon Derrick1-21/+14
2023-04-14md: Move sb writer loop to its own functionJon Derrick1-60/+65
2023-04-14md/raid10: Fix typo in comment (replacment -> replacement)Jiangshan Yi1-1/+1
2023-04-14md: make kobj_type structures constantThomas Weißschuh1-3/+3
2023-04-14md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-04-14md/raid10: fix task hung in raid10dLi Nan1-5/+13
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita4-23/+87
2023-04-13fault-inject: allow configuration via configfsAkinobu Mita3-1/+225
2023-04-13blk-mq: remove __blk_mq_run_hw_queueChristoph Hellwig1-20/+9
2023-04-13blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queueChristoph Hellwig1-27/+13
2023-04-13blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queueChristoph Hellwig1-3/+2
2023-04-13blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fnChristoph Hellwig1-9/+2
2023-04-13blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig1-17/+14
2023-04-13blk-mq: pass a flags argument to blk_mq_add_to_requeue_listChristoph Hellwig3-6/+6
2023-04-13blk-mq: pass a flags argument to elevator_type->insert_requestsChristoph Hellwig5-18/+21