summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-16dm: skip dm-stats work in alloc_io() unless neededMike Snitzer
2023-06-16dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer
2023-06-16dm: support turning off block-core's io stats accountingLi Nan
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-25dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-04-14dm: unexport dm_get_queue_limits()Mike Snitzer
2023-04-14dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer
2023-04-11dm: Add support for block PR read keys/reservationMike Christie
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer
2023-03-24Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen
2023-02-14dm: correct block comments format.Heinz Mauelshagen
2023-02-14dm: avoid initializing static variablesHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2023-02-14dm: send just one event on resize, not twoMikulas Patocka
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-11-16dm: track per-add_disk holder relations in DMChristoph Hellwig
2022-11-16dm: make sure create and remove dm device won't race with open and close tableYu Kuai
2022-11-16dm: cleanup close_table_deviceChristoph Hellwig
2022-11-16dm: cleanup open_table_deviceChristoph Hellwig
2022-11-16dm: remove free_table_devicesChristoph Hellwig
2022-10-18dm: remove unnecessary assignment statement in alloc_dev()Genjian Zhang
2022-10-18dm: change from DMWARN to DMERR or DMCRIT for fatal errorsMikulas Patocka
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-28dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer