summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-20dm: always manage discard support in terms of max_hw_discard_sectorsMike Snitzer1-1/+1
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-23/+49
2024-04-17dm: Use the block layer zone append emulationDamien Le Moal1-23/+49
2024-04-16dm: restore synchronous close of device mapper block deviceMing Lei1-2/+8
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+9
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+21
2024-03-12dm: call the resume method on internal suspendMikulas Patocka1-6/+20
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2024-02-25md: port block device access to fileChristian Brauner1-10/+13
2024-02-23dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers1-8/+9
2024-02-20dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing listMike Snitzer1-1/+1
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-2/+2
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-02Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-48/+73
2023-10-28dm: Convert to bdev_open_by_dev()Jan Kara1-9/+11
2023-10-27dm: respect REQ_NOWAIT flag in normal bios issued to DMMike Snitzer1-11/+29
2023-10-27dm: enhance alloc_multiple_bios() to be more versatileMike Snitzer1-34/+34
2023-10-23dm: make __send_duplicate_bios return unsigned intMikulas Patocka1-2/+2
2023-10-07dm: shortcut the calls to linear_map and stripe_mapMikulas Patocka1-2/+9
2023-09-15dm: don't attempt to queue IO under RCU protectionJens Axboe1-21/+2
2023-06-30Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-26/+32
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+69
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-10/+10
2023-06-17dm: skip dm-stats work in alloc_io() unless neededMike Snitzer1-1/+2
2023-06-17dm: avoid needless dm_io access if all IO accounting is disabledMike Snitzer1-22/+21
2023-06-17dm: support turning off block-core's io stats accountingLi Nan1-5/+11
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer1-9/+16
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-5/+5
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+3
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-26dm integrity: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-1/+1
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-0/+69
2023-04-14dm: unexport dm_get_queue_limits()Mike Snitzer1-11/+9
2023-04-14dm: allow targets to require splitting WRITE_ZEROES and SECURE_ERASEMike Snitzer1-4/+6
2023-04-12dm: Add support for block PR read keys/reservationMike Christie1-0/+69
2023-03-30dm: split discards further if target sets max_discard_granularityMike Snitzer1-6/+19
2023-03-30dm: fix __send_duplicate_bios() to always allow for splitting IOMike Snitzer1-0/+2
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer1-3/+4
2023-03-25Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2023-03-16dm stats: check for and propagate alloc_percpu failureJiasheng Jiang1-1/+3
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceYu Kuai1-3/+3
2023-02-20dm: remove unnecessary (void*) conversion in event_callback()XU pengfei1-1/+1
2023-02-16dm: add cond_resched() to dm_wq_requeue_work()Mike Snitzer1-0/+1
2023-02-16dm: add cond_resched() to dm_wq_work()Pingfan Liu1-0/+1
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer1-1/+0