summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: release ida resourcesMax Gurtovoy2020-03-261-0/+1
* nvme: Add compat_ioctl handler for NVME_IOCTL_SUBMIT_IOmasahiro31.yamada@kioxia.com2020-03-261-2/+43
* nvmet-tcp: optimize tcp stack TX when data digest is usedSagi Grimberg2020-03-261-2/+5
* nvme-fabrics: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-261-4/+4
* nvme-multipath: do not reset on unknown statusJohn Meneghini2020-03-263-18/+13
* nvmet-rdma: allocate RW ctxs according to mdtsMax Gurtovoy2020-03-261-2/+4
* nvmet-rdma: Implement get_mdts controller opMax Gurtovoy2020-03-261-0/+9
* nvmet: Add get_mdts op for controllersMax Gurtovoy2020-03-262-2/+7
* nvme-pci: properly print controller addressMax Gurtovoy2020-03-261-1/+1
* nvme-tcp: break from io_work loop if recv failedSagi Grimberg2020-03-261-0/+2
* nvme-tcp: move send failure to nvme_tcp_try_sendSagi Grimberg2020-03-261-15/+11
* nvmet-tcp: fix maxh2cdata icresp parameterSagi Grimberg2020-03-261-1/+1
* nvme-tcp: optimize queue io_cpu assignment for multiple queue mapsSagi Grimberg2020-03-261-6/+56
* nvme-pci: Simplify nvme_poll_irqdisableKeith Busch2020-03-261-19/+11
* nvme-pci: Remove two-pass completionsKeith Busch2020-03-261-32/+10
* nvme-pci: Remove tag from process cqKeith Busch2020-03-261-12/+11
* nvme-pci: slimmer CQ head updateAlexey Dobriyan2020-03-261-4/+2
* nvmet: check ncqr & nsqr for set-features cmdAmit Engel2020-03-261-0/+9
* nvme: Check for readiness more quickly, to speed up boot timeJosh Triplett2020-03-261-1/+1
* nvme: log additional message for controller statusRupesh Girase2020-03-261-2/+2
* nvme: code cleanup nvme_identify_ns_desc()Chaitanya Kulkarni2020-03-261-36/+40
* nvme: Don't deter users from enabling hwmon supportJean Delvare2020-03-261-2/+0
* nvme: expose hostid via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
* nvme: expose hostnqn via sysfs for fabrics controllersSagi Grimberg2020-03-261-0/+13
* nvmet-tcp: set SO_PRIORITY for accepted socketsWunderlich, Mark2020-03-041-0/+26
* nvme-tcp: Set SO_PRIORITY for all host socketsWunderlich, Mark2020-03-041-0/+21
* nvmet: check sscanf value for subsys serial attrChaitanya Kulkarni2020-03-041-2/+5
* nvmet: make ctrl model configurableMark Ruijter2020-03-044-2/+90
* nvmet: make ctrl-id configurableChaitanya Kulkarni2020-03-043-2/+70
* nvmet: configfs code cleanupChaitanya Kulkarni2020-03-041-7/+4
* nvme: remove unused return code from nvme_alloc_nsEdmund Nadolski2020-03-041-15/+6
* Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-03-0311-20/+44
|\
| * cifs: Use #define in cifs_dbgJoe Perches2020-02-241-2/+2
| * cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-249-17/+33
| * cifs: add missing mount option to /proc/mountsSteve French2020-02-241-0/+2
| * cifs: fix potential mismatch of UNC pathsPaulo Alcantara (SUSE)2020-02-241-0/+2
| * cifs: don't leak -EAGAIN for stat() during reconnectRonnie Sahlberg2020-02-241-1/+5
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-028-9/+52
|\ \
| * | x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
| * | x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-296-2/+50
| * | x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-021-0/+2
|\ \
| * | sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-0225-214/+251
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://git.kernel.org/pub/sc...Ingo Molnar2020-02-2914-148/+210
| |\ \ \
| | * | | perf annotate: Fix segfault with source toggleRavi Bangoria2020-02-271-0/+2
| | * | | perf annotate: Align struct annotate_argsRavi Bangoria2020-02-271-6/+6
| | * | | perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2020-02-272-56/+31
| | * | | perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria2020-02-274-6/+7
| | * | | perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2020-02-272-6/+28