summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu2018-07-281-1/+7
* f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu2018-07-281-1/+3
* f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala2018-07-281-0/+2
* f2fs: check the right return value of memory alloc functionYunlei He2018-07-281-1/+1
* f2fs: Replace strncpy with memcpyGuenter Roeck2018-07-281-2/+2
* f2fs: avoid the global name 'fault_name'Gao Xiang2018-07-282-3/+3
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2018-07-281-0/+21
* f2fs: fix to do sanity check with node footer and iblocksChao Yu2018-07-281-2/+23
* f2fs: Allocate and stat mem used by free nid bitmap more accuratelyYunlei He2018-07-283-7/+3
* f2fs: fix to do sanity check with user_block_countChao Yu2018-07-281-1/+12
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-07-271-4/+15
* f2fs: fix to correct return value of f2fs_trim_fsChao Yu2018-07-271-11/+16
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-07-271-2/+19
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-07-271-2/+2
* f2fs: disable f2fs_check_rb_tree_consistenceChao Yu2018-07-272-3/+8
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-279-29/+60
* f2fs: use timespec64 for inode timestampsArnd Bergmann2018-07-273-17/+13
* f2fs: fix to wait on page writeback before updating pageChao Yu2018-07-271-0/+1
* f2fs: assign REQ_RAHEAD to bio for ->readpagesJaegeuk Kim2018-07-271-7/+13
* f2fs: fix a hungtask problem caused by congestion_waitYunlei He2018-07-271-4/+2
* f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter2018-07-271-1/+1
* f2fs: don't issue discard commands in online discard is onJaegeuk Kim2018-07-271-10/+11
* f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-07-272-13/+31
* f2fs: support in-memory inode checksum when checking consistencyWeichao Guo2018-07-273-1/+21
* f2fs: fix error path of fill_superChao Yu2018-07-271-1/+1
* f2fs: relocate readdir_ra configure initializationChao Yu2018-07-271-1/+2
* f2fs: move s_res{u,g}id initialization to default_options()Chao Yu2018-07-271-3/+2
* f2fs: don't acquire orphan ino during recoveryChao Yu2018-07-271-7/+1
* f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim2018-07-271-2/+4
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-276-5/+18
* f2fs: keep meta pages in cp_error stateJaegeuk Kim2018-07-271-15/+13
* f2fs: do checkpoint in kill_sbJaegeuk Kim2018-07-151-3/+13
* f2fs: allow wrong configured dio to buffered writeJaegeuk Kim2018-07-151-9/+15
* f2fs: flush journal nat entries for nat_bits during unmountJaegeuk Kim2018-07-111-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-07-068-13/+27
|\
| * s390: wire up rseq system callHeiko Carstens2018-07-045-1/+9
| * s390: wire up io_pgetevents system callHeiko Carstens2018-07-041-0/+1
| * s390/mm: fix refcount usage for 4K pgsteEric Farman2018-07-021-0/+4
| * s390/dasd: reduce the default queue depth and nr of hardware queuesStefan Haberland2018-07-022-10/+11
| * s390: Correct register corruption in critical section cleanupChristian Borntraeger2018-06-251-2/+2
* | Merge tag 'drm-fixes-2018-07-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-07-0534-242/+583
|\ \
| * \ Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/li...Dave Airlie2018-07-0611-102/+149
| |\ \
| | * | drm/exynos: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-021-2/+2
| | * | drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-022-6/+6
| | * | drm/exynos: Replace drm_framebuffer_{un/reference} with put,get functionsThomas Zimmermann2018-07-021-1/+1
| | * | drm/exynos: ipp: use correct enum typeStefan Agner2018-06-291-1/+1
| | * | drm/exynos: decon5433: Fix WINCONx reset valueMarek Szyprowski2018-06-291-1/+1
| | * | drm/exynos: decon5433: Fix per-plane global alpha for XRGB modesMarek Szyprowski2018-06-291-2/+2
| | * | drm/exynos: fimc: Use real buffer width for configuring the hardwareMarek Szyprowski2018-06-291-7/+10
| | * | drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski2018-06-292-9/+21