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