index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
block: remove disk_stack_limits
Christoph Hellwig
2
-26
/
+0
2024-03-06
md: remove mddev->queue
Christoph Hellwig
7
-23
/
+26
2024-03-06
md: don't initialize queue limits
Christoph Hellwig
1
-2
/
+0
2024-03-06
md/raid10: use the atomic queue limit update APIs
Christoph Hellwig
1
-27
/
+33
2024-03-06
md/raid5: use the atomic queue limit update APIs
Christoph Hellwig
1
-65
/
+65
2024-03-06
md/raid1: use the atomic queue limit update APIs
Christoph Hellwig
1
-9
/
+16
2024-03-06
md/raid0: use the atomic queue limit update APIs
Christoph Hellwig
1
-15
/
+20
2024-03-06
md: add queue limit helpers
Christoph Hellwig
2
-0
/
+48
2024-03-06
md: add a mddev_is_dm helper
Christoph Hellwig
6
-35
/
+38
2024-03-06
md: add a mddev_add_trace_msg helper
Christoph Hellwig
6
-29
/
+28
2024-03-06
md: add a mddev_trace_remap helper
Christoph Hellwig
6
-37
/
+17
2024-03-06
bcache: move calculation of stripe_size and io_opt into bcache_device_init
Christoph Hellwig
1
-6
/
+5
2024-03-06
virtio_blk: Do not use disk_set_max_open/active_zones()
Damien Le Moal
1
-2
/
+2
2024-03-06
aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
Chun-Yi Lee
2
-6
/
+7
2024-03-06
block: move capacity validation to blkpg_do_ioctl()
Li Lingfeng
2
-12
/
+8
2024-03-06
block: prevent division by zero in blk_rq_stat_sum()
Roman Smirnov
1
-1
/
+1
2024-03-06
drbd: atomically update queue limits in drbd_reconsider_queue_parameters
Christoph Hellwig
1
-73
/
+46
2024-03-06
drbd: split out a drbd_discard_supported helper
Christoph Hellwig
1
-8
/
+17
2024-03-06
drbd: don't set max_write_zeroes_sectors in decide_on_discard_support
Christoph Hellwig
1
-1
/
+0
2024-03-06
drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parameters
Christoph Hellwig
1
-34
/
+22
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-06
nvme: clear caller pointer on identify failure
Keith Busch
1
-1
/
+4
2024-03-06
nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()
Shin'ichiro Kawasaki
1
-5
/
+2
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 with reshape
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-05
nvme: fcloop: make fcloop_class constant
Ricardo B. Marliere
1
-8
/
+9
2024-03-05
nvme: fabrics: make nvmf_class constant
Ricardo B. Marliere
1
-9
/
+11
2024-03-05
nvme: core: constify struct class usage
Ricardo B. Marliere
1
-25
/
+28
2024-03-04
nvme-fabrics: typo in nvmf_parse_key()
Hannes Reinecke
1
-1
/
+1
2024-03-04
nvme-multipath: use atomic queue limits API for stacking limits
Christoph Hellwig
1
-3
/
+6
2024-03-04
nvme-multipath: pass queue_limits to blk_alloc_disk
Christoph Hellwig
1
-6
/
+7
[next]