aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
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-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu
2016-05-11f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim
2016-05-07f2fs: fallocate data blocks in single locked node pageJaegeuk Kim
2016-05-07f2fs: avoid panic when truncating to max filesizeChao Yu
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-04-26f2fs: set fsync mark only for the last dnodeJaegeuk Kim
2016-04-26f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim
2016-04-15f2fs: flush dirty pages before starting atomic writesJaegeuk Kim
2016-04-15f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim
2016-04-15f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu
2016-02-25f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu
2016-02-22f2fs crypto: handle unexpected lack of encryption keysChao Yu
2016-02-22f2fs: support revoking atomic written pagesChao Yu
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu
2016-02-22f2fs: increase i_size to avoid missing dataJaegeuk Kim
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim
2016-02-22f2fs: speed up handling holes in fiemapChao Yu
2016-02-22f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu
2016-02-22f2fs: remove unneeded pointer conversionChao Yu