summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2018-10-29f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-29f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala
2018-10-29f2fs: checkpoint disablingDaniel Rosenberg
2018-10-29f2fs: allow out-place-update for direct IO in LFS modeChao Yu
2018-10-27f2fs: refactor ->page_mkwrite() flowChao Yu
2018-10-27f2fs: add SPDX license identifiersChao Yu
2018-10-27f2fs: avoid wrong decrypted data from diskJaegeuk Kim
2018-10-27f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu
2018-09-18f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim
2018-09-18f2fs: rework fault injection handling to avoid a warningArnd Bergmann
2018-09-18f2fs: fix avoid race between truncate and background GCChao Yu
2018-09-18f2fs: avoid race between zero_range and background GCChao Yu
2018-09-18f2fs: fix to reset i_gc_failures correctlyChao Yu
2018-09-18f2fs: fix to avoid broken of dnode block listChao Yu
2018-09-18f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim
2018-09-18f2fs: clean up ioctl interface namingChao Yu
2018-09-18f2fs: clean up with f2fs_encrypted_inode()Chao Yu
2018-09-18f2fs: fix to propagate error from __get_meta_page()Chao Yu
2018-09-18f2fs: fix to do sanity check with block address in main areaChao Yu
2018-09-18f2fs: introduce and spread verify_blkaddrChao Yu
2018-09-18f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter
2018-09-18f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim
2018-07-08treewide: Use array_size in f2fs_kvzalloc()Kees Cook
2018-07-08f2fs: fix to clear FI_VOLATILE_FILE correctlyChao Yu
2018-07-08f2fs: let sync node IO interrupt async oneChao Yu
2018-07-08fs: f2fs: insert space around that ':' and ', 'youngjun yoo
2018-07-08fs: f2fs: add missing blank lines after declarationsyoungjun yoo
2018-07-08fs: f2fs: changed variable type of offset "unsigned" to "loff_t"youngjun yoo
2018-07-08f2fs: clean up symbol namespaceChao Yu
2018-07-08f2fs: fix to avoid accessing cross the boundaryChao Yu
2018-07-08f2fs: avoid stucking GC due to atomic writeChao Yu
2018-07-08f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2018-07-08f2fs: use find_get_pages_tag() for looking up single pageJan Kara
2018-07-08f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-07-08f2fs: treat volatile file's data as hot oneChao Yu
2018-07-08f2fs: rename dio_rwsem to i_gc_rwsemChao Yu
2018-07-08f2fs: move mnt_want_write_file after range checkYunlei He
2018-07-08f2fs: fix missing clear FI_NO_PREALLOC in some error caseYunlei He
2018-07-08f2fs: fix return value in f2fs_ioc_commit_atomic_writeChao Yu
2018-07-08f2fs: allocate hot_data for atomic write more strictlyYunlei He
2018-07-08f2fs: fix race in between GC and atomic openChao Yu
2018-07-08f2fs: fix to show missing bits in FS_IOC_GETFLAGSChao Yu
2018-07-08f2fs: remove unneeded F2FS_PROJINHERIT_FLChao Yu
2018-07-08f2fs: remove redundant block plugChao Yu
2018-07-08f2fs: introduce private inode status mappingChao Yu
2018-05-30f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim
2018-04-19f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers
2018-04-08f2fs: truncate preallocated blocks in error caseJaegeuk Kim
2018-04-08f2fs: clean up with F2FS_BLK_ALIGNChao Yu
2018-04-08f2fs: release locks before return in f2fs_ioc_gc_range()Qiuyang Sun