index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
lpfc: Fix pointer checks and comments in LS receive refactoring
James Smart
1
-9
/
+17
2020-05-27
nvme: set dma alignment to qword
Keith Busch
1
-0
/
+1
2020-05-27
nvmet: cleanups the loop in nvmet_async_events_process
David Milburn
1
-9
/
+6
2020-05-27
nvmet: fix memory leak when removing namespaces and controllers concurrently
Sagi Grimberg
1
-9
/
+6
2020-05-27
nvmet-rdma: add metadata/T10-PI support
Israel Rukshin
1
-19
/
+215
2020-05-27
nvmet: add metadata support for block devices
Israel Rukshin
4
-32
/
+161
2020-05-27
nvmet: add metadata/T10-PI support
Israel Rukshin
5
-10
/
+121
2020-05-27
nvme: add Metadata Capabilities enumerations
Israel Rukshin
1
-0
/
+6
2020-05-27
nvmet: rename nvmet_check_data_len to nvmet_check_transfer_len
Israel Rukshin
7
-25
/
+25
2020-05-27
nvmet: rename nvmet_rw_len to nvmet_rw_data_len
Israel Rukshin
3
-3
/
+3
2020-05-27
nvmet: add metadata characteristics for a namespace
Israel Rukshin
3
-0
/
+26
2020-05-27
nvme-rdma: add metadata/T10-PI support
Max Gurtovoy
1
-10
/
+270
2020-05-27
nvme-rdma: introduce nvme_rdma_sgl structure
Israel Rukshin
1
-17
/
+24
2020-05-27
nvme: introduce NVME_INLINE_METADATA_SG_CNT
Israel Rukshin
1
-0
/
+2
2020-05-27
nvme: enforce extended LBA format for fabrics metadata
Max Gurtovoy
1
-14
/
+27
2020-05-27
nvme: introduce max_integrity_segments ctrl attribute
Max Gurtovoy
3
-4
/
+14
2020-05-27
nvme: make nvme_ns_has_pi accessible to transports
James Smart
2
-6
/
+7
2020-05-27
nvme: introduce NVME_NS_METADATA_SUPPORTED flag
Max Gurtovoy
2
-7
/
+35
2020-05-27
nvme: introduce namespace features flag
Max Gurtovoy
3
-5
/
+14
2020-05-27
block: always define struct blk_integrity in genhd.h
Max Gurtovoy
1
-4
/
+0
2020-05-27
nvmet: revalidate-ns & generate AEN from configfs
Chaitanya Kulkarni
1
-0
/
+26
2020-05-27
nvmet: generate AEN for ns revalidate size change
Chaitanya Kulkarni
1
-0
/
+5
2020-05-27
nvmet: add helper to revalidate bdev and file ns
Chaitanya Kulkarni
3
-4
/
+10
2020-05-27
nvmet: add async event tracing support
Chaitanya Kulkarni
2
-0
/
+29
2020-05-27
nvme: delete an unnecessary declaration
Dan Carpenter
1
-1
/
+0
2020-05-27
nvme: replace zero-length array with flexible-array
Gustavo A. R. Silva
3
-3
/
+3
2020-05-27
nvme: fix io_opt limit setting
Damien Le Moal
1
-2
/
+2
2020-05-27
nvme: disable streams when get stream params failed
Wu Bo
1
-3
/
+6
2020-05-27
nvme-fc: print proper nvme-fc devloss_tmo value
Martin George
1
-1
/
+3
2020-05-27
nvme-pci: make sure write/poll_queues less or equal then cpu count
Weiping Zhang
1
-4
/
+18
2020-05-27
nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...
Sagi Grimberg
1
-19
/
+24
2020-05-27
nvmet-tcp: set MSG_EOR if we send last payload in the batch
Sagi Grimberg
1
-0
/
+2
2020-05-27
nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send
Sagi Grimberg
1
-4
/
+4
2020-05-27
nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to send
Sagi Grimberg
1
-3
/
+8
2020-05-27
nvmet: mark nvmet_ana_state static
Christoph Hellwig
1
-1
/
+1
2020-05-27
nvmet: replace kstrndup() with kmemdup_nul()
Chen Zhou
1
-2
/
+2
2020-05-27
block/floppy: fix contended case in floppy_queue_rq()
Jiri Kosina
1
-5
/
+5
2020-05-24
loop: remove redundant assignment to variable error
Colin Ian King
1
-2
/
+0
2020-05-21
block: remove ioctl_by_bdev
Christoph Hellwig
2
-13
/
+0
2020-05-21
s390/dasd: remove ioctl_by_bdev calls
Stefan Haberland
4
-6
/
+62
2020-05-21
dasd: refactor dasd_ioctl_information
Christoph Hellwig
1
-19
/
+23
2020-05-21
loop: Add LOOP_CONFIGURE ioctl
Martijn Coenen
2
-28
/
+97
2020-05-21
loop: Clean up LOOP_SET_STATUS lo_flags handling
Martijn Coenen
2
-8
/
+21
2020-05-21
loop: Rework lo_ioctl() __user argument casting
Martijn Coenen
1
-6
/
+5
2020-05-21
loop: Move loop_set_status_from_info() and friends up
Martijn Coenen
1
-103
/
+103
2020-05-21
loop: Factor out configuring loop from status
Martijn Coenen
1
-50
/
+67
2020-05-21
loop: Remove figure_loop_size()
Martijn Coenen
1
-9
/
+4
2020-05-21
loop: Refactor loop_set_status() size calculation
Martijn Coenen
1
-18
/
+19
2020-05-21
loop: Switch to set_capacity_revalidate_and_notify()
Martijn Coenen
1
-3
/
+2
2020-05-21
loop: Factor out setting loop device size
Martijn Coenen
1
-9
/
+21
[next]