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
2025-01-28
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
Christoph Hellwig
1
-1
/
+1
2025-01-24
nvmet: fix a memory leak in controller identify
Sagi Grimberg
1
-0
/
+1
2025-01-23
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
1
-5
/
+18
2025-01-23
nvme: handle connectivity loss in nvme_set_queue_count
Daniel Wagner
1
-1
/
+7
2025-01-23
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
1
-2
/
+1
2025-01-17
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Georg Gottleuber
1
-0
/
+1
2025-01-17
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
Georg Gottleuber
1
-1
/
+2
2025-01-17
nvme-pci: remove redundant dma frees in hmb
Francis Pravin
1
-8
/
+0
2025-01-14
nvmet: fix rw control endian access
Keith Busch
1
-1
/
+1
2025-01-13
nvme: fix bogus kzalloc() return check in nvme_init_effects_log()
Jens Axboe
1
-1
/
+1
2025-01-13
md/md-bitmap: move bitmap_{start, end}write to md upper layer
Yu Kuai
7
-56
/
+37
2025-01-13
md/raid5: implement pers->bitmap_sector()
Yu Kuai
1
-0
/
+51
2025-01-13
md: add a new callback pers->bitmap_sector()
Yu Kuai
1
-0
/
+3
2025-01-13
md/md-bitmap: remove the last parameter for bimtap_ops->endwrite()
Yu Kuai
9
-70
/
+21
2025-01-13
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
Yu Kuai
6
-40
/
+56
2025-01-13
md: Replace deprecated kmap_atomic() with kmap_local_page()
David Reaver
2
-29
/
+29
2025-01-13
md: reintroduce md-linear
Yu Kuai
7
-4
/
+379
2025-01-13
partitions: ldm: remove the initial kernel-doc notation
Randy Dunlap
1
-1
/
+1
2025-01-13
blk-cgroup: rwstat: fix kernel-doc warnings in header file
Randy Dunlap
1
-2
/
+3
2025-01-13
blk-cgroup: fix kernel-doc warnings in header file
Randy Dunlap
1
-4
/
+6
2025-01-13
nbd: fix partial sending
Ming Lei
1
-10
/
+85
2025-01-13
block: mark GFP_NOIO around sysfs ->store()
Ming Lei
1
-0
/
+3
2025-01-12
nvme-pci: use correct size to free the hmb buffer
Francis Pravin
1
-2
/
+2
2025-01-12
nvme: Add error path for xa_store in nvme_init_effects
Keisuke Nishimura
1
-4
/
+22
2025-01-12
nvme-pci: fix comment typo
Baruch Siach
1
-1
/
+1
2025-01-10
Documentation: Document the NVMe PCI endpoint target driver
Damien Le Moal
5
-0
/
+395
2025-01-10
nvmet: New NVMe PCI endpoint function target driver
Damien Le Moal
3
-0
/
+2604
2025-01-10
nvmet: Implement arbitration feature support
Damien Le Moal
2
-2
/
+56
2025-01-10
nvmet: Implement interrupt config feature support
Damien Le Moal
2
-2
/
+57
2025-01-10
nvmet: Implement interrupt coalescing feature support
Damien Le Moal
2
-2
/
+61
2025-01-10
nvmet: Implement host identifier set feature support
Damien Le Moal
2
-4
/
+32
2025-01-10
nvmet: Introduce get/set_feature controller operations
Damien Le Moal
1
-0
/
+4
2025-01-10
nvmet: Do not require SGL for PCI target controller commands
Damien Le Moal
2
-6
/
+26
2025-01-10
nvmet: Add support for I/O queue management admin commands
Damien Le Moal
2
-3
/
+170
2025-01-10
nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
Damien Le Moal
2
-0
/
+89
2025-01-10
nvmet: Introduce nvmet_req_transfer_len()
Damien Le Moal
6
-2
/
+135
2025-01-10
nvmet: Improve nvmet_alloc_ctrl() interface and implementation
Damien Le Moal
3
-65
/
+94
2025-01-10
nvme: Add PCI transport type
Damien Le Moal
4
-0
/
+13
2025-01-10
nvmet: Add drvdata field to struct nvmet_ctrl
Damien Le Moal
1
-0
/
+2
2025-01-10
nvmet: Introduce nvmet_get_cmd_effects_admin()
Damien Le Moal
1
-1
/
+6
2025-01-10
nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
Damien Le Moal
2
-35
/
+36
2025-01-10
nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
Damien Le Moal
3
-3
/
+49
2025-01-10
nvme: Move opcode string helper functions declarations
Damien Le Moal
2
-39
/
+40
2025-01-10
nvme: change return type of nvme_poll_cq() to bool
Yongsoo Joo
1
-4
/
+4
2025-01-10
nvme: Add error check for xa_store in nvme_get_effects_log
Keisuke Nishimura
1
-2
/
+6
2025-01-10
nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
Sagi Grimberg
1
-13
/
+57
2025-01-10
loop: remove the use_dio field in struct loop_device
Christoph Hellwig
1
-22
/
+17
2025-01-10
loop: don't freeze the queue in loop_update_dio
Christoph Hellwig
1
-4
/
+4
2025-01-10
loop: allow loop_set_status to re-enable direct I/O
Christoph Hellwig
1
-8
/
+3
2025-01-10
loop: open code the direct I/O flag update in loop_set_dio
Christoph Hellwig
1
-8
/
+20
[next]