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
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
bcache: work around a __bitwise to bool conversion sparse warning
Christoph Hellwig
1
-2
/
+2
2024-06-26
md: set md-specific flags for all queue limits
Christoph Hellwig
6
-9
/
+14
2024-06-26
dm: optimize flushes
Mikulas Patocka
5
-12
/
+46
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
11
-217
/
+263
2024-06-24
lib min_heap: rename min_heapify() to min_heap_sift_down()
Kuan-Wei Chiu
1
-1
/
+1
2024-06-24
lib min_heap: add args for min_heap_callbacks
Kuan-Wei Chiu
2
-9
/
+10
2024-06-24
lib min_heap: add type safe interface
Kuan-Wei Chiu
2
-7
/
+7
2024-06-24
bcache: fix typo
Kuan-Wei Chiu
1
-1
/
+1
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
7
-202
/
+59
2024-06-19
block: move the zoned flag into the features field
Christoph Hellwig
3
-7
/
+8
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
1
-41
/
+13
2024-06-19
block: move the dax flag to queue_limits
Christoph Hellwig
1
-2
/
+2
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
2
-32
/
+4
2024-06-19
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2
-21
/
+4
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
3
-16
/
+14
2024-06-19
block: move the add_random flag to queue_limits
Christoph Hellwig
1
-18
/
+0
2024-06-19
block: move the nonrot flag to queue_limits
Christoph Hellwig
3
-27
/
+0
2024-06-19
block: move cache control settings out of queue->flags
Christoph Hellwig
3
-40
/
+14
2024-06-15
dm: Remove unused macro DM_ZONE_INVALID_WP_OFST
Damien Le Moal
1
-2
/
+0
2024-06-15
dm: Improve zone resource limits handling
Damien Le Moal
1
-30
/
+150
2024-06-15
dm: Call dm_revalidate_zones() after setting the queue limits
Damien Le Moal
3
-19
/
+22
2024-06-14
Merge branch 'for-6.11/block-limits' into for-6.11/block
Jens Axboe
10
-240
/
+79
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
9
-218
/
+77
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
1
-1
/
+1
2024-06-14
dm-integrity: use the nop integrity profile
Christoph Hellwig
2
-22
/
+2
2024-06-14
md/raid1: don't free conf on raid0_run failure
Christoph Hellwig
1
-11
/
+3
2024-06-14
md/raid0: don't free conf on raid0_run failure
Christoph Hellwig
1
-16
/
+5
2024-06-12
md/raid5: avoid BUG_ON() while continue reshape after reassembling
Yu Kuai
1
-7
/
+13
2024-06-12
md: pass in max_sectors for pers->sync_request()
Yu Kuai
5
-14
/
+10
2024-06-12
md: factor out helpers for different sync_action in md_do_sync()
Yu Kuai
1
-50
/
+73
2024-06-12
md: replace last_sync_action with new enum type
Yu Kuai
3
-9
/
+9
2024-06-12
md: use new helpers in md_do_sync()
Yu Kuai
2
-17
/
+6
2024-06-12
md: don't fail action_store() if sync_thread is not registered
Yu Kuai
2
-54
/
+33
2024-06-12
md: remove parameter check_seq for stop_sync_thread()
Yu Kuai
1
-15
/
+11
2024-06-12
md: replace sysfs api sync_action with new helpers
Yu Kuai
1
-42
/
+52
2024-06-12
md: factor out helper to start reshape from action_store()
Yu Kuai
1
-24
/
+41
2024-06-12
md: add new helpers for sync_action
Yu Kuai
2
-0
/
+82
2024-06-12
md: add a new enum type sync_action
Yu Kuai
1
-1
/
+56
2024-06-12
md: rearrange recovery_flags
Yu Kuai
1
-14
/
+38
2024-06-11
md/md-bitmap: fix writing non bitmap pages
Ofir Gal
1
-3
/
+3
[prev]
[next]