summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu2021-09-221-3/+1
* f2fs: fix out-of-repair __setattr_copy()Chao Yu2021-03-041-1/+2
* f2fs: fix to avoid inconsistent quota dataYi Chen2021-03-041-0/+4
* f2fs: fix potential overflowChao Yu2020-01-171-1/+1
* f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song2019-12-131-1/+1
* f2fs: fix to dirty inode synchronouslyChao Yu2019-12-051-1/+1
* f2fs: fix setattr project check upon fssetxattr ioctlWang Shilong2019-11-201-23/+37
* f2fs: avoid wrong decrypted data from diskJaegeuk Kim2019-11-201-2/+1
* f2fs: Fix use of number of devicesDamien Le Moal2019-05-311-1/+1
* f2fs: fix to dirty inode for i_mode recoveryChao Yu2019-04-201-4/+1
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2019-04-201-1/+1
* f2fs: wait on atomic writes to count F2FS_CP_WB_DATAJaegeuk Kim2019-03-191-5/+7
* f2fs: move dir data flush to write checkpoint processYunlei He2019-02-121-0/+3
* f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gcJaegeuk Kim2018-08-201-57/+62
* f2fs: rework fault injection handling to avoid a warningArnd Bergmann2018-08-141-2/+1
* 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-101-1/+1
* f2fs: fix to avoid broken of dnode block listChao Yu2018-08-101-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-051-6/+6
* | treewide: Use array_size in f2fs_kvzalloc()Kees Cook2018-06-121-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/+0
* | 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/+6
* | 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