summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-073-30/+32
* SMB3: Add handling for different FSCTL access flagsSteve French2019-05-071-1/+9
* cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-072-2/+42
* cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton2019-05-071-5/+0
* cifs: Call MID callback before destroying transportLong Li2019-05-071-17/+19
* cifs: smbd: Retry on memory registration failureLong Li2019-05-071-2/+2
* cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-071-2/+3
* cifs: smbd: Return EINTR when interruptedLong Li2019-05-071-1/+1
* cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-073-127/+10
* smbd: Make upper layer decide when to destroy the transportLong Li2019-05-073-27/+101
* SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-071-0/+8
* CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel2019-05-071-1/+10
* CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza2019-05-071-0/+2
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-074-25/+151
* cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky2019-05-071-1740/+1740
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-073-6/+44
* Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-0750-295/+1258
|\
| * parisc: Add static branch and JUMP_LABEL featureHelge Deller2019-05-065-0/+104
| * parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-061-3/+3
| * parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-063-6/+6
| * parisc: Update huge TLB page support to use per-pagetable spinlockJohn David Anglin2019-05-031-9/+10
| * parisc: Use per-pagetable spinlockMikulas Patocka2019-05-039-49/+108
| * parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-031-1/+1
| * parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-031-2/+2
| * parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-031-3/+3
| * parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin2019-05-033-24/+39
| * parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin2019-05-031-43/+0
| * parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller2019-05-036-128/+68
| * parisc: enable wide mode earlySven Schnelle2019-05-031-0/+13
| * parisc: update feature listsSven Schnelle2019-05-032-2/+2
| * parisc: Show n/a if product number not availableHelge Deller2019-05-031-1/+2
| * parisc: remove unused flags parameter in __patch_text()Sven Schnelle2019-05-031-5/+4
| * doc: update kprobes supported architecture listSven Schnelle2019-05-032-1/+2
| * parisc: Implement kretprobesSven Schnelle2019-05-032-1/+110
| * parisc: remove kprobes.h from generic-ySven Schnelle2019-05-031-1/+0
| * parisc: Implement kprobesSven Schnelle2019-05-035-0/+254
| * parisc: add functions required by KPROBE_EVENTSSven Schnelle2019-05-032-0/+48
| * parisc: PA-Linux requires at least 32 MB RAMHelge Deller2019-05-031-11/+20
| * parisc: Skip registering LED when running in QEMUHelge Deller2019-05-031-0/+3
| * parisc: Tune LASI LAN for QEMUHelge Deller2019-05-031-2/+3
| * parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-031-0/+1
| * parisc: add KGDB supportSven Schnelle2019-05-035-0/+296
| * parisc: add parisc code patchingSven Schnelle2019-05-033-1/+91
| * parisc: add set_fixmap()/clear_fixmap()Sven Schnelle2019-05-034-7/+69
| * parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-05-031-1/+2
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-0743-107/+331
|\ \
| * | audit: fix a memory leak bugWenwen Wang2019-04-221-5/+7
| * | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-156-5/+112
| * | timekeeping: Audit clock adjustmentsOndrej Mosnacek2019-04-154-0/+28
| * | audit: purge unnecessary list_empty callsRichard Guy Briggs2019-04-082-39/+27