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
2022-04-17
block: add a bdev_write_cache helper
Christoph Hellwig
5
-10
/
+10
2022-04-17
block: add a bdev_nonrot helper
Christoph Hellwig
13
-18
/
+19
2022-04-17
mm: use bdev_is_zoned in claim_swapfile
Christoph Hellwig
1
-1
/
+1
2022-04-17
ntfs3: use bdev_logical_block_size instead of open coding it
Christoph Hellwig
1
-1
/
+1
2022-04-17
btrfs: use bdev_max_active_zones instead of open coding it
Christoph Hellwig
1
-2
/
+1
2022-04-17
drbd: cleanup decide_on_discard_support
Christoph Hellwig
1
-33
/
+35
2022-04-17
drbd: use bdev_alignment_offset instead of queue_alignment_offset
Christoph Hellwig
1
-1
/
+1
2022-04-17
drbd: use bdev based limit helpers in drbd_send_sizes
Christoph Hellwig
1
-5
/
+7
2022-04-17
drbd: remove assign_p_sizes_qlim
Christoph Hellwig
1
-27
/
+20
2022-04-17
target: fix discard alignment on partitions
Christoph Hellwig
1
-2
/
+2
2022-04-17
target: pass a block_device to target_configure_unmap_from_queue
Christoph Hellwig
4
-8
/
+10
2022-04-17
target: remove an incorrect unmap zeroes data deduction
Christoph Hellwig
1
-1
/
+0
2022-04-17
bfq: Make sure bfqg for which we are queueing requests is online
Jan Kara
1
-3
/
+12
2022-04-17
bfq: Get rid of __bio_blkcg() usage
Jan Kara
3
-52
/
+25
2022-04-17
bfq: Track whether bfq_group is still online
Jan Kara
2
-1
/
+4
2022-04-17
bfq: Remove pointless bfq_init_rq() calls
Jan Kara
1
-6
/
+6
2022-04-17
bfq: Drop pointless unlock-lock pair
Jan Kara
1
-3
/
+0
2022-04-17
bfq: Update cgroup information before merging bio
Jan Kara
1
-2
/
+9
2022-04-17
bfq: Split shared queues on move between cgroups
Jan Kara
3
-4
/
+35
2022-04-17
bfq: Avoid merging queues with different parents
Jan Kara
1
-0
/
+8
2022-04-17
bfq: Avoid false marking of bic as stably merged
Jan Kara
1
-3
/
+6
2022-04-17
pktcdvd: stop using bio_reset
Christoph Hellwig
1
-16
/
+9
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
11
-95
/
+112
2022-04-17
target/pscsi: remove pscsi_get_bio
Christoph Hellwig
1
-26
/
+2
2022-04-17
squashfs: always use bio_kmalloc in squashfs_bio_read
Christoph Hellwig
1
-8
/
+3
2022-04-17
btrfs: simplify ->flush_bio handling
Christoph Hellwig
3
-16
/
+7
2022-04-17
block: allow use of per-cpu bio alloc cache by block drivers
Mike Snitzer
3
-6
/
+8
2022-04-17
block: allow using the per-cpu bio cache from bio_alloc_bioset
Mike Snitzer
5
-53
/
+52
2022-04-17
Linux 5.18-rc3
Linus Torvalds
1
-1
/
+1
2022-04-17
Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-64
/
+23
2022-04-17
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-24
/
+102
2022-04-17
Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-7
/
+10
2022-04-17
Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-19
/
+19
2022-04-17
Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2022-04-17
Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...
Linus Torvalds
2
-0
/
+8
2022-04-17
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+54
2022-04-16
Merge tag 'devicetree-fixes-for-5.18-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
28
-165
/
+145
2022-04-16
Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-13
/
+21
2022-04-16
Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
146
-605
/
+299
2022-04-16
Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-25
/
+21
2022-04-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
12
-311
/
+280
2022-04-16
Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2
-11
/
+19
2022-04-16
Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+2
2022-04-16
random: use memmove instead of memcpy for remaining 32 bytes
Jason A. Donenfeld
1
-1
/
+1
2022-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
25
-168
/
+206
2022-04-15
Merge tag 'for-5.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-40
/
+45
2022-04-15
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Patrick Wang
1
-4
/
+4
2022-04-15
mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
Omar Sandoval
3
-14
/
+0
2022-04-15
revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"
Andrew Morton
1
-2
/
+2
2022-04-15
revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
Andrew Morton
1
-1
/
+1
[next]