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-02-13
virtio_blk: pass queue_limits to blk_mq_alloc_disk
Christoph Hellwig
1
-66
/
+64
2024-02-13
virtio_blk: split virtblk_probe
Christoph Hellwig
1
-92
/
+101
2024-02-13
block: pass a queue_limits argument to blk_mq_alloc_disk
Christoph Hellwig
30
-33
/
+35
2024-02-13
block: pass a queue_limits argument to blk_mq_init_queue
Christoph Hellwig
7
-21
/
+17
2024-02-13
block: pass a queue_limits argument to blk_alloc_queue
Christoph Hellwig
4
-14
/
+26
2024-02-13
block: use queue_limits_commit_update in queue_discard_max_store
Christoph Hellwig
1
-3
/
+10
2024-02-13
block: add a max_user_discard_sectors queue limit
Christoph Hellwig
3
-12
/
+24
2024-02-13
block: use queue_limits_commit_update in queue_max_sectors_store
Christoph Hellwig
1
-25
/
+12
2024-02-13
block: add an API to atomically update queue limits
Christoph Hellwig
4
-37
/
+217
2024-02-13
block: decouple blk_set_stacking_limits from blk_set_default_limits
Christoph Hellwig
1
-4
/
+9
2024-02-13
block: refactor disk_update_readahead
Christoph Hellwig
1
-9
/
+12
2024-02-13
block: move max_{open,active}_zones to struct queue_limits
Christoph Hellwig
1
-6
/
+6
2024-02-13
drbd: fix function cast warnings in state machine
Arnd Bergmann
2
-14
/
+18
2024-02-13
floppy: fix function pointer cast warnings
Arnd Bergmann
1
-4
/
+7
2024-02-12
md: fix kmemleak of rdev->serial
Li Nan
1
-0
/
+1
2024-02-12
nvme: allow integrity when PI is not in first bytes
Kanchan Joshi
2
-1
/
+8
2024-02-12
block: support PI at non-zero offset within metadata
Kanchan Joshi
5
-14
/
+42
2024-02-12
block: refactor guard helpers
Kanchan Joshi
1
-10
/
+10
2024-02-12
block: remove gfp_flags from blkdev_zone_mgmt
Johannes Thumshirn
7
-28
/
+20
2024-02-12
f2fs: guard blkdev_zone_mgmt with nofs scope
Johannes Thumshirn
1
-3
/
+12
2024-02-12
btrfs: zoned: call blkdev_zone_mgmt in nofs scope
Johannes Thumshirn
1
-7
/
+26
2024-02-12
dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
Johannes Thumshirn
1
-1
/
+4
2024-02-12
zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
Johannes Thumshirn
1
-1
/
+1
2024-02-09
s390/dasd: fix double module refcount decrement
Miroslav Franc
1
-4
/
+1
2024-02-09
s390/dasd: Improve ERP error messages
Jan Höppner
1
-38
/
+13
2024-02-08
null_blk: add configfs variable shared_tags
Shin'ichiro Kawasaki
2
-18
/
+21
2024-02-08
block: Simplify the allocation of slab caches
Kunwu Chan
1
-2
/
+1
2024-02-08
block: optimise in irq bio put caching
Pavel Begunkov
1
-11
/
+12
2024-02-08
block: extend bio caching to task context
Pavel Begunkov
1
-1
/
+2
2024-02-08
s390/dasd: Use dev_*() for device log messages
Jan Höppner
1
-26
/
+24
2024-02-08
s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
Jan Höppner
11
-55
/
+1
2024-02-08
s390/dasd: Remove %p format specifier from error messages
Jan Höppner
3
-23
/
+15
2024-02-08
s390/dasd: Use dev_err() over printk()
Jan Höppner
2
-118
/
+76
2024-02-08
s390/dasd: Remove unused message logging macros
Jan Höppner
1
-26
/
+0
2024-02-08
s390/dasd: Move allocation error message to DBF
Jan Höppner
1
-4
/
+2
2024-02-08
s390/dasd: Remove unnecessary errorstring generation
Jan Höppner
3
-29
/
+8
2024-02-08
s390/dasd: Use sysfs_emit() over sprintf()
Jan Höppner
1
-9
/
+9
2024-02-08
s390/dasd: Simplify uid string generation
Jan Höppner
2
-21
/
+7
2024-02-06
block: rbd: make rbd_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-05
md/multipath: Remove md-multipath.h
Song Liu
1
-32
/
+0
2024-02-05
md/linear: Get rid of md-linear.h
Marc Zyngier
1
-17
/
+0
2024-02-05
md: use RCU lock to protect traversal in md_spares_need_change()
Li Lingfeng
1
-2
/
+7
2024-02-05
md: get rdev->mddev with READ_ONCE()
Li Lingfeng
1
-2
/
+2
2024-02-05
md: remove redundant md_wakeup_thread()
Yu Kuai
1
-18
/
+2
2024-02-05
md: remove redundant check of 'mddev->sync_thread'
Yu Kuai
2
-14
/
+6
2024-02-05
blk-throttle: Eliminate redundant checks for data direction
Tang Yizhou
1
-2
/
+2
2024-02-05
block: update cached timestamp post schedule/preemption
Jens Axboe
5
-4
/
+26
2024-02-05
block: cache current nsec time in struct blk_plug
Jens Axboe
3
-1
/
+15
2024-02-05
block: add blk_time_get_ns() and blk_time_get() helpers
Jens Axboe
10
-45
/
+56
2024-02-05
block: move cgroup time handling code into blk.h
Jens Axboe
3
-42
/
+43
[prev]
[next]