summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim1-1/+7
2018-08-03f2fs: fix race in between GC and atomic openChao Yu1-0/+3
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu1-1/+3
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala1-4/+7
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu1-0/+2
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu1-0/+3
2018-08-03f2fs: fix error path of move_data_pageChao Yu1-3/+8
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev1-0/+6
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim3-21/+26
2018-07-11f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu1-0/+3
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu1-0/+2
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu1-2/+6
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2018-04-26f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong1-1/+6
2018-04-19f2fs: fix heap mode to reset it backYunlong Song2-3/+5
2017-12-14f2fs: fix to clear FI_NO_PREALLOCChao Yu1-0/+1
2017-11-30f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim1-0/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03f2fs: fix potential panic during fstrimChao Yu3-5/+5
2017-09-13Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-484/+2062
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu1-2/+15
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu1-0/+2
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu1-0/+3
2017-09-12f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2-0/+14
2017-09-12f2fs: speed up gc_urgent mode with SSRJaegeuk Kim3-13/+16
2017-09-12f2fs: better to wait for fstrim completionJaegeuk Kim1-1/+6
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-09-08f2fs: avoid race in between read xattr & write xattrYunlei He3-0/+8
2017-09-08f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim1-58/+51
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+4
2017-09-07Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-1/+1
2017-09-06f2fs: use generic terms used for encrypted block managementJaegeuk Kim5-12/+15
2017-09-06f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim5-10/+14
2017-09-05Revert "f2fs: add a new function get_ssr_cost"Yunlong Song1-10/+1
2017-09-05f2fs: constify super_operationsArvind Yadav1-1/+1
2017-09-05f2fs: fix to wake up all sleeping flusherChao Yu1-2/+21
2017-09-05f2fs: avoid race in between atomic_read & atomic_incChao Yu1-3/+1
2017-09-05f2fs: remove unneeded parameter of change_cursegChao Yu1-10/+8
2017-09-05f2fs: update i_flags correctlyChao Yu1-0/+3
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim2-2/+3
2017-09-05f2fs: don't need to update inode checksum for recoveryJaegeuk Kim1-2/+0
2017-08-29f2fs: trigger fdatasync for non-atomic_write fileChao Yu1-1/+1
2017-08-29f2fs: fix to avoid race in between aio and gcChao Yu1-0/+3
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim3-7/+27
2017-08-29f2fs: return error when accessing insane flie offsetJaegeuk Kim1-1/+5
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileChao Yu1-1/+1
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu2-0/+3
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu1-1/+4
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim2-1/+10