aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-1/+7
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim1-3/+3
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-2/+2
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-12/+3
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-7/+5
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim1-6/+4
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-31/+27
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-88/+221
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim1-4/+4
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+2
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu1-16/+56
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu1-0/+16
2016-05-11f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu1-30/+87
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim1-1/+1
2016-05-07f2fs: fallocate data blocks in single locked node pageJaegeuk Kim1-29/+22
2016-05-07f2fs: avoid panic when truncating to max filesizeChao Yu1-1/+4
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-04-26f2fs: set fsync mark only for the last dnodeJaegeuk Kim1-4/+10
2016-04-26f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim1-1/+3
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim1-1/+1
2016-04-15f2fs: flush dirty pages before starting atomic writesJaegeuk Kim1-1/+10
2016-04-15f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim1-3/+2
2016-04-15f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim1-0/+8
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-37/+37
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim1-0/+4
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-23/+15
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu1-12/+3
2016-02-25f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu1-1/+1
2016-02-22f2fs crypto: handle unexpected lack of encryption keysChao Yu1-1/+5
2016-02-22f2fs: support revoking atomic written pagesChao Yu1-1/+1
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu1-3/+3
2016-02-22f2fs: increase i_size to avoid missing dataJaegeuk Kim1-1/+1
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim1-2/+20
2016-02-22f2fs: speed up handling holes in fiemapChao Yu1-1/+1
2016-02-22f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu1-1/+1
2016-02-22f2fs: remove unneeded pointer conversionChao Yu1-6/+5
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-3/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-10/+10
2016-01-11f2fs: should unset atomic flag after successful commitJaegeuk Kim1-1/+3
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-0/+12
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-9/+8
2016-01-08f2fs: remove redundant callsJaegeuk Kim1-3/+0
2015-12-31f2fs: use IPU for fdatasyncJaegeuk Kim1-1/+1
2015-12-30f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim1-3/+8
2015-12-30f2fs: clean up f2fs_ioc_write_checkpointChao Yu1-9/+1
2015-12-30f2fs: let user being aware of IO errorChao Yu1-1/+3