Age | Commit message (Expand) | Author |
2018-08-20 | f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc | Jaegeuk Kim |
2018-08-20 | f2fs: fix performance issue observed with multi-thread sequential read | Jaegeuk Kim |
2018-08-14 | f2fs: rework fault injection handling to avoid a warning | Arnd Bergmann |
2018-08-13 | f2fs: support fault_type mount option | Chao Yu |
2018-08-13 | f2fs: support discard submission error injection | Chao Yu |
2018-08-13 | f2fs: split discard command in prior to block layer | Chao Yu |
2018-08-13 | f2fs: refresh recent accessed nat entry in lru list | Chao Yu |
2018-08-10 | f2fs: fix to avoid broken of dnode block list | Chao Yu |
2018-08-10 | f2fs: use true and false for boolean values | Gustavo A. R. Silva |
2018-08-01 | f2fs: fix to active page in lru list for read path | Chao Yu |
2018-08-01 | f2fs: restrict setting up inode.i_advise | Chao Yu |
2018-08-01 | f2fs: kill EXT_TREE_VEC_SIZE | Chao Yu |
2018-08-01 | f2fs: fix to propagate error from __get_meta_page() | Chao Yu |
2018-08-01 | f2fs: Keep alloc_valid_block_count in sync | Daniel Rosenberg |
2018-08-01 | f2fs: issue small discard by LBA order | Chao Yu |
2018-08-01 | f2fs: fix to do sanity check with block address in main area | Chao Yu |
2018-07-28 | f2fs: avoid the global name 'fault_name' | Gao Xiang |
2018-07-27 | f2fs: disable f2fs_check_rb_tree_consistence | Chao Yu |
2018-07-27 | f2fs: introduce and spread verify_blkaddr | Chao Yu |
2018-07-27 | f2fs: use timespec64 for inode timestamps | Arnd Bergmann |
2018-07-27 | f2fs: fix to propagate return value of scan_nat_page() | Chao Yu |
2018-07-27 | f2fs: indicate shutdown f2fs to allow unmount successfully | Jaegeuk Kim |
2018-07-18 | block: Define and use STAT_READ and STAT_WRITE | Michael Callahan |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-06-04 | f2fs: let sync node IO interrupt async one | Chao Yu |
2018-05-31 | f2fs: clean up symbol namespace | Chao Yu |
2018-05-31 | f2fs: make set_de_type() static | Chao Yu |
2018-05-31 | f2fs: make __f2fs_write_data_pages() static | Chao Yu |
2018-05-31 | f2fs: fix to let caller retry allocating block address | Chao Yu |
2018-05-31 | f2fs: clean up with clear_radix_tree_dirty_tag | Chao Yu |
2018-05-31 | f2fs: let discard thread wait a little longer if dev is busy | Yunlei He |
2018-05-31 | f2fs: avoid stucking GC due to atomic write | Chao Yu |
2018-05-31 | f2fs: introduce sbi->gc_mode to determine the policy | Jaegeuk Kim |
2018-05-31 | f2fs: keep migration IO order in LFS mode | Chao Yu |
2018-05-31 | f2fs: clean up with is_valid_blkaddr() | Chao Yu |
2018-05-31 | Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc" | Chao Yu |
2018-05-31 | f2fs: rename dio_rwsem to i_gc_rwsem | Chao Yu |
2018-05-31 | f2fs: give message and set need_fsck given broken node id | Jaegeuk Kim |
2018-05-31 | f2fs: introduce private inode status mapping | Chao Yu |
2018-05-30 | f2fs: don't split checkpoint in fstrim | Chao Yu |
2018-05-30 | f2fs: issue discard commands proactively in high fs utilization | Jaegeuk Kim |
2018-05-29 | f2fs: add fsync_mode=nobarrier for non-atomic files | Jaegeuk Kim |
2018-05-29 | f2fs: let fstrim issue discard commands in lower priority | Jaegeuk Kim |
2018-05-02 | f2fs: check cap_resource only for data blocks | Jaegeuk Kim |
2018-05-02 | Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer" | Jaegeuk Kim |
2018-05-02 | f2fs: refactor read path to allow multiple postprocessing steps | Eric Biggers |
2018-04-03 | f2fs: remain written times to update inode during fsync | Jaegeuk Kim |
2018-04-02 | f2fs: make assignment of t->dentry_bitmap more readable | Yunlong Song |
2018-04-02 | f2fs: fix a wrong condition in f2fs_skip_inode_update | Junling Zheng |