summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-211-57/+62
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1Star
* f2fs: fix avoid race between truncate and background GCChao Yu2018-08-131-14/+23
* f2fs: avoid race between zero_range and background GCChao Yu2018-08-131-2/+9
* f2fs: fix to reset i_gc_failures correctlyChao Yu2018-08-111-1/+1
* f2fs: fix to avoid broken of dnode block listChao Yu2018-08-111-2/+3
* f2fs: don't allow any writes on aborted atomic writesJaegeuk Kim2018-08-011-1/+6
* f2fs: clean up ioctl interface namingChao Yu2018-08-011-2/+2
* f2fs: clean up with f2fs_encrypted_inode()Chao Yu2018-08-011-1/+1
* f2fs: fix to propagate error from __get_meta_page()Chao Yu2018-08-011-1/+6
* f2fs: fix to do sanity check with block address in main areaChao Yu2018-08-011-0/+12
* f2fs: introduce and spread verify_blkaddrChao Yu2018-07-271-4/+5
* f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter2018-07-271-1/+1
* f2fs: indicate shutdown f2fs to allow unmount successfullyJaegeuk Kim2018-07-271-0/+4
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-6/+6
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-6/+6
* | treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-131-2/+4
* | f2fs: fix to clear FI_VOLATILE_FILE correctlyChao Yu2018-06-041-2/+2
* | f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-0/+2
* | fs: f2fs: insert space around that ':' and ', 'youngjun yoo2018-05-311-2/+2
* | fs: f2fs: add missing blank lines after declarationsyoungjun yoo2018-05-311-0/+3
* | fs: f2fs: changed variable type of offset "unsigned" to "loff_t"youngjun yoo2018-05-311-2/+2
* | f2fs: clean up symbol namespaceChao Yu2018-05-311-67/+71
* | f2fs: fix to avoid accessing cross the boundaryChao Yu2018-05-311-1/+1
* | f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-6/+14
* | f2fs: Fix deadlock in shutdown ioctlSahitya Tummala2018-05-311-4/+7
* | f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-1/+1
* | f2fs: treat volatile file's data as hot oneChao Yu2018-05-311-2/+0Star
* | f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-14/+14
* | f2fs: move mnt_want_write_file after range checkYunlei He2018-05-311-5/+5
* | f2fs: fix missing clear FI_NO_PREALLOC in some error caseYunlei He2018-05-311-0/+2
* | f2fs: fix to detect failure of dquot_initializeChao Yu2018-05-311-1/+3
* | f2fs: fix return value in f2fs_ioc_commit_atomic_writeChao Yu2018-05-311-1/+3
* | f2fs: allocate hot_data for atomic write more strictlyYunlei He2018-05-311-10/+6Star
* | f2fs: fix race in between GC and atomic openChao Yu2018-05-311-0/+3
* | fs: f2fs: Adding new return type vm_fault_tSouptick Joarder2018-05-311-5/+5
* | f2fs: fix to show missing bits in FS_IOC_GETFLAGSChao Yu2018-05-311-2/+9
* | f2fs: remove unneeded F2FS_PROJINHERIT_FLChao Yu2018-05-311-4/+4
* | f2fs: remove redundant block plugChao Yu2018-05-311-3/+0Star
* | f2fs: introduce private inode status mappingChao Yu2018-05-311-31/+23Star
* | f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim2018-05-291-1/+1
* | f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers2018-05-021-2/+2
|/
* f2fs: truncate preallocated blocks in error caseJaegeuk Kim2018-04-031-0/+9
* f2fs: clean up with F2FS_BLK_ALIGNChao Yu2018-03-281-2/+1Star
* f2fs: release locks before return in f2fs_ioc_gc_range()Qiuyang Sun2018-03-171-2/+4
* f2fs: add nowait aio supportHyunchul Lee2018-03-171-6/+29
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-2/+2
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-171-1/+2
* f2fs: fix to avoid race in between atomic write and background GCChao Yu2018-03-131-0/+3
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-2/+2