summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2020-07-08f2fs: remove write attribute of main_blkaddr sysfs nodeDehe Gu
2020-07-07f2fs: add GC_URGENT_LOW mode in gc_urgentDaeho Jeong
2020-07-07f2fs: avoid readahead race conditionJaegeuk Kim
2020-07-07f2fs: fix return value of move_data_block()Chao Yu
2020-07-07f2fs: add parameter op_flag in f2fs_submit_page_read()Jia Yang
2020-07-07f2fs: split f2fs_allocate_new_segments()Chao Yu
2020-07-07f2fs: lost matching-pair of trace in f2fs_truncate_inode_blocksYubo Feng
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun
2020-07-07f2fs: make trace enter and end in pairs for unlinkLihong Kou
2020-07-07f2fs: fix to check page dirty status before writebackChao Yu
2020-07-07f2fs: remove the unused compr parameterWang Xiaojun
2020-07-07f2fs: support to trace f2fs_fiemap()Chao Yu
2020-07-07f2fs: support to trace f2fs_bmap()Chao Yu
2020-07-07f2fs: fix wrong return value of f2fs_bmap_compress()Chao Yu
2020-07-07f2fs: remove useless parameter of __insert_free_nid()Liu Song
2020-07-07f2fs: fix typo in comment of f2fs_do_add_linkLiu Song
2020-07-07f2fs: fix to wait page writeback before updateChao Yu
2020-07-07f2fs: show more debug info for per-temperature logChao Yu
2020-07-07f2fs: add f2fs_gc exception handle in f2fs_ioc_gc_rangeQilong Zhang
2020-07-07f2fs: clean up parameter of f2fs_allocate_data_block()Chao Yu
2020-07-07f2fs: shrink node_write lock coverageChao Yu
2020-07-07f2fs: add prefix for exported symbolsChao Yu
2020-06-18f2fs: use kfree() to free variables allocated by match_strdup()Wang Xiaojun
2020-06-18f2fs: get the right gc victim section when section has several segmentsJack Qiu
2020-06-18f2fs: fix a race condition between f2fs_write_end_io and f2fs_del_fsync_node_...Wuyun Zhao
2020-06-18f2fs: remove useless truncate in f2fs_collapse_range()Wei Fang
2020-06-18f2fs: use kfree() instead of kvfree() to free superblock dataDenis Efremov
2020-06-18f2fs: avoid checkpatch errorJaegeuk Kim
2020-06-09Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2020-06-08f2fs: attach IO flags to the missing casesJaegeuk Kim
2020-06-08f2fs: add node_io_flag for bio flags likewise data_io_flagJaegeuk Kim
2020-06-08f2fs: remove unused parameter of f2fs_put_rpages_mapping()Chao Yu
2020-06-08f2fs: handle readonly filesystem in f2fs_ioc_shutdown()Chao Yu
2020-06-08f2fs: avoid utf8_strncasecmp() with unstable nameEric Biggers
2020-06-08f2fs: don't return vmalloc() memory from f2fs_kmalloc()Eric Biggers
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-04f2fs: fix retry logic in f2fs_write_cache_pages()Sahitya Tummala
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang
2020-06-02f2fs: pass the inode to f2fs_mpage_readpagesMatthew Wilcox (Oracle)
2020-06-02f2fs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-05-30f2fs: fix wrong discard spaceChao Yu
2020-05-28f2fs: compress: don't compress any datas after cp stopChao Yu
2020-05-28f2fs: remove unneeded return value of __insert_discard_tree()Chao Yu
2020-05-28f2fs: fix wrong value of tracepoint parameterChao Yu
2020-05-28f2fs: protect new segment allocation in expand_inode_dataDaeho Jeong