aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
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
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-11f2fs: should unset atomic flag after successful commitJaegeuk Kim
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim
2016-01-08f2fs: remove redundant callsJaegeuk Kim
2015-12-31f2fs: use IPU for fdatasyncJaegeuk Kim
2015-12-30f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim
2015-12-30f2fs: clean up f2fs_ioc_write_checkpointChao Yu
2015-12-30f2fs: let user being aware of IO errorChao Yu
2015-12-30f2fs: report error of do_checkpointChao Yu
2015-12-30f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim
2015-12-30f2fs: check inline_data flag at converting timeJaegeuk Kim
2015-12-16f2fs: don't grab super block buffer header all the timeChao Yu
2015-12-16f2fs: fix to reset variable correctllyFan Li
2015-12-15f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu
2015-12-14f2fs: fix to update variable correctly when skip a unmapped blockFan Li