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
2022-05-24
bcache: remove incremental dirty sector counting for bch_sectors_dirty_init()
Coly Li
1
-28
/
+13
2022-05-24
bcache: improve multithreaded bch_sectors_dirty_init()
Coly Li
2
-38
/
+26
2022-05-24
bcache: improve multithreaded bch_btree_check()
Coly Li
2
-33
/
+27
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-228
/
+322
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-150
/
+71
2022-05-22
md: fix double free of io_acct_set bioset
Xiao Ni
1
-4
/
+0
2022-05-22
md: Don't set mddev private to NULL in raid0 pers->free
Xiao Ni
1
-1
/
+0
2022-05-22
md: remove most calls to bdevname
Christoph Hellwig
9
-200
/
+147
2022-05-22
md: protect md_unregister_thread from reentrancy
Guoqing Jiang
1
-5
/
+10
2022-05-22
md: don't unregister sync_thread with reconfig_mutex held
Guoqing Jiang
3
-7
/
+11
2022-05-16
dax: add .recovery_write dax_operation
Jane Chu
4
-0
/
+50
2022-05-16
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
6
-12
/
+19
2022-05-11
dm: pass NULL bdev to bio_alloc_clone
Mike Snitzer
1
-16
/
+24
2022-05-09
dm cache metadata: remove unnecessary variable in __dump_mapping
Guo Zhengkui
1
-2
/
+1
2022-05-09
dm mpath: provide high-resolution timer to HST for bio-based
Gabriel Krisman Bertazi
3
-1
/
+23
2022-05-09
dm crypt: make printing of the key constant-time
Mikulas Patocka
1
-3
/
+11
2022-05-09
dm integrity: fix error code in dm_integrity_ctr()
Dan Carpenter
1
-2
/
+0
2022-05-09
dm stats: add cond_resched when looping over entries
Mikulas Patocka
1
-0
/
+8
2022-05-05
dm: improve abnormal bio processing
Mike Snitzer
1
-31
/
+36
2022-05-05
dm: simplify bio-based IO accounting further
Mike Snitzer
2
-34
/
+6
2022-05-05
dm: put all polled dm_io instances into a single list
Ming Lei
2
-26
/
+28
2022-05-05
dm: improve dm_io reference counting
Ming Lei
1
-14
/
+39
2022-05-05
dm: don't grab target io reference in dm_zone_map_bio
Ming Lei
3
-18
/
+6
2022-05-05
dm: improve bio splitting and associated IO accounting
Ming Lei
2
-24
/
+59
2022-05-05
dm: switch to bdev based IO accounting interfaces
Ming Lei
1
-15
/
+13
2022-05-05
dm: pass dm_io instance to dm_io_acct directly
Ming Lei
1
-4
/
+7
2022-05-05
dm: don't pass bio to __dm_start_io_acct and dm_end_io_acct
Ming Lei
1
-11
/
+8
2022-05-05
dm: use bio_sectors in dm_aceept_partial_bio
Mike Snitzer
1
-5
/
+5
2022-05-05
dm: simplify basic targets
Mike Snitzer
3
-14
/
+4
2022-05-05
dm: conditionally enable branching for less used features
Mike Snitzer
4
-23
/
+53
2022-05-05
dm: introduce dm_{get,put}_live_table_bio called from dm_submit_bio
Mike Snitzer
1
-4
/
+24
2022-05-05
dm: move hot dm_io members to same cacheline as dm_target_io
Mike Snitzer
1
-5
/
+7
2022-05-05
dm: add local variables to clone_endio and __map_bio
Mike Snitzer
1
-13
/
+12
2022-05-05
dm: mark various branches unlikely
Mike Snitzer
1
-3
/
+3
2022-05-05
dm: simplify dm_start_io_acct
Mike Snitzer
2
-13
/
+11
2022-05-05
dm: simplify dm_io access in dm_split_and_process_bio
Mike Snitzer
1
-6
/
+8
2022-05-05
dm: factor out dm_io_set_error and __dm_io_dec_pending
Mike Snitzer
1
-28
/
+36
2022-05-05
dm: conditionally enable BIOSET_PERCPU_CACHE for dm_io bioset
Mike Snitzer
3
-9
/
+14
2022-05-03
raid5: don't set the discard_alignment queue limit
Christoph Hellwig
1
-1
/
+0
2022-05-03
dm-zoned: don't set the discard_alignment queue limit
Christoph Hellwig
1
-1
/
+1
2022-04-25
md: Replace role magic numbers with defined constants
David Sloan
1
-5
/
+6
2022-04-25
md/raid0: Ignore RAID0 layout if the second zone has only one device
Pascal Hambourg
1
-15
/
+16
2022-04-25
md/raid5: Annotate functions that hold device_lock with __must_hold
Logan Gunthorpe
1
-5
/
+17
2022-04-25
md/raid5-ppl: Annotate with rcu_dereference_protected()
Logan Gunthorpe
1
-3
/
+10
2022-04-25
md/raid5: Annotate rdev/replacement access when mddev_lock is held
Logan Gunthorpe
1
-22
/
+43
2022-04-25
md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
Logan Gunthorpe
1
-9
/
+19
2022-04-25
md/raid5: Add __rcu annotation to struct disk_info
Logan Gunthorpe
2
-21
/
+28
2022-04-25
md/raid5: Un-nest struct raid5_percpu definition
Logan Gunthorpe
1
-9
/
+11
2022-04-25
md/raid5: Cleanup setup_conf() error returns
Logan Gunthorpe
1
-7
/
+11
2022-04-25
md: replace deprecated strlcpy & remove duplicated line
Heming Zhao
3
-6
/
+5
[prev]
[next]