summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-05-31smb3: on reconnect set PreviousSessionId fieldSteve French-0/+1
2018-05-31smb3: Add posix create context for smb3.11 posix mountsSteve French-3/+101
2018-05-30smb3: add tracepoints for smb2/smb3 openSteve French-1/+92
2018-05-30cifs: add debug output to show nocase mount optionSteve French-0/+2
2018-05-30smb3: add define for id for posix create context and corresponding structSteve French-1/+10
2018-05-30cifs: update smb2_check_message to handle PDUs without a 4 byte length headerRonnie Sahlberg-30/+20
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French-1/+36
2018-05-30smb3: add support for posix negotiate contextSteve French-6/+36
2018-05-30cifs: allow disabling less secure legacy dialectsSteve French-9/+29
2018-05-30cifs: make minor clarifications to module params for cifs.koSteve French-3/+5
2018-05-30cifs: show the "w" bit for writeable /proc/fs/cifs/* filesRonnie Sahlberg-14/+14
2018-05-30smb3: add module alias for smb3 to cifs.koSteve French-1/+19
2018-05-30cifs: return error on invalid value written to cifsFYIRonnie Sahlberg-0/+2
2018-05-30cifs: invalidate cache when we truncate a fileRonnie Sahlberg-4/+9
2018-05-30smb3: print tree id in debugdata in proc to be able to help loggingSteve French-0/+2
2018-05-30smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French-35/+85
2018-05-30smb3: fix various xid leaksSteve French-19/+44
2018-05-30CIFS: Introduce offset for the 1st page in data transfer structuresLong Li-0/+4
2018-05-27smb3: Add ftrace tracepoints for improved SMB3 debuggingSteve French-10/+379
2018-05-27smb3: rename encryption_required to smb3_encryption_requiredSteve French-21/+21
2018-05-27cifs: update internal module version number for cifs.ko to 2.12Steve French-1/+1
2018-05-27cifs: add a new SMB2_close_flags functionRonnie Sahlberg-3/+11
2018-05-27cifs: store the leaseKey in the fid on SMB2_openRonnie Sahlberg-6/+11
2018-05-27cifs: fix build break when CONFIG_CIFS_DEBUG2 enabledSteve French-4/+4
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg-14/+16
2018-05-27cifs: add server argument to the dump_detail methodRonnie Sahlberg-6/+8
2018-05-27smb3: fix redundant opens on rootSteve French-17/+105
2018-05-27Linux 4.17-rc7v4.17-rc7Linus Torvalds-1/+1
2018-05-27Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+6
2018-05-26Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-20/+20
2018-05-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+9
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2018-05-26Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi in...Olof Johansson-1/+0
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij-11/+11
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-75/+198
2018-05-26arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz-1/+0
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-43/+125
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-193/+372
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand-0/+1
2018-05-25checkpatch: fix macro argument precedence testJoe Perches-1/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre-0/+1
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva-0/+5
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron-6/+9
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins-5/+0
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko-1/+1
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko-6/+10
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin-2/+61
2018-05-25MAINTAINERS: change hugetlbfs maintainer and update filesMike Kravetz-1/+7
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso-2/+10