summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-0317-78/+28
|\
| * kbuild: remove cc-name variableMasahiro Yamada2018-11-022-5/+1
| * kbuild: replace cc-name test with CONFIG_CC_IS_CLANGMasahiro Yamada2018-11-025-6/+6
| * merge_config.sh: Allow to define config prefixPetr Vorel2018-11-021-1/+5
| * kbuild: remove unused cc-fullversion variableMasahiro Yamada2018-11-022-19/+0
| * kconfig: remove silentoldconfig targetMasahiro Yamada2018-11-022-9/+2
| * kconfig: remove oldnoconfig targetMasahiro Yamada2018-11-022-15/+1
| * powerpc: PCI_MSI needs PCIChristoph Hellwig2018-11-022-0/+3
| * powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-022-7/+3
| * powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig2018-11-021-9/+0
| * scsi: aha152x: rename the PCMCIA defineChristoph Hellwig2018-11-022-8/+8
* | Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-11-0312-99/+530
|\ \
| * | cifs: fix signed/unsigned mismatch on aio_read patchSteve French2018-11-021-6/+11
| * | cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-021-2/+5
| * | CIFS: Add direct I/O functions to file_operationsLong Li2018-11-021-6/+4
| * | CIFS: Add support for direct I/O writeLong Li2018-11-022-41/+164
| * | CIFS: Add support for direct I/O readLong Li2018-11-023-39/+192
| * | smb3: missing defines and structs for reparse point handlingSteve French2018-11-022-0/+38
| * | smb3: allow more detailed protocol info on open files for debuggingSteve French2018-11-024-0/+65
| * | smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-021-2/+4
| * | smb3: add trace point for tree connectionSteve French2018-11-022-1/+44
| * | cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-11-022-3/+3
| * | cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-021-5/+6
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-031-1/+1
|\ \ \
| * | | iov_iter: Fix 9p virtio breakageMarc Zyngier2018-11-021-1/+1
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-0316-50/+52
|\ \ \ \
| * | | | scsi: mvsas: Remove set but not used variable 'id'YueHaibing2018-10-231-2/+1
| * | | | scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche2018-10-231-8/+5
| * | | | scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche2018-10-231-1/+1
| * | | | scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2018-10-231-3/+3
| * | | | scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche2018-10-231-1/+1
| * | | | scsi: qla2xxx: Declare local functions 'static'Bart Van Assche2018-10-231-2/+3
| * | | | scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-238-17/+17
| * | | | scsi: qla2xxx: Modify fall-through annotationsBart Van Assche2018-10-232-2/+2
| * | | | scsi: 3w-sas: 3w-9xxx: Use unsigned char for cdbNathan Chancellor2018-10-232-7/+13
| * | | | scsi: mvsas: Use dma_pool_zallocSabyasachi Gupta2018-10-231-2/+1
| * | | | scsi: target: Don't request modules that aren't even builtRoland Dreier2018-10-231-4/+4
| * | | | scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier2018-10-231-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-0319-124/+172
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-031-0/+1
| * | | | bfs: add sanity check at bfs_fill_super()Tetsuo Handa2018-11-031-3/+6
| * | | | kernel/sysctl.c: remove duplicated includeMichael Schupikov2018-11-031-1/+0
| * | | | kernel/kexec_file.c: remove some duplicated includeszhong jiang2018-11-031-2/+0
| * | | | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-035-77/+40
| * | | | ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2018-11-031-0/+17
| * | | | ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann2018-11-031-17/+9
| * | | | ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2018-11-031-18/+59
| * | | | ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-031-2/+1
| * | | | ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2018-11-031-2/+2
| * | | | ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2018-11-031-17/+34