Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-09-12f2fs: add common iget in add_fsync_inodeJaegeuk Kim
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-12f2fs: forbid to do fstrim if fs has some errorYunlei He
2016-09-12f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-08f2fs: no need to make zeros beyond i_sizeJaegeuk Kim
2016-09-08f2fs: fix to detect temporary name of multimedia fileChao Yu
2016-09-08f2fs: fix minor typoChao Yu
2016-09-08f2fs: set dentry bits on random location in memoryJaegeuk Kim
2016-09-08f2fs: fix to set superblock dirty correctlyChao Yu
2016-09-08f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu
2016-09-08f2fs: fix lost xattrs of directoriesJaegeuk Kim
2016-09-08f2fs: support async discardChao Yu
2016-09-08f2fs: set encryption name flag in add inline entry pathShuoran Liu
2016-09-08f2fs crypto: avoid unneeded memory allocation in ->readdirChao Yu
2016-09-08f2fs: fix to do security initialization of encrypted inode with original file...Chao Yu
2016-09-08f2fs: do in batch synchronously readahead during GCChao Yu
2016-09-08f2fs: schedule in between two continous batch discardsChao Yu
2016-08-30f2fs: enable inline_dentry by default and add noinline_dentry optionChao Yu
2016-08-30f2fs: fix a bug when using namehash to locate dentry bucketShuoran Liu
2016-08-30f2fs: fix to preallocate block only aligned to 4KChao Yu
2016-08-30f2fs: fix non static symbol warningWei Yongjun
2016-08-30f2fs: remove unnecessary initializationSheng Yong
2016-08-30f2fs: remove redundant judgement condition in available_free_memoryChao Yu
2016-08-30f2fs: check return value of write_checkpoint during fstrimChao Yu
2016-08-30f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctlyChao Yu
2016-08-30f2fs: avoid unneeded loop in build_sit_entriesChao Yu
2016-08-30f2fs: clean up foreground GC flowChao Yu
2016-08-30f2fs: set dirty state for filesystem only when updating meta dataChao Yu
2016-08-30f2fs: skip new checkpoint when doing fstrim without fs changeYunlei He
2016-08-30f2fs: add discard info to sys entry of f2fs statusYunlei He
2016-08-30f2fs: reduce batch size of fstrimJaegeuk Kim
2016-08-24f2fs: do not use discard_map for hard disksJaegeuk Kim
2016-08-24f2fs: not allow to write illegal blkaddrYunlei He
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu
2016-08-19Revert "f2fs: move i_size_write in f2fs_write_end"Chao Yu
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe
2016-07-30qstr: constify instances in f2fsAl Viro
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim
2016-07-22f2fs: get victim segment again after new cpYunlei He
2016-07-21block: get rid of bio_rw and READAChristoph Hellwig
2016-07-21f2fs: handle error case with f2fs_bug_onJaegeuk Kim
2016-07-21f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim