aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus 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-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2-0/+14
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim3-13/+16
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim1-1/+6
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He3-0/+8
2017-09-07f2fs: 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-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim5-12/+15
2017-09-05f2fs: 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
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2-3/+4
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu3-14/+112
2017-08-21f2fs: remove unused function overprovision_sectionsYunlong Song1-5/+0
2017-08-21f2fs: check hot_data for roll-forward recoveryJaegeuk Kim1-1/+1
2017-08-21f2fs: add tracepoint for f2fs_gcChao Yu1-14/+36
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu1-2/+8
2017-08-21f2fs: let fill_super handle roll-forward errorsJaegeuk Kim1-2/+0
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun3-10/+11
2017-08-21f2fs: support journalled quotaChao Yu4-30/+403
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu2-9/+16
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu1-2/+2
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim3-2/+28
2017-08-15f2fs: use IPU for cold filesJaegeuk Kim1-0/+4
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song1-2/+5
2017-08-09f2fs: add app/fs io statChao Yu10-31/+200
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or clearedYunlong Song1-0/+4
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song1-14/+30
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim1-1/+1
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim1-26/+130
2017-08-03f2fs: support inode checksumChao Yu5-1/+118