summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvme: remove nvme_reinit_tagsetChristoph Hellwig2018-06-142-12/+0
* nvme-fc: fix nulling of queue data on reconnectJames Smart2018-06-141-6/+5
* nvme-fc: remove reinit_request routineJames Smart2018-06-141-20/+0
* nvme-fc: change controllers first connect to use reconnect pathJames Smart2018-06-141-57/+47
* nvme: don't rely on the changed namespace list logChristoph Hellwig2018-06-131-25/+11
* nvmet: free smart-log buffer after useChaitanya Kulkarni2018-06-111-1/+3
* nvme-rdma: fix error flow during mapping request dataMax Gurtovoy2018-06-111-7/+24
* nvme: add bio remapping tracepointHannes Reinecke2018-06-111-0/+4
* nvme: fix NULL pointer dereference in nvme_init_subsystemIsrael Rukshin2018-06-111-1/+1
* nvme: cleanup double shift issueDan Carpenter2018-06-082-3/+2
* nvme-pci: make CMB SQ mod-param read-onlyKeith Busch2018-06-081-1/+1
* nvme-pci: unquiesce dead controller queuesKeith Busch2018-06-081-1/+1
* nvme-pci: remove HMB teardown on resetKeith Busch2018-06-081-8/+0
* nvme-pci: queue creation fixesKeith Busch2018-06-081-3/+4
* nvme-pci: remove unnecessary completion doorbell checkKeith Busch2018-06-081-5/+3
* nvme-pci: remove unnecessary nested lockingKeith Busch2018-06-081-7/+1
* nvmet: filter newlines from user inputSagi Grimberg2018-06-081-5/+9
* nvme-rdma: correctly check for target keyed sgl supportSteve Wise2018-06-081-2/+3
* nvme: don't hold nvmf_transports_rwsem for more than transport lookupsJohannes Thumshirn2018-06-082-1/+5
* nvmet: return all zeroed buffer when we can't find an active namespaceChristoph Hellwig2018-06-081-6/+9
* md: Unify mddev destruction pathsKent Overstreet2018-06-081-35/+18
* dm: use bioset_init_from_src() to copy bio_setJens Axboe2018-06-081-6/+16
* nbd: set discard_alignment to the granularityJosef Bacik2018-06-051-0/+3
* nbd: Consistently use request pointer in debug messages.Kevin Vigor2018-06-051-5/+5
* lightnvm: pblk: fix resource leak of invalid_bitmapColin Ian King2018-06-051-1/+2
* lightnvm: pblk: make symbol write_buffer_size staticWei Yongjun2018-06-051-1/+1
* loop: add recursion validation to LOOP_CHANGE_FDTheodore Ts'o2018-06-051-30/+38
* dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet2018-06-057-7/+7
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-0490-2258/+326
|\
| * isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig2018-05-171-0/+1
| * tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1610-140/+10
| * ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-165-219/+28
| * ide: remove ide_driver_proc_writeChristoph Hellwig2018-05-161-46/+0
| * isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-1613-96/+18
| * hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-163-191/+39
| * bonding: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-30/+6
| * rtc/proc: switch to proc_create_single_dataChristoph Hellwig2018-05-161-31/+2
| * drbd: switch to proc_create_singleChristoph Hellwig2018-05-163-35/+4
| * staging/rtl8192u: simplify procfs codeChristoph Hellwig2018-05-161-53/+14
| * sg: simplify procfs codeChristoph Hellwig2018-05-161-112/+12
| * megaraid: simplify procfs codeChristoph Hellwig2018-05-162-116/+36
| * sgi-gru: simplify procfs codeChristoph Hellwig2018-05-161-67/+14
| * acpi/battery: simplify procfs codeChristoph Hellwig2018-05-161-95/+26
| * proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2
| * proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-1636-747/+92
| * proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-1612-265/+24
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-04143-2509/+2465
|\ \
| * | dm-crypt: fix warning in shutdown pathKent Overstreet2018-06-021-4/+3
| * | lightnvm: pblk: take bitmap alloc. out of critical sectionJavier González2018-06-011-41/+56
| * | lightnvm: pblk: kick writer on new flush pointsHans Holmberg2018-06-014-7/+10