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
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-03-04
nvme: use the atomic queue limits update API
Christoph Hellwig
3
-79
/
+80
2024-03-04
nvme: cleanup nvme_configure_metadata
Christoph Hellwig
1
-28
/
+19
2024-03-04
nvme: don't query identify data in configure_metadata
Christoph Hellwig
1
-30
/
+19
2024-03-04
nvme: split out a nvme_identify_ns_nvm helper
Christoph Hellwig
1
-12
/
+26
2024-03-04
nvme: move common logic into nvme_update_ns_info
Christoph Hellwig
1
-42
/
+42
2024-03-04
nvme: move setting the write cache flags out of nvme_set_queue_limits
Christoph Hellwig
1
-3
/
+2
2024-03-04
nvme: move a few things out of nvme_update_disk_info
Christoph Hellwig
1
-20
/
+26
2024-03-04
nvme: don't use nvme_update_disk_info for the multipath disk
Christoph Hellwig
1
-1
/
+2
2024-03-04
nvme: move blk_integrity_unregister into nvme_init_integrity
Christoph Hellwig
1
-2
/
+2
2024-03-04
nvme: cleanup the nvme_init_integrity calling conventions
Christoph Hellwig
1
-14
/
+15
2024-03-04
nvme: move max_integrity_segments handling out of nvme_init_integrity
Christoph Hellwig
1
-7
/
+4
2024-03-04
nvme: remove nvme_revalidate_zones
Christoph Hellwig
3
-12
/
+3
2024-03-04
nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discard
Christoph Hellwig
1
-5
/
+6
2024-03-04
nvme: set max_hw_sectors unconditionally
Christoph Hellwig
1
-8
/
+8
2024-03-02
nvme-fabrics: check max outstanding commands
Guixin Liu
1
-0
/
+5
2024-03-02
nvmet-rdma: set max_queue_size for RDMA transport
Max Gurtovoy
2
-1
/
+10
2024-03-02
nvmet: introduce new max queue size configuration entry
Max Gurtovoy
3
-3
/
+46
2024-03-02
nvme-rdma: clamp queue size according to ctrl cap
Max Gurtovoy
1
-4
/
+10
2024-03-02
nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definition
Max Gurtovoy
2
-1
/
+4
2024-03-02
nvmet: set ctrl pi_support cap before initializing cap reg
Max Gurtovoy
2
-2
/
+1
2024-03-02
nvmet: set maxcmd to be per controller
Max Gurtovoy
4
-4
/
+4
2024-03-02
nvmet: compare mqes and sqsize only for IO SQ
Max Gurtovoy
1
-1
/
+2
2024-03-02
nvme-rdma: move NVME_RDMA_IP_PORT from common file
Max Gurtovoy
2
-2
/
+2
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-02-29
md/raid1: factor out helpers to choose the best rdev from read_balance()
Yu Kuai
1
-77
/
+98
2024-02-29
md/raid1: factor out the code to manage sequential IO
Yu Kuai
1
-34
/
+37
2024-02-29
md/raid1: factor out choose_bb_rdev() from read_balance()
Yu Kuai
1
-31
/
+48
2024-02-29
md/raid1: factor out choose_slow_rdev() from read_balance()
Yu Kuai
1
-17
/
+52
2024-02-29
md/raid1: factor out read_first_rdev() from read_balance()
Yu Kuai
1
-17
/
+46
2024-02-29
md/raid1-10: factor out a new helper raid1_should_read_first()
Yu Kuai
3
-24
/
+24
2024-02-29
md/raid1-10: add a helper raid1_check_read_range()
Yu Kuai
1
-0
/
+49
2024-02-29
md/raid1: fix choose next idle in read_balance()
Yu Kuai
1
-10
/
+22
2024-02-29
md/raid1: record nonrot rdevs while adding/removing rdevs to conf
Yu Kuai
3
-7
/
+12
2024-02-29
md/raid1: factor out helpers to add rdev to conf
Yu Kuai
1
-32
/
+53
2024-02-29
md: add a new helper rdev_has_badblock()
Yu Kuai
4
-72
/
+44
2024-02-28
ublk: add UBLK_CMD_DEL_DEV_ASYNC
Ming Lei
2
-3
/
+8
2024-02-28
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
[next]