summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smb3: display stats counters for number of slow commandsSteve French2018-08-073-3/+24
* CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel2018-08-071-2/+3
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-08-072-1/+3
* smb3: fix minor debug output for CONFIG_CIFS_STATSSteve French2018-08-071-1/+1
* smb3: add tracepoint for slow responsesSteve French2018-08-072-2/+43
* cifs: add compound_send_recv()Ronnie Sahlberg2018-08-072-66/+94
* cifs: make smb_send_rqst take an array of requestsRonnie Sahlberg2018-08-071-8/+13
* cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-073-109/+131
* smb3: update readme to correct information about /proc/fs/cifs/StatsSteve French2018-08-071-12/+10
* smb3: fix reset of bytes read and written statsSteve French2018-08-071-0/+8
* smb3: display bytes_read and bytes_written in smb3 statsSteve French2018-08-071-0/+3
* cifs: simple stats should always be enabledSteve French2018-08-077-36/+1
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-08-074-6/+31
* smb3: add reconnect tracepointsSteve French2018-08-073-0/+29
* smb3: add tracepoint for session expired or deletedSteve French2018-08-072-0/+5
* cifs: remove unused statsSteve French2018-08-071-14/+0
* smb3: don't request leases in symlink creation and querySteve French2018-08-071-2/+2
* smb3: remove per-session operations from per-tree connection statsSteve French2018-08-071-28/+18
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-08-071-1/+1
* smb3: snapshot mounts are read-only and make sure info is displayable about t...Steve French2018-08-071-0/+5
* smb3: remove noisy warning message on mountSteve French2018-08-071-1/+5
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-0712-103/+22
* cifs: add missing debug entries for kconfig optionsSteve French2018-08-071-7/+23
* documentation update - remove old out of date feature infoSteve French2018-08-071-1068/+4
* smb3: add support for statfs for smb3.1.1 posix extensionsSteve French2018-08-074-1/+109
* smb3: fill in statfs fsid and correct namelenSteve French2018-08-074-8/+31
* cifs: Make sure all data pages are signed correctlyPaulo Alcantara2018-08-071-1/+7
* CIFS: fix memory leak and remove dead codeAurelien Aptel2018-08-071-51/+50
* cifs: allow disabling insecure dialects in the configSteve French2018-08-072-1/+25
* smb3: if server does not support posix do not allow posix mount optionSteve French2018-08-071-2/+6
* cifs: use 64-bit timestamps for fscacheArnd Bergmann2018-08-073-9/+17
* cifs: use timespec64 internallyArnd Bergmann2018-08-076-41/+40
* cifs: Silence uninitialized variable warningDan Carpenter2018-08-071-1/+2
* Merge tag 'gpio-v4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-061-1/+55
|\
| * gpiolib-acpi: make sure we trigger edge events at least once on bootBenjamin Tissoires2018-08-011-1/+55
* | Linux 4.18-rc8v4.18-rc8Linus Torvalds2018-08-051-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-051-18/+55
|\ \
| * | x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov2018-08-021-18/+55
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-052-2/+2
|\ \ \
| * | | nohz: Fix missing tick reprogram when interrupting an inline softirqFrederic Weisbecker2018-08-031-1/+1
| * | | nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-07-311-1/+1
| | |/ | |/|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-0515-67/+132
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-4.18-20180730' of git://git.kernel.org/pub/s...Ingo Molnar2018-07-3113-63/+124
| |\ \ \
| | * | | perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-305-0/+5
| | * | | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-07-305-58/+93
| | * | | tools headers uapi: Refresh linux/bpf.h copyArnaldo Carvalho de Melo2018-07-301-5/+23
| | * | | tools headers powerpc: Update asm/unistd.h copy to pick newArnaldo Carvalho de Melo2018-07-301-0/+1
| | * | | tools headers uapi: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2018-07-301-0/+2
| * | | | perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2018-07-312-4/+8
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-051-1/+8
|\ \ \ \ \