| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: fix a crash if blk_alloc_disk fails | Mikulas Patocka | 2024-10-15 | 1 | -1/+3 |
* | Revert "dm: requeue IO if mapping table not yet available" | Mikulas Patocka | 2024-09-15 | 1 | -3/+8 |
* | dm suspend: return -ERESTARTSYS instead of -EINTR | Mikulas Patocka | 2024-08-13 | 1 | -2/+2 |
* | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-22 | 1 | -0/+1 |
|\ |
|
| * | block: split integrity support out of bio.h | Christoph Hellwig | 2024-07-03 | 1 | -0/+1 |
* | | Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2024-07-19 | 1 | -16/+38 |
|\ \ |
|
| * | | dm: Remove max_secure_erase_granularity | Damien Le Moal | 2024-07-10 | 1 | -2/+0 |
| * | | dm: Remove max_write_zeroes_granularity | Damien Le Moal | 2024-07-10 | 1 | -2/+0 |
| * | | dm: optimize flushes | Mikulas Patocka | 2024-06-26 | 1 | -12/+38 |
| |/ |
|
* | | dm: handle REQ_OP_ZONE_RESET_ALL | Damien Le Moal | 2024-07-05 | 1 | -3/+132 |
* | | dm: Refactor is_abnormal_io() | Damien Le Moal | 2024-07-05 | 1 | -13/+11 |
|/ |
|
* | block: Generalize chunk_sectors support as boundary support | John Garry | 2024-06-20 | 1 | -1/+1 |
* | block: move the io_stat flag setting to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -10/+3 |
* | Merge tag 'for-6.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-05-21 | 1 | -1/+1 |
|\ |
|
| * | dm: always manage discard support in terms of max_hw_discard_sectors | Mike Snitzer | 2024-05-20 | 1 | -1/+1 |
* | | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux | Linus Torvalds | 2024-05-13 | 1 | -23/+49 |
|\ \
| |/
|/| |
|
| * | dm: Use the block layer zone append emulation | Damien Le Moal | 2024-04-17 | 1 | -23/+49 |
* | | dm: restore synchronous close of device mapper block device | Ming Lei | 2024-04-16 | 1 | -2/+8 |
|/ |
|
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 1 | -8/+9 |
|\ |
|
| * | dm: treat alloc_dax() -EOPNOTSUPP failure as non-fatal | Mathieu Desnoyers | 2024-02-23 | 1 | -8/+9 |
* | | Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-03-13 | 1 | -7/+21 |
|\ \ |
|
| * | | dm: call the resume method on internal suspend | Mikulas Patocka | 2024-03-12 | 1 | -6/+20 |
| * | | dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list | Mike Snitzer | 2024-02-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 2024-03-11 | 1 | -2/+2 |
|\ \ |
|
| * | | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig | 2024-02-20 | 1 | -2/+2 |
| |/ |
|
* / | md: port block device access to file | Christian Brauner | 2024-02-25 | 1 | -10/+13 |
|/ |
|
* | bdev: rename freeze and thaw helpers | Christian Brauner | 2023-11-18 | 1 | -2/+2 |
* | Merge tag 'for-6.7/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-11-01 | 1 | -48/+73 |
|\ |
|
| * | dm: respect REQ_NOWAIT flag in normal bios issued to DM | Mike Snitzer | 2023-10-27 | 1 | -11/+29 |
| * | dm: enhance alloc_multiple_bios() to be more versatile | Mike Snitzer | 2023-10-27 | 1 | -34/+34 |
| * | dm: make __send_duplicate_bios return unsigned int | Mikulas Patocka | 2023-10-23 | 1 | -2/+2 |
| * | dm: shortcut the calls to linear_map and stripe_map | Mikulas Patocka | 2023-10-07 | 1 | -2/+9 |
* | | dm: Convert to bdev_open_by_dev() | Jan Kara | 2023-10-28 | 1 | -9/+11 |
|/ |
|
* | dm: don't attempt to queue IO under RCU protection | Jens Axboe | 2023-09-15 | 1 | -21/+2 |
* | Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-06-30 | 1 | -26/+32 |
|\ |
|
| * | dm: skip dm-stats work in alloc_io() unless needed | Mike Snitzer | 2023-06-17 | 1 | -1/+2 |
| * | dm: avoid needless dm_io access if all IO accounting is disabled | Mike Snitzer | 2023-06-17 | 1 | -22/+21 |
| * | dm: support turning off block-core's io stats accounting | Li Nan | 2023-06-17 | 1 | -5/+11 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2023-06-30 | 1 | -0/+69 |
|\ \ |
|
| * \ | Merge patch series "Use block pr_ops in LIO" | Martin K. Petersen | 2023-05-22 | 1 | -0/+69 |
| |\ \ |
|
| | * | | dm: Add support for block PR read keys/reservation | Mike Christie | 2023-04-12 | 1 | -0/+69 |
* | | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-06-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | dm integrity: Use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 2023-05-26 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 2023-06-26 | 1 | -10/+10 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 2023-06-12 | 1 | -5/+5 |
| * | | | block: use the holder as indication for exclusive opens | Christoph Hellwig | 2023-06-12 | 1 | -3/+3 |
| * | | | block: remove the unused mode argument to ->release | Christoph Hellwig | 2023-06-12 | 1 | -1/+1 |
| * | | | block: pass a gendisk to ->open | Christoph Hellwig | 2023-06-12 | 1 | -2/+2 |
| * | | | block: introduce holder ops | Christoph Hellwig | 2023-06-05 | 1 | -1/+1 |
| |/ / |
|
* | | | dm: use op specific max_sectors when splitting abnormal io | Mike Snitzer | 2023-06-15 | 1 | -9/+16 |