aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2017-10-03f2fs: fix potential panic during fstrimGravatar Chao Yu 3-5/+5
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 18-484/+2062
2017-09-12f2fs: hurry up to issue discard after io interruptionGravatar Chao Yu 1-2/+15
2017-09-12f2fs: fix to show correct discard_granularity in sysfsGravatar Chao Yu 1-0/+2
2017-09-12f2fs: detect dirty inode in evict_inodeGravatar Chao Yu 1-0/+3
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedGravatar Daeho Jeong 2-0/+14
2017-09-11f2fs: speed up gc_urgent mode with SSRGravatar Jaegeuk Kim 3-13/+16
2017-09-11f2fs: better to wait for fstrim completionGravatar Jaegeuk Kim 1-1/+6
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYGravatar Jérôme Glisse 1-1/+4
2017-09-07f2fs: avoid race in between read xattr & write xattrGravatar Yunlei He 3-0/+8
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeGravatar Jaegeuk Kim 1-58/+51
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+4
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-09-05f2fs: use generic terms used for encrypted block managementGravatar Jaegeuk Kim 5-12/+15
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upGravatar Jaegeuk Kim 5-10/+14
2017-09-05Revert "f2fs: add a new function get_ssr_cost"Gravatar Yunlong Song 1-10/+1
2017-09-05f2fs: constify super_operationsGravatar Arvind Yadav 1-1/+1
2017-09-05f2fs: fix to wake up all sleeping flusherGravatar Chao Yu 1-2/+21
2017-09-05f2fs: avoid race in between atomic_read & atomic_incGravatar Chao Yu 1-3/+1
2017-09-05f2fs: remove unneeded parameter of change_cursegGravatar Chao Yu 1-10/+8
2017-09-05f2fs: update i_flags correctlyGravatar Chao Yu 1-0/+3
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedGravatar Jaegeuk Kim 2-2/+3
2017-09-05f2fs: don't need to update inode checksum for recoveryGravatar Jaegeuk Kim 1-2/+0
2017-08-29f2fs: trigger fdatasync for non-atomic_write fileGravatar Chao Yu 1-1/+1
2017-08-29f2fs: fix to avoid race in between aio and gcGravatar Chao Yu 1-0/+3
2017-08-29f2fs: wake up discard_thread iff there is a candidateGravatar Jaegeuk Kim 3-7/+27
2017-08-29f2fs: return error when accessing insane flie offsetGravatar Jaegeuk Kim 1-1/+5
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileGravatar Chao Yu 1-1/+1
2017-08-29f2fs: clear FI_HOT_DATA correctlyGravatar Chao Yu 2-0/+3
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushGravatar Chao Yu 1-1/+4
2017-08-29f2fs: issue discard commands if gc_urgent is setGravatar Jaegeuk Kim 2-1/+10
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 2-3/+4
2017-08-21f2fs: introduce discard_granularity sysfs entryGravatar Chao Yu 3-14/+112
2017-08-21f2fs: remove unused function overprovision_sectionsGravatar Yunlong Song 1-5/+0
2017-08-21f2fs: check hot_data for roll-forward recoveryGravatar Jaegeuk Kim 1-1/+1
2017-08-21f2fs: add tracepoint for f2fs_gcGravatar Chao Yu 1-14/+36
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseGravatar Chao Yu 1-2/+8
2017-08-21f2fs: let fill_super handle roll-forward errorsGravatar Jaegeuk Kim 1-2/+0
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Gravatar Qiuyang Sun 3-10/+11
2017-08-21f2fs: support journalled quotaGravatar Chao Yu 4-30/+403
2017-08-15f2fs: fix potential overflow when adjusting GC cycleGravatar Chao Yu 2-9/+16
2017-08-15f2fs: avoid unneeded sync on quota fileGravatar Chao Yu 1-2/+2
2017-08-15f2fs: introduce gc_urgent mode for background GCGravatar Jaegeuk Kim 3-2/+28
2017-08-15f2fs: use IPU for cold filesGravatar Jaegeuk Kim 1-0/+4
2017-08-15f2fs: fix the size value in __check_sit_bitmapGravatar Yunlong Song 1-2/+5
2017-08-09f2fs: add app/fs io statGravatar Chao Yu 10-31/+200
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Gravatar Yunlong Song 1-0/+4
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapGravatar Yunlong Song 1-14/+30
2017-08-03f2fs: use printk_ratelimited for f2fs_msgGravatar Jaegeuk Kim 1-1/+1
2017-08-03f2fs: expose features to sysfs entryGravatar Jaegeuk Kim 1-26/+130