summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig
2022-05-01aoe: Avoid flush_scheduled_work() usageTetsuo Handa
2022-04-27Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe
2022-04-25null-blk: save memory footprint for struct nullb_cmdYu Kuai
2022-04-25md: Replace role magic numbers with defined constantsDavid Sloan
2022-04-25md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg
2022-04-25md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe
2022-04-25md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe
2022-04-25md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe
2022-04-25md/raid5: Un-nest struct raid5_percpu definitionLogan Gunthorpe
2022-04-25md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe
2022-04-25md: replace deprecated strlcpy & remove duplicated lineHeming Zhao
2022-04-25md/bitmap: don't set sb values if can't pass sanity checkHeming Zhao
2022-04-25md: fix an incorrect NULL check in md_reload_sbXiaomeng Tong
2022-04-25md: fix an incorrect NULL check in does_sb_need_changingXiaomeng Tong
2022-04-25raid5: introduce MD_BROKENMariusz Tkaczyk
2022-04-25md: Set MD_BROKEN for RAID1 and RAID10Mariusz Tkaczyk
2022-04-18block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usageJack Wang
2022-04-18loop: don't destroy lo->workqueue in __loop_clr_fdChristoph Hellwig
2022-04-18loop: remove lo_refcount and avoid lo_mutex in ->open / ->releaseChristoph Hellwig
2022-04-18loop: avoid loop_validate_mutex/lo_mutex in ->releaseTetsuo Handa
2022-04-18loop: suppress uevents while reconfiguring the deviceChristoph Hellwig
2022-04-18loop: implement ->free_diskChristoph Hellwig
2022-04-18loop: only freeze the queue in __loop_clr_fd when neededChristoph Hellwig
2022-04-18loop: don't freeze the queue in lo_releaseChristoph Hellwig
2022-04-18loop: remove the racy bd_inode->i_mapping->nrpages assertsChristoph Hellwig
2022-04-18loop: initialize the worker tracking fields onceChristoph Hellwig
2022-04-18loop: de-duplicate the idle worker freeing codeChristoph Hellwig
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18zram: cleanup zram_removeChristoph Hellwig
2022-04-18zram: cleanup reset_storeChristoph Hellwig
2022-04-18nbd: use the correct block_device in nbd_bdev_resetChristoph Hellwig
2022-04-17drbd: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-04-17drdb: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2022-04-17drbd: Replace "unsigned" with "unsigned int"Cai Huoqing
2022-04-17drbd: Make use of PFN_UP helper macroCai Huoqing
2022-04-17block: drbd: drbd_receiver: Remove redundant assignment to errJiapeng Chong
2022-04-17drbd: address enum mismatch warningsArnd Bergmann
2022-04-17drbd: fix duplicate array initializerArnd Bergmann
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_max_discard_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-04-17block: add a bdev_stable_writes helperChristoph Hellwig
2022-04-17block: add a bdev_fua helperChristoph Hellwig