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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-27
md/md-bitmap: make in memory structure internal
Yu Kuai
5
-212
/
+235
2024-08-27
md/md-bitmap: merge md_bitmap_enabled() into bitmap_operations
Yu Kuai
3
-9
/
+20
2024-08-27
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations
Yu Kuai
4
-8
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_free() into bitmap_operations
Yu Kuai
3
-13
/
+9
2024-08-27
md/md-bitmap: merge md_bitmap_set_pages() into struct bitmap_operations
Yu Kuai
3
-4
/
+4
2024-08-27
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.
Yu Kuai
3
-8
/
+8
2024-08-27
md/md-bitmap: merge get_bitmap_from_slot() into bitmap_operations
Yu Kuai
3
-6
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_resize() into bitmap_operations
Yu Kuai
7
-15
/
+18
2024-08-27
md/md-bitmap: pass in mddev directly for md_bitmap_resize()
Yu Kuai
7
-26
/
+45
2024-08-27
md/md-bitmap: merge md_bitmap_daemon_work() into bitmap_operations
Yu Kuai
3
-6
/
+7
2024-08-27
md/md-bitmap: merge bitmap_unplug() into bitmap_operations
Yu Kuai
5
-6
/
+6
2024-08-27
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
Yu Kuai
7
-20
/
+28
2024-08-27
md/md-bitmap: merge md_bitmap_sync_with_cluster() into bitmap_operations
Yu Kuai
3
-10
/
+11
2024-08-27
md/md-bitmap: merge md_bitmap_cond_end_sync() into bitmap_operations
Yu Kuai
5
-8
/
+10
2024-08-27
md/md-bitmap: merge md_bitmap_close_sync() into bitmap_operations
Yu Kuai
5
-7
/
+10
2024-08-27
md/md-bitmap: merge md_bitmap_end_sync() into bitmap_operations
Yu Kuai
5
-15
/
+16
2024-08-27
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
Yu Kuai
5
-10
/
+18
2024-08-27
md/md-bitmap: merge md_bitmap_start_sync() into bitmap_operations
Yu Kuai
5
-36
/
+45
2024-08-27
md/md-bitmap: merge md_bitmap_endwrite() into bitmap_operations
Yu Kuai
6
-27
/
+35
2024-08-27
md/md-bitmap: merge md_bitmap_startwrite() into bitmap_operations
Yu Kuai
5
-15
/
+19
2024-08-27
md/md-bitmap: merge md_bitmap_dirty_bits() into bitmap_operations
Yu Kuai
3
-9
/
+20
2024-08-27
md/md-bitmap: merge bitmap_write_all() into bitmap_operations
Yu Kuai
3
-10
/
+9
2024-08-27
md/md-bitmap: remove md_bitmap_setallbits()
Yu Kuai
1
-1
/
+0
2024-08-27
md/md-bitmap: merge md_bitmap_status() into bitmap_operations
Yu Kuai
5
-14
/
+14
2024-08-27
md/md-bitmap: merge md_bitmap_update_sb() into bitmap_operations
Yu Kuai
4
-11
/
+13
2024-08-27
md/md-bitmap: make md_bitmap_print_sb() internal
Yu Kuai
2
-4
/
+2
2024-08-27
md/md-bitmap: merge md_bitmap_flush() into bitmap_operations
Yu Kuai
3
-6
/
+5
2024-08-27
md/md-bitmap: merge md_bitmap_destroy() into bitmap_operations
Yu Kuai
3
-11
/
+13
2024-08-27
md/md-bitmap: merge md_bitmap_load() into bitmap_operations
Yu Kuai
4
-8
/
+11
2024-08-27
md/md-bitmap: merge md_bitmap_create() into bitmap_operations
Yu Kuai
3
-6
/
+7
2024-08-27
md/md-bitmap: simplify md_bitmap_create() + md_bitmap_load()
Yu Kuai
3
-30
/
+25
2024-08-27
md/md-bitmap: introduce struct bitmap_operations
Yu Kuai
4
-0
/
+14
2024-08-27
md/md-bitmap: add a new helper md_bitmap_set_pages()
Yu Kuai
3
-3
/
+8
2024-08-27
md/md-cluster: use helper md_bitmap_get_stats() to get pages in resize_bitmaps()
Yu Kuai
1
-5
/
+15
2024-08-27
md/md-bitmap: add 'behind_writes' and 'behind_wait' into struct md_bitmap_stats
Yu Kuai
3
-5
/
+13
2024-08-27
md/md-bitmap: add 'file_pages' into struct md_bitmap_stats
Yu Kuai
3
-8
/
+17
2024-08-27
md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
Yu Kuai
3
-14
/
+27
2024-08-27
md/md-cluster: fix spares warnings for __le64
Yu Kuai
1
-3
/
+3
2024-08-27
md/md-bitmap: add 'events_cleared' into struct md_bitmap_stats
Yu Kuai
3
-2
/
+17
2024-08-27
md: use new helper md_bitmap_get_stats() in update_array_info()
Yu Kuai
1
-5
/
+7
2024-08-27
md/md-bitmap: replace md_bitmap_status() with a new helper md_bitmap_get_stats()
Yu Kuai
3
-21
/
+41
2024-08-27
md/raid1: use md_bitmap_wait_behind_writes() in raid1_read_request()
Yu Kuai
2
-5
/
+3
2024-08-27
md/raid1: Clean up local variable 'b' from raid1_read_request()
Yu Kuai
1
-17
/
+4
2024-08-27
md: Don't flush sync_work in md_write_start()
Yu Kuai
1
-1
/
+0
2024-08-27
pktcdvd: remove unnecessary debugfs_create_dir() error check
Yang Ruibin
1
-2
/
+0
2024-08-26
blk_iocost: fix more out of bound shifts
Konstantin Ovsepian
1
-3
/
+5
2024-08-26
nvme: rename apptag and appmask to lbat and lbatm
Anuj Gupta
5
-12
/
+12
2024-08-26
nvme-rdma: send cntlid in the RDMA_CM_REQUEST Private Data
Niklas Cassel
2
-1
/
+7
2024-08-26
drbd: Remove an unused field in struct drbd_device
Christophe JAILLET
1
-1
/
+0
2024-08-22
nvme-target: do not check authentication status for admin commands twice
Hannes Reinecke
1
-2
/
+0
[prev]
[next]