index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-26
nvme: cleanup namespace identifier reporting in nvme_init_ns_head
Christoph Hellwig
1
-12
/
+10
2020-03-26
nvme: rename __nvme_find_ns_head to nvme_find_ns_head
Christoph Hellwig
1
-2
/
+2
2020-03-26
nvme: refactor nvme_identify_ns_descs error handling
Christoph Hellwig
1
-15
/
+13
2020-03-26
nvme-tcp: Add warning on state change failure at nvme_tcp_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-26
nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-26
nvme: Fix controller creation races with teardown flow
Israel Rukshin
2
-0
/
+6
2020-03-26
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
6
-8
/
+2
2020-03-26
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
6
-10
/
+6
2020-03-26
nvme-pci: Re-order nvme_pci_free_ctrl
Israel Rukshin
1
-2
/
+2
2020-03-26
nvme: Remove unused return code from nvme_delete_ctrl_sync
Israel Rukshin
1
-7
/
+2
2020-03-26
nvme: Use nvme_state_terminal helper
Israel Rukshin
1
-2
/
+1
2020-03-26
nvme: release ida resources
Max Gurtovoy
1
-0
/
+1
2020-03-26
nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IO
masahiro31.yamada@kioxia.com
1
-2
/
+43
2020-03-26
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
1
-2
/
+5
2020-03-26
nvme-fabrics: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-4
/
+4
2020-03-26
nvme-multipath: do not reset on unknown status
John Meneghini
3
-18
/
+13
2020-03-26
nvmet-rdma: allocate RW ctxs according to mdts
Max Gurtovoy
1
-2
/
+4
2020-03-26
nvmet-rdma: Implement get_mdts controller op
Max Gurtovoy
1
-0
/
+9
2020-03-26
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2
-2
/
+7
2020-03-26
nvme-pci: properly print controller address
Max Gurtovoy
1
-1
/
+1
2020-03-26
nvme-tcp: break from io_work loop if recv failed
Sagi Grimberg
1
-0
/
+2
2020-03-26
nvme-tcp: move send failure to nvme_tcp_try_send
Sagi Grimberg
1
-15
/
+11
2020-03-26
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
1
-1
/
+1
2020-03-26
nvme-tcp: optimize queue io_cpu assignment for multiple queue maps
Sagi Grimberg
1
-6
/
+56
2020-03-26
nvme-pci: Simplify nvme_poll_irqdisable
Keith Busch
1
-19
/
+11
2020-03-26
nvme-pci: Remove two-pass completions
Keith Busch
1
-32
/
+10
2020-03-26
nvme-pci: Remove tag from process cq
Keith Busch
1
-12
/
+11
2020-03-26
nvme-pci: slimmer CQ head update
Alexey Dobriyan
1
-4
/
+2
2020-03-26
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
1
-0
/
+9
2020-03-26
nvme: Check for readiness more quickly, to speed up boot time
Josh Triplett
1
-1
/
+1
2020-03-26
nvme: log additional message for controller status
Rupesh Girase
1
-2
/
+2
2020-03-26
nvme: code cleanup nvme_identify_ns_desc()
Chaitanya Kulkarni
1
-36
/
+40
2020-03-26
nvme: Don't deter users from enabling hwmon support
Jean Delvare
1
-2
/
+0
2020-03-26
nvme: expose hostid via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-26
nvme: expose hostnqn via sysfs for fabrics controllers
Sagi Grimberg
1
-0
/
+13
2020-03-24
bcache: remove dupplicated declaration from btree.h
Coly Li
1
-7
/
+3
2020-03-22
bcache: optimize barrier usage for atomic operations
Coly Li
2
-6
/
+6
2020-03-22
bcache: optimize barrier usage for Rmw atomic bitops
Davidlohr Bueso
1
-3
/
+3
2020-03-22
bcache: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-1
/
+1
2020-03-22
bcache: make bch_sectors_dirty_init() to be multithreaded
Coly Li
2
-3
/
+174
2020-03-22
bcache: make bch_btree_check() to be multithreaded
Coly Li
2
-3
/
+188
2020-03-22
bcache: add bcache_ prefix to btree_root() and btree() macros
Coly Li
2
-9
/
+10
2020-03-22
bcache: move macro btree() and btree_root() into btree.h
Coly Li
2
-59
/
+67
2020-03-19
rsxx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-17
block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices
Konstantin Khlebnikov
1
-0
/
+3
2020-03-17
md: check arrays is suspended in mddev_detach before call quiesce operations
Guoqing Jiang
1
-1
/
+1
2020-03-16
floppy: rename the global "fdc" variable to "current_fdc"
Willy Tarreau
1
-130
/
+137
2020-03-16
floppy: separate the FDC's base address from its registers
Willy Tarreau
3
-19
/
+10
2020-03-16
floppy: introduce new functions fdc_inb() and fdc_outb()
Willy Tarreau
1
-16
/
+26
2020-03-16
floppy: prepare ARM code to simplify base address separation
Willy Tarreau
1
-16
/
+11
[next]