Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | cifs: Use correct packet length in SMB2_TRANSFORM header | Paulo Alcantara | 2018-06-16 | 4 | -23/+24 | |
| * | | | | | | | | | smb3: fix corrupt path in subdirs on smb311 with posix | Steve French | 2018-06-15 | 1 | -1/+2 | |
| * | | | | | | | | | smb3: do not display empty interface list | Steve French | 2018-06-15 | 1 | -1/+3 | |
| * | | | | | | | | | smb3: Fix mode on mkdir on smb311 mounts | Steve French | 2018-06-15 | 6 | -3/+175 | |
| * | | | | | | | | | cifs: Fix kernel oops when traceSMB is enabled | Paulo Alcantara | 2018-06-15 | 1 | -5/+5 | |
| * | | | | | | | | | CIFS: dump every session iface info | Aurelien Aptel | 2018-06-15 | 1 | -0/+27 | |
| * | | | | | | | | | CIFS: parse and store info on iface queries | Aurelien Aptel | 2018-06-15 | 1 | -15/+155 | |
| * | | | | | | | | | CIFS: add iface info to struct cifs_ses | Aurelien Aptel | 2018-06-15 | 2 | -0/+23 | |
| * | | | | | | | | | CIFS: complete PDU definitions for interface queries | Aurelien Aptel | 2018-06-15 | 1 | -3/+20 | |
| * | | | | | | | | | CIFS: move default port definitions to cifsglob.h | Aurelien Aptel | 2018-06-15 | 2 | -3/+3 | |
| * | | | | | | | | | cifs: Fix encryption/signing | Paulo Alcantara | 2018-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | cifs: update __smb_send_rqst() to take an array of requests | Ronnie Sahlberg | 2018-06-15 | 1 | -35/+44 | |
| * | | | | | | | | | cifs: remove smb2_send_recv() | Ronnie Sahlberg | 2018-06-15 | 3 | -42/+116 | |
| * | | | | | | | | | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg | 2018-06-15 | 6 | -135/+99 | |
| * | | | | | | | | | smb3: increase initial number of credits requested to allow write | Steve French | 2018-06-15 | 1 | -2/+3 | |
| * | | | | | | | | | cifs: minor documentation updates | Steve French | 2018-06-15 | 3 | -11/+16 | |
| * | | | | | | | | | cifs: add lease tracking to the cached root fid | Ronnie Sahlberg | 2018-06-15 | 6 | -20/+58 | |
| * | | | | | | | | | smb3: note that smb3.11 posix extensions mount option is experimental | Steve French | 2018-06-15 | 1 | -1/+4 | |
* | | | | | | | | | | Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-06-18 | 3 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | firmware: dmi: Add access to the SKU ID string | Simon Glass | 2018-06-17 | 3 | -0/+4 | |
* | | | | | | | | | | | Fix Documentation build due to rename of main.c to mtrr.c | Randy Dunlap | 2018-06-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Linux 4.18-rc1v4.18-rc1 | Linus Torvalds | 2018-06-17 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-16 | 16 | -275/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bsg: fix race of bsg_open and bsg_unregister | Anatoliy Glagolev | 2018-06-15 | 1 | -11/+11 | |
| * | | | | | | | | | | | block: remov blk_queue_invalidate_tags | Christoph Hellwig | 2018-06-15 | 3 | -38/+1 | |
| * | | | | | | | | | | | Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2018-06-15 | 11 | -224/+154 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | nvme-fabrics: fix and refine state checks in __nvmf_check_ready | Christoph Hellwig | 2018-06-15 | 1 | -20/+19 | |
| | * | | | | | | | | | | | nvme-fabrics: handle the admin-only case properly in nvmf_check_ready | Christoph Hellwig | 2018-06-15 | 1 | -1/+2 | |
| | * | | | | | | | | | | | nvme-fabrics: refactor queue ready check | Christoph Hellwig | 2018-06-15 | 5 | -50/+45 | |
| | * | | | | | | | | | | | blk-mq: remove blk_mq_tagset_iter | Christoph Hellwig | 2018-06-14 | 2 | -31/+0 | |
| | * | | | | | | | | | | | nvme: remove nvme_reinit_tagset | Christoph Hellwig | 2018-06-14 | 2 | -12/+0 | |
| | * | | | | | | | | | | | nvme-fc: fix nulling of queue data on reconnect | James Smart | 2018-06-14 | 1 | -6/+5 | |
| | * | | | | | | | | | | | nvme-fc: remove reinit_request routine | James Smart | 2018-06-14 | 1 | -20/+0 | |
| | * | | | | | | | | | | | nvme-fc: change controllers first connect to use reconnect path | James Smart | 2018-06-14 | 1 | -57/+47 | |
| | * | | | | | | | | | | | nvme: don't rely on the changed namespace list log | Christoph Hellwig | 2018-06-13 | 1 | -25/+11 | |
| | * | | | | | | | | | | | nvmet: free smart-log buffer after use | Chaitanya Kulkarni | 2018-06-11 | 1 | -1/+3 | |
| | * | | | | | | | | | | | nvme-rdma: fix error flow during mapping request data | Max Gurtovoy | 2018-06-11 | 1 | -7/+24 | |
| | * | | | | | | | | | | | nvme: add bio remapping tracepoint | Hannes Reinecke | 2018-06-11 | 1 | -0/+4 | |
| | * | | | | | | | | | | | nvme: fix NULL pointer dereference in nvme_init_subsystem | Israel Rukshin | 2018-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | blk-mq: don't time out requests again that are in the timeout handler | Christoph Hellwig | 2018-06-14 | 2 | -0/+7 | |
| * | | | | | | | | | | | | blk-mq: reinit q->tag_set_list entry only after grace period | Roman Pen | 2018-06-11 | 1 | -2/+1 | |
* | | | | | | | | | | | | | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental | Linus Torvalds | 2018-06-16 | 206 | -339/+372 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fix a series of Documentation/ broken file name references | Mauro Carvalho Chehab | 2018-06-15 | 8 | -9/+10 | |
| * | | | | | | | | | | | | | Documentation: rstFlatTable.py: fix a broken reference | Mauro Carvalho Chehab | 2018-06-15 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | ABI: sysfs-devices-system-cpu: remove a broken reference | Mauro Carvalho Chehab | 2018-06-15 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | devicetree: fix a series of wrong file references | Mauro Carvalho Chehab | 2018-06-15 | 8 | -14/+14 | |
| * | | | | | | | | | | | | | devicetree: fix name of pinctrl-bindings.txt | Mauro Carvalho Chehab | 2018-06-15 | 9 | -12/+12 | |
| * | | | | | | | | | | | | | devicetree: fix some bindings file names | Mauro Carvalho Chehab | 2018-06-15 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | MAINTAINERS: fix location of DT npcm files | Mauro Carvalho Chehab | 2018-06-15 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | MAINTAINERS: fix location of some display DT bindings | Mauro Carvalho Chehab | 2018-06-15 | 1 | -3/+2 |