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: 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-15
md: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-08-13
block: constify ext_pi_ref_escape()
Alexey Dobriyan
1
-2
/
+2
2024-08-13
block: delete module stuff from t10-pi
Alexey Dobriyan
1
-4
/
+0
2024-08-12
ublk: move zone report data out of request pdu
Ming Lei
1
-16
/
+46
2024-08-02
drbd: Remove unused extern declarations
YueHaibing
1
-10
/
+0
2024-07-28
nbd: add support for rotational devices
Wouter Verhelst
2
-1
/
+5
2024-07-28
drbd: use sendpages_ok() instead of sendpage_ok()
Ofir Gal
1
-1
/
+1
2024-07-28
nvme-tcp: use sendpages_ok() instead of sendpage_ok()
Ofir Gal
1
-1
/
+1
2024-07-28
net: introduce helper sendpages_ok()
Ofir Gal
1
-0
/
+19
2024-07-28
blk-ioprio: remove per-disk structure
Yu Kuai
3
-62
/
+0
2024-07-28
blk-ioprio: remove ioprio_blkcg_from_bio()
Yu Kuai
1
-11
/
+1
2024-07-28
blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
Yu Kuai
1
-2
/
+13
2024-07-28
Linux 6.11-rc1
Linus Torvalds
1
-2
/
+2
2024-07-28
Merge tag 'kbuild-fixes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-4
/
+4
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
7
-10
/
+10
2024-07-28
Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
21
-214
/
+135
2024-07-29
kbuild: Fix '-S -c' in x86 stack protector scripts
Nathan Chancellor
2
-2
/
+2
2024-07-28
ubi: Fix ubi_init() ubiblock_exit() section mismatch
Richard Weinberger
1
-1
/
+1
2024-07-28
Merge tag 'v6.11-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb...
Linus Torvalds
5
-495
/
+2274
2024-07-28
Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
19
-208
/
+438
2024-07-28
Merge tag 'unicode-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-2
/
+5
2024-07-28
kbuild: rpm-pkg: ghost modules.weakdep file
Jose Ignacio Tornos Martinez
1
-1
/
+1
2024-07-27
Merge tag '6.11-rc-smb-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
5
-7
/
+203
2024-07-27
Merge tag 'block-6.11-20240726' of git://git.kernel.dk/linux
Linus Torvalds
8
-10
/
+39
[next]