summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-26f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong
2018-04-19f2fs: fix heap mode to reset it backYunlong Song
2017-12-14f2fs: fix to clear FI_NO_PREALLOCChao Yu
2017-11-30f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03f2fs: fix potential panic during fstrimChao Yu
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim
2017-09-05Revert "f2fs: add a new function get_ssr_cost"Yunlong Song
2017-09-05f2fs: constify super_operationsArvind Yadav
2017-09-05f2fs: fix to wake up all sleeping flusherChao Yu
2017-09-05f2fs: avoid race in between atomic_read & atomic_incChao Yu
2017-09-05f2fs: remove unneeded parameter of change_cursegChao Yu
2017-09-05f2fs: update i_flags correctlyChao Yu
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim
2017-09-05f2fs: don't need to update inode checksum for recoveryJaegeuk Kim
2017-08-29f2fs: trigger fdatasync for non-atomic_write fileChao Yu
2017-08-29f2fs: fix to avoid race in between aio and gcChao Yu
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim
2017-08-29f2fs: return error when accessing insane flie offsetJaegeuk Kim
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileChao Yu
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu
2017-08-21f2fs: remove unused function overprovision_sectionsYunlong Song
2017-08-21f2fs: check hot_data for roll-forward recoveryJaegeuk Kim
2017-08-21f2fs: add tracepoint for f2fs_gcChao Yu
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu
2017-08-21f2fs: let fill_super handle roll-forward errorsJaegeuk Kim
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun
2017-08-21f2fs: support journalled quotaChao Yu
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu