index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
dm: introduce the target flag mempool_needs_integrity
Mikulas Patocka
1
-2
/
+5
2024-07-10
dm raid: fix stripes adding reshape size issues
Heinz Mauelshagen
1
-3
/
+17
2024-07-10
dm raid: move _get_reshape_sectors() as prerequisite to fixing reshape size i...
Heinz Mauelshagen
1
-17
/
+17
2024-07-10
dm-crypt: support for per-sector NVMe metadata
Mikulas Patocka
1
-23
/
+24
2024-07-10
dm mpath: don't call dm_get_device in multipath_message
Benjamin Marzinski
1
-7
/
+4
2024-07-10
dm: factor out helper function from dm_get_device
Benjamin Marzinski
1
-9
/
+24
2024-07-10
dm-verity: fix dm_is_verity_target() when dm-verity is builtin
Eric Biggers
1
-8
/
+8
2024-07-10
dm: Remove max_secure_erase_granularity
Damien Le Moal
1
-2
/
+0
2024-07-10
dm: Remove max_write_zeroes_granularity
Damien Le Moal
1
-2
/
+0
2024-07-10
dm vdo indexer: use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2024-07-10
dm vdo: remove unused struct 'uds_attribute'
Dr. David Alan Gilbert
1
-5
/
+0
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
11
-20
/
+20
2024-07-10
dm-crypt: limit the size of encryption requests
Mikulas Patocka
1
-3
/
+29
2024-07-03
dm verity: add support for signature verification with platform keyring
Luca Boccassi
2
-0
/
+17
2024-07-03
dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
Benjamin Marzinski
1
-2
/
+3
2024-07-03
dm-verity: hash blocks with shash import+finup when possible
Eric Biggers
2
-57
/
+130
2024-07-03
dm-verity: make verity_hash() take dm_verity_io instead of ahash_request
Eric Biggers
3
-16
/
+13
2024-07-03
dm-verity: always "map" the data blocks
Eric Biggers
4
-180
/
+42
2024-07-03
dm-verity: provide dma_alignment limit in io_hints
Eric Biggers
1
-0
/
+8
2024-07-03
dm-verity: make real_digest and want_digest fixed-length
Eric Biggers
2
-12
/
+8
2024-07-03
dm-verity: move data hash mismatch handling into its own function
Eric Biggers
1
-28
/
+36
2024-07-02
dm-verity: move hash algorithm setup into its own function
Eric Biggers
1
-31
/
+39
2024-07-02
dm init: Handle minors larger than 255
Benjamin Marzinski
1
-1
/
+3
2024-07-02
dm cache metadata: remove unused struct 'thunk'
Dr. David Alan Gilbert
1
-9
/
+0
2024-07-02
dm io: remove code duplication between sync_io and aysnc_io
Benjamin Marzinski
1
-36
/
+23
2024-07-02
dm io: don't call the async_io notify.fn on invalid num_regions
Benjamin Marzinski
1
-19
/
+12
2024-07-02
dm io: bump num_bvecs to handle offset memory
Benjamin Marzinski
1
-1
/
+1
2024-06-26
dm: optimize flushes
Mikulas Patocka
5
-12
/
+46
2024-06-26
block: change rq_integrity_vec to respect the iterator
Mikulas Patocka
1
-3
/
+3
2024-06-24
brd: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-22
cdrom: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
null_blk: Do not set disk->nr_zones
Damien Le Moal
1
-2
/
+0
2024-06-20
nvme: Atomic write support
Alan Adamson
1
-0
/
+52
2024-06-20
scsi: scsi_debug: Atomic write support
John Garry
1
-134
/
+454
2024-06-20
scsi: sd: Atomic write support
John Garry
3
-1
/
+122
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
1
-1
/
+1
2024-06-20
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
5
-6
/
+3
2024-06-20
block: move the raid_partial_stripes_expensive flag into the features field
Christoph Hellwig
2
-3
/
+3
2024-06-20
block: remove the discard_alignment flag
Christoph Hellwig
3
-3
/
+0
2024-06-19
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
48
-524
/
+319
2024-06-19
block: move the bounce flag into the features field
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the skip_tagset_quiesce flag to queue_limits
Christoph Hellwig
1
-3
/
+5
2024-06-19
block: move the pci_p2pdma flag to queue_limits
Christoph Hellwig
1
-5
/
+3
2024-06-19
block: move the zone_resetall flag to queue_limits
Christoph Hellwig
5
-13
/
+5
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
8
-13
/
+15
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
2
-52
/
+14
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
3
-8
/
+5
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
4
-36
/
+7
2024-06-19
block: move the synchronous flag to queue_limits
Christoph Hellwig
4
-7
/
+6
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
9
-45
/
+22
[next]