summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0812-26/+23
|\
| * fs: remove call_fsync helper functionJeff Layton2017-07-063-8/+2
| * mm: clean up error handling in write_one_pageJeff Layton2017-07-061-7/+6
| * JFS: do not ignore return code from write_one_page()Dave Kleikamp2017-07-062-2/+6
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-068-15/+15
* | Merge tag 'cifs-bug-fixes-for-4.13' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-07-088-24/+218
|\ \
| * | CIFS: fix circular locking dependencyRabin Vincent2017-07-061-2/+2
| * | cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENTColin Ian King2017-07-061-1/+1
| * | cifs: Do not modify mid entry after submitting I/O in cifs_call_asyncLong Li2017-07-061-2/+5
| * | CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE2017-07-061-0/+8
| * | cifs: hide unused functionsArnd Bergmann2017-07-061-1/+2
| * | cifs: Use smb 2 - 3 and cifsacl mount options getacl functionsShirish Pargaonkar2017-07-061-0/+116
| * | cifs: prototype declaration and definition for smb 2 - 3 and cifsacl mount op...Shirish Pargaonkar2017-07-062-11/+44
| * | CIFS: add CONFIG_CIFS_DEBUG_KEYS to dump encryption keysAurélien Aptel2017-07-062-3/+34
| * | cifs: set mapping error when page writeback fails in writepage or launder_pagesJeff Layton2017-07-061-5/+7
| * | SMB3: Enable encryption for SMB3.1.1Steve French2017-07-021-1/+1
* | | Merge tag 'gfs2-4.13.fixes.addendum' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-082-2/+10
|\ \ \
| * | | gfs2: Fix glock rhashtable rcu bugAndreas Gruenbacher2017-07-072-2/+10
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-0812-133/+261
|\ \ \ \
| * | | | IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens2017-07-071-1/+2
| * | | | IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens2017-07-071-8/+12
| * | | | tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
| * | | | tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1
| * | | | tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
| * | | | tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
| * | | | tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44
| * | | | tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-072-0/+117
| * | | | tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
| * | | | tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
| * | | | tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-072-0/+37
| * | | | Add "shutdown" to "struct class".Josh Zimmerman2017-07-072-1/+7
* | | | | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0812-72/+93
|\ \ \ \ \
| * | | | | tile: remove unneeded extra-y in MakefileMasahiro Yamada2017-06-301-1/+0
| * | | | | kbuild: thin archives make default for all archsNicholas Piggin2017-06-303-14/+5
| * | | | | x86/um: thin archives build fixNicholas Piggin2017-06-301-1/+1
| * | | | | tile: thin archives fix linkingNicholas Piggin2017-06-301-7/+7
| * | | | | ia64: thin archives fix linkingNicholas Piggin2017-06-301-6/+9
| * | | | | sh: thin archives fix linkingNicholas Piggin2017-06-301-8/+8
| * | | | | kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin2017-06-303-15/+46
| * | | | | kbuild: thin archives use P option to arNicholas Piggin2017-06-302-5/+5
| * | | | | kbuild: thin archives final link close --whole-archives optionNicholas Piggin2017-06-301-3/+3
| * | | | | ia64: remove unneeded extra-y in Makefile.gateMasahiro Yamada2017-06-301-3/+1
| * | | | | tile: fix dependency and .*.cmd inclusion for incremental buildMasahiro Yamada2017-06-301-6/+5
| * | | | | sparc64: Use indirect calls in hamming weight stubsDavid S. Miller2017-06-301-8/+8
* | | | | | Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-0825-26/+37
|\ \ \ \ \ \
| * | | | | | kbuild: create deterministic initramfs directory listingsBjørn Forsman2017-07-031-1/+1
| * | | | | | scripts/mkcompile_h: Remove trailing spaces from compiler versionJonathan Liu2017-06-191-1/+1
| * | | | | | scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-1424-25/+37
* | | | | | | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-0712-104/+67
|\ \ \ \ \ \ \
| * | | | | | | kbuild: improve comments on KBUILD_SRCCao jin2017-07-031-3/+3