summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix memory leak of write_io in fill_super()Chao Yu2018-09-121-1/+1
* f2fs: cache NULL when both default_acl and acl are NULLChengguang Xu2018-09-111-0/+4
* f2fs: fix to flush all dirty inodes recovered in readonly fsChao Yu2018-09-114-5/+15
* f2fs: report error if quota off error during umountYunlei He2018-09-111-3/+16
* f2fs: submit bio after shutdownJaegeuk Kim2018-09-071-0/+2
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2018-09-054-12/+17
* Revert "f2fs: use printk_ratelimited for f2fs_msg"Chao Yu2018-09-053-7/+7
* f2fs: fix unnecessary periodic wakeup of discard thread when dev is busySahitya Tummala2018-09-051-1/+7
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2018-09-055-55/+46Star
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-09-051-0/+3
* Merge tag 'gpio-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-09-054-40/+72
|\
| * gpio: Fix crash due to registration raceVincent Whitchurch2018-08-311-0/+1
| * gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov2018-08-291-0/+1
| * gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcallHans de Goede2018-08-291-35/+49
| * gpiolib: acpi: Switch to cansleep version of GPIO library callAndy Shevchenko2018-08-291-1/+1
| * gpio: adp5588: Fix sleep-in-atomic-context bugMichael Hennerich2018-08-291-4/+20
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-09-0513-77/+85
|\ \
| * | scsi: aacraid: fix a signedness bugDan Carpenter2018-08-271-1/+1
| * | Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei2018-08-272-40/+7Star
| * | Revert "scsi: core: fix scsi_host_queue_ready"Ming Lei2018-08-271-1/+1
| * | scsi: libata: Add missing newline at end of fileGeert Uytterhoeven2018-08-271-1/+1
| * | scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()Varun Prakash2018-08-271-4/+4
| * | scsi: hpsa: limit transfer length to 1MB, not 512kBMartin Wilck2018-08-271-1/+1
| * | scsi: lpfc: Correct MDS diag and nvmet configurationJames Smart2018-08-271-1/+1
| * | scsi: lpfc: Default fdmi_on to onJames Smart2018-08-271-4/+4
| * | scsi: csiostor: fix incorrect port capabilitiesVarun Prakash2018-08-273-14/+48
| * | scsi: csiostor: add a check for NULL pointer after kmalloc()Varun Prakash2018-08-271-7/+9
| * | scsi: documentation: add scsi_mod.use_blk_mq to scsi-parametersJohn Pittman2018-08-271-0/+5
| * | scsi: core: Update SCSI_MQ_DEFAULT help text to match defaultGeert Uytterhoeven2018-08-271-5/+5
| |/
* | Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-0516-152/+527
|\ \
| * | nds32: linker script: GCOV kernel may refers data in __exitGreentime Hu2018-09-051-0/+12
| * | nds32: fix build error because of wrong semicolonGreentime Hu2018-09-041-2/+2
| * | nds32: Fix a kernel panic issue because of wrong frame pointer access.Greentime Hu2018-09-043-3/+15
| * | nds32: Only print one page of stack when die to prevent printing too much inf...Greentime Hu2018-09-041-3/+2Star
| * | nds32: Add macro definition for offset of lp register on stackZong Li2018-09-043-2/+3
| * | nds32: Remove the deprecated ABI implementationZong Li2018-09-041-5/+0Star
| * | nds32/stack: Get real return address by using ftrace_graph_ret_addrZong Li2018-09-042-24/+10Star
| * | nds32/ftrace: Support dynamic function graph tracerZong Li2018-09-041-0/+36
| * | nds32/ftrace: Support dynamic function tracerZong Li2018-09-043-0/+191
| * | nds32/ftrace: Add RECORD_MCOUNT supportZong Li2018-09-042-0/+4
| * | nds32/ftrace: Support static function graph tracerZong Li2018-09-042-0/+70
| * | nds32/ftrace: Support static function tracerZong Li2018-09-045-0/+59
| * | nds32: Extract the checking and getting pointer to a macroZong Li2018-09-041-39/+41
| * | nds32: Clean up the coding styleZong Li2018-09-041-98/+103
| * | nds32: Fix get_user/put_user macro expand pointer problemZong Li2018-09-041-12/+14
| * | nds32: Fix empty call traceZong Li2018-09-041-1/+1
| * | nds32: add NULL entry to the end of_device_id arrayYueHaibing2018-09-041-1/+2
| * | nds32: fix logic for moduleGreentime Hu2018-09-041-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-0556-433/+91Star
|\ \ \
| * | | nilfs2: convert to SPDX license tagsRyusuke Konishi2018-09-0539-390/+39Star