summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-092-5/+6
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-05-091-2/+8
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-091-0/+1
* f2fs: remove new blank line of f2fs kernel messageChao Yu2019-05-092-6/+6
* f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-093-6/+6
* f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-091-3/+11
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-091-2/+10
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-05-091-1/+3
* f2fs: fix to retrieve inline xattr spaceChao Yu2019-05-091-0/+17
* f2fs: fix error path of recoveryChao Yu2019-05-091-4/+11
* f2fs: fix to avoid deadloop in foreground GCChao Yu2019-05-091-0/+1
* f2fs: data: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
* f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2019-04-162-9/+50
* f2fs: add comment for conditional compilation statementChao Yu2019-04-051-1/+1
* f2fs: fix potential recursive call when enabling data_flushChao Yu2019-04-052-5/+4
* f2fs: improve discard handling with multi-device volumesDamien Le Moal2019-04-052-5/+19
* f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-053-34/+29
* f2fs: Fix use of number of devicesDamien Le Moal2019-04-055-15/+32
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-04-0310-21/+49
|\
| * HID: input: add mapping for Assistant keyDmitry Torokhov2019-04-031-0/+1
| * HID: i2c-hid: Disable runtime PM on Synaptics touchpadHui Wang2019-04-012-0/+3
| * HID: quirks: Fix keyboard + touchpad on Lenovo Miix 630Jeffrey Hugo2019-03-271-1/+4
| * HID: logitech: Handle 0 scroll events for the m560Peter Hutterer2019-03-201-2/+3
| * HID: debug: fix race condition with between rdesc_show() and device removalHe, Bo2019-03-191-0/+5
| * HID: logitech: check the return value of create_singlethread_workqueueKangjie Lu2019-03-191-1/+7
| * HID: Increase maximum report size allowed by hid_field_extract()Kai-Heng Feng2019-03-181-3/+3
| * HID: steam: fix deadlock with input devices.Rodrigo Rivas Costa2019-03-181-7/+19
| * HID: uclogic: remove redudant duplicated null check on ver_ptrColin Ian King2019-03-111-4/+0
| * HID: quirks: Drop misused kernel-doc annotationAndy Shevchenko2019-03-111-1/+1
| * HID: hid-asus: select CONFIG_POWER_SUPPLYArnd Bergmann2019-03-111-0/+1
| * HID: quirks: use correct format chars in dbg_hidLouis Taylor2019-03-111-2/+2
* | Merge tag 'pidfd-fixes-v5.1-rc3' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2019-04-031-9/+4
|\ \
| * | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-011-9/+4
* | | Merge tag 'hwmon-for-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-04-034-5/+8
|\ \ \
| * | | dt-bindings: hwmon: (adc128d818) Specify ti,mode property sizeCarlos Menin2019-03-291-2/+2
| * | | hwmon: (ntc_thermistor) Fix temperature type reportingGuenter Roeck2019-03-291-1/+1
| * | | hwmon: (occ) Fix power sensor indexingEddie James2019-03-291-2/+4
| * | | hwmon: (w83773g) Select REGMAP_I2C to fix build errorAxel Lin2019-03-291-0/+1
* | | | Update Nicolas Pitre's email addressNicolas Pitre2019-04-032-1/+3
* | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
|\ \ \ \
| * | | | aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-181-66/+53
| * | | | deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-181-6/+6
| * | | | aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-181-9/+8
| * | | | make aio_read()/aio_write() return intAl Viro2019-03-181-6/+6
| * | | | Fix aio_poll() racesAl Viro2019-03-181-50/+40
| * | | | aio: store event at final iocb_put()Al Viro2019-03-181-16/+17
| * | | | aio: keep io_event in aio_kiocbAl Viro2019-03-181-18/+13
| * | | | aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-181-22/+7
| * | | | pin iocb through aio.Linus Torvalds2019-03-181-16/+21
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |