summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to recover cold bit of inode block during PORChao Yu2018-10-162-1/+7
* f2fs: submit cached bio to avoid endless PageWritebackChao Yu2018-10-163-25/+61
* f2fs: checkpoint disablingDaniel Rosenberg2018-10-1613-14/+324
* f2fs: clear PageError on the read pathJaegeuk Kim2018-10-031-1/+4
* f2fs: allow out-place-update for direct IO in LFS modeChao Yu2018-10-013-14/+78
* f2fs: refactor ->page_mkwrite() flowChao Yu2018-10-013-24/+24
* Revert: "f2fs: check last page index in cached bio to decide submission"Chao Yu2018-10-015-35/+32
* f2fs: support superblock checksumJunling Zheng2018-10-014-1/+39
* f2fs: add to account skip count of background GCChao Yu2018-10-013-3/+22
* f2fs: add to account meta IOChao Yu2018-10-013-0/+29
* f2fs: keep lazytime on remountJaegeuk Kim2018-10-011-0/+1
* f2fs: fix missing up_readJaegeuk Kim2018-09-291-1/+3
* f2fs: return correct errno in f2fs_gcJaegeuk Kim2018-09-281-1/+1
* f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIOJaegeuk Kim2018-09-286-14/+47
* f2fs: mark inode dirty explicitly in recover_inode()Chao Yu2018-09-261-0/+2
* f2fs: fix to recover inode's crtime during PORChao Yu2018-09-261-0/+7
* f2fs: fix to recover inode's i_gc_failures during PORChao Yu2018-09-261-0/+2
* f2fs: fix to recover inode's i_flags during PORChao Yu2018-09-261-0/+1
* f2fs: fix to recover inode's project id during PORChao Yu2018-09-261-0/+13
* f2fs: update i_size after DIO completionJaegeuk Kim2018-09-262-8/+8
* f2fs: report ENOENT correctly in f2fs_renameJaegeuk Kim2018-09-261-2/+4
* f2fs: fix remount problem of option io_bitsChengguang Xu2018-09-261-1/+2
* f2fs: fix to recover inode's uid/gid during PORChao Yu2018-09-201-0/+2
* f2fs: avoid infinite loop in f2fs_alloc_nidJaegeuk Kim2018-09-201-2/+3
* f2fs: add new idle interval timing for discard and gc pathsSahitya Tummala2018-09-206-14/+56
* f2fs: split IO error injection according to RWChao Yu2018-09-124-5/+14
* f2fs: add SPDX license identifiersChao Yu2018-09-1228-111/+28
* f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...Chengguang Xu2018-09-121-8/+11
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2018-09-121-23/+37
* f2fs: avoid sleeping under spin_lockZhikang Zhang2018-09-122-22/+36
* f2fs: plug readahead IO in readdir()Chao Yu2018-09-121-6/+16
* f2fs: fix to do sanity check with current segment numberChao Yu2018-09-121-1/+33
* f2fs: fix memory leak of percpu counter in fill_super()Chao Yu2018-09-121-1/+5
* 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/+46
* 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
|\ \