index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
utsname.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
drbd: refactor the backing dev max_segments calculation
Christoph Hellwig
1
-8
/
+17
2024-03-06
drbd: refactor drbd_reconsider_queue_parameters
Christoph Hellwig
1
-35
/
+49
2024-03-06
drbd: pass the max_hw_sectors limit to blk_alloc_disk
Christoph Hellwig
1
-4
/
+9
2024-03-06
sed-opal: Remove the ret variable from the function
Li kunyu
1
-4
/
+2
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from ret
Li kunyu
1
-2
/
+2
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from err
Li zeming
1
-1
/
+1
2024-03-06
sed-opal: Remove unnecessary ‘0’ values from error
Li zeming
1
-2
/
+2
2024-03-06
block: make block_class constant
Ricardo B. Marliere
3
-3
/
+3
2024-03-06
dasd: use the atomic queue limits API
Christoph Hellwig
2
-18
/
+24
2024-03-06
dasd: move queue setup to common code
Christoph Hellwig
5
-77
/
+42
2024-03-06
dasd: cleamup dasd_state_basic_to_ready
Christoph Hellwig
1
-28
/
+26
2024-03-06
block: Fix page refcounts for unaligned buffers in __bio_release_pages()
Tony Battersby
1
-3
/
+4
2024-03-05
dm-raid: fix lockdep waring in "pers->hot_add_disk"
Yu Kuai
1
-0
/
+2
2024-03-05
dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent wit...
Yu Kuai
4
-7
/
+74
2024-03-05
dm-raid: add a new helper prepare_suspend() in md_personality
Yu Kuai
2
-0
/
+19
2024-03-05
md/dm-raid: don't call md_reap_sync_thread() directly
Yu Kuai
1
-10
/
+18
2024-03-05
dm-raid: really frozen sync_thread during suspend
Yu Kuai
2
-11
/
+17
2024-03-05
md: add a new helper reshape_interrupted()
Yu Kuai
1
-0
/
+19
2024-03-05
md: export helper md_is_rdwr()
Yu Kuai
2
-12
/
+12
2024-03-05
md: export helpers to stop sync_thread
Yu Kuai
2
-0
/
+32
2024-03-05
md: don't clear MD_RECOVERY_FROZEN for new dm-raid until resume
Yu Kuai
1
-1
/
+4
2024-03-05
Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d""
Song Liu
1
-0
/
+12
2024-03-01
nbd: use the atomic queue limits API in nbd_set_size
Christoph Hellwig
1
-4
/
+11
2024-03-01
nbd: freeze the queue for queue limits updates
Christoph Hellwig
1
-1
/
+13
2024-03-01
nbd: don't clear discard_sectors in nbd_config_put
Christoph Hellwig
1
-1
/
+2
2024-03-01
pktcdvd: don't set max_hw_sectors on the underlying device
Christoph Hellwig
1
-5
/
+6
2024-03-01
dm: use queue_limits_set
Christoph Hellwig
2
-16
/
+13
2024-03-01
block: add a queue_limits_stack_bdev helper
Christoph Hellwig
2
-0
/
+27
2024-03-01
block: add a queue_limits_set helper
Christoph Hellwig
2
-0
/
+19
2024-03-01
md/raid1: factor out helpers to choose the best rdev from read_balance()
Yu Kuai
1
-77
/
+98
2024-03-01
md/raid1: factor out the code to manage sequential IO
Yu Kuai
1
-34
/
+37
2024-03-01
md/raid1: factor out choose_bb_rdev() from read_balance()
Yu Kuai
1
-31
/
+48
2024-03-01
md/raid1: factor out choose_slow_rdev() from read_balance()
Yu Kuai
1
-17
/
+52
2024-03-01
md/raid1: factor out read_first_rdev() from read_balance()
Yu Kuai
1
-17
/
+46
2024-03-01
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
3
-24
/
+24
2024-03-01
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
1
-0
/
+49
2024-03-01
md/raid1: fix choose next idle in read_balance()
Yu Kuai
1
-10
/
+22
2024-03-01
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
3
-7
/
+12
2024-03-01
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
1
-32
/
+53
2024-03-01
md: add a new helper rdev_has_badblock()
Yu Kuai
4
-72
/
+44
2024-02-29
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
2
-3
/
+8
2024-02-29
ublk: improve getting & putting ublk device
Ming Lei
1
-5
/
+7
2024-02-28
blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
Ming Lei
1
-8
/
+6
2024-02-27
md/raid5: fix atomicity violation in raid5_cache_count
Gui-Dong Han
1
-6
/
+8
2024-02-27
ubd: open the backing files in ubd_add
Christoph Hellwig
1
-42
/
+16
2024-02-27
ubd: remove the queue pointer in struct ubd
Christoph Hellwig
1
-3
/
+1
2024-02-27
ubd: move set_disk_ro to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-27
ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
1
-6
/
+7
2024-02-27
ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
1
-1
/
+1
2024-02-27
ubd: remove ubd_disk_register
Christoph Hellwig
1
-22
/
+15
[next]