summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-021-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-0220-141/+347
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-12-2819-141/+346
| |\
| | * Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-281-2/+2
| | * Input: drv2667 - fix indentation issuesColin Ian King2018-12-211-3/+3
| | * Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-215-8/+8
| | * Input: add official Raspberry Pi's touchscreen driverNicolas Saenz Julienne2018-12-214-0/+266
| | * Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter2018-12-211-1/+1
| | * Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König2018-12-081-2/+4
| | * Input: olpc_apsp - remove set but not used variable 'np'YueHaibing2018-12-031-2/+0
| | * Input: olpc_apsp - enable the SP clockLubomir Rintel2018-11-152-0/+18
| | * Input: olpc_apsp - check FIFO status on open(), not probe()Lubomir Rintel2018-11-151-7/+7
| | * Input: olpc_apsp - drop CONFIG_OLPC dependencyLubomir Rintel2018-11-151-1/+0
| | * clk: mmp2: add SP clockLubomir Rintel2018-11-151-0/+4
| | * dt-bindings: marvell,mmp2: Add clock id for the SP clockLubomir Rintel2018-11-151-0/+1
| | * Input: ad7879 - drop platform data supportLinus Walleij2018-11-152-116/+33
| * | Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer2018-12-281-0/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-027-125/+279
|\ \ \
| * | | vhost: correct the related warning messagewangyan2018-12-191-2/+2
| * | | vhost: split structs into a separate header filePaolo Bonzini2018-12-192-111/+130
| * | | virtio: remove deprecated VIRTIO_PCI_CONFIG()Dongli Zhang2018-12-191-2/+4
| * | | vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
| * | | virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-192-2/+135
* | | | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-0223-131/+467
|\ \ \ \
| * | | | block/swim3: Fix regression on PowerBook G3Finn Thain2018-12-311-4/+3
| * | | | block/swim3: Fix -EBUSY error when re-opening device after unmountFinn Thain2018-12-311-1/+5
| * | | | block/swim3: Remove dead return statementFinn Thain2018-12-311-1/+0
| * | | | block/amiflop: Don't log error message on invalid ioctlFinn Thain2018-12-311-2/+0
| * | | | gdrom: fix a memory leak bugWenwen Wang2018-12-291-0/+1
| * | | | lightnvm: pblk: fix use-after-free bugGustavo A. R. Silva2018-12-221-1/+0
| * | | | block: sunvdc: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | | | block: loop: remove redundant codeChengguang Xu2018-12-221-1/+0
| * | | | bsg: deprecate BIDI support in bsgChristoph Hellwig2018-12-211-0/+4
| * | | | blkcg: remove unused __blkg_release_rcu()Dennis Zhou2018-12-211-23/+0
| * | | | blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-212-5/+20
| * | | | drbd: Change drbd_request_detach_interruptible's return type to intNathan Chancellor2018-12-202-6/+3
| * | | | drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2018-12-201-1/+4
| * | | | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-2010-31/+252
| * | | | drbd: skip spurious timeout (ping-timeo) when failing promoteLars Ellenberg2018-12-201-7/+8
| * | | | drbd: don't retry connection if peers do not agree on "authentication" settingsLars Ellenberg2018-12-201-1/+1
| * | | | drbd: fix print_st_err()'s prototype to match the definitionLuc Van Oostenryck2018-12-201-1/+1
| * | | | drbd: avoid spurious self-outdating with concurrent disconnect / downLars Ellenberg2018-12-201-0/+7
| * | | | drbd: do not block when adjusting "disk-options" while IO is frozenLars Ellenberg2018-12-201-8/+29
| * | | | drbd: fix comment typosLars Ellenberg2018-12-202-2/+2
| * | | | drbd: reject attach of unsuitable uuids even if connectedLars Ellenberg2018-12-202-3/+22
| * | | | drbd: attach on connected diskless peer must not shrink a consistent deviceLars Ellenberg2018-12-201-5/+6
| * | | | drbd: fix confusing error message during attachLars Ellenberg2018-12-201-5/+44
| * | | | drbd: disconnect, if the wrong UUIDs are attached on a connected peerLars Ellenberg2018-12-201-1/+1
| * | | | drbd: ignore "all zero" peer volume sizes in handshakeLars Ellenberg2018-12-201-3/+30
| * | | | drbd: centralize printk reporting of new size into drbd_set_my_capacity()Lars Ellenberg2018-12-203-11/+17