aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2017-04-131-1/+1
* f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2017-04-131-29/+22
* f2fs: avoid panic when truncating to max filesizeChao Yu2017-04-131-1/+4
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2017-04-131-4/+10
* f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2017-04-131-1/+3
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2017-04-131-1/+1
* f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2017-04-131-1/+10
* f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2017-04-131-3/+2
* f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2017-04-131-0/+8
* f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2017-04-131-3/+7
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2017-04-131-0/+4
* f2fs: define not-set fallocate flagsJaegeuk Kim2017-04-131-0/+6
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-04-131-23/+15
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2017-04-131-12/+3
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2017-04-131-1/+1
* f2fs crypto: handle unexpected lack of encryption keysChao Yu2017-04-131-1/+5
* f2fs: support revoking atomic written pagesChao Yu2017-04-131-1/+1
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2017-04-131-3/+3
* f2fs: increase i_size to avoid missing dataJaegeuk Kim2017-04-131-1/+1
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2017-04-131-5/+31
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2017-04-131-1/+31
* f2fs: speed up handling holes in fiemapChao Yu2017-04-131-1/+1
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2017-04-131-1/+1
* f2fs: remove unneeded pointer conversionChao Yu2017-04-131-6/+5
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2017-04-131-3/+3
* f2fs: should unset atomic flag after successful commitJaegeuk Kim2017-04-131-1/+3
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2017-04-131-0/+12
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2017-04-131-9/+8
* f2fs: remove redundant callsJaegeuk Kim2017-04-131-3/+0
* f2fs: use IPU for fdatasyncJaegeuk Kim2017-04-131-1/+1
* f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim2017-04-131-3/+8
* f2fs: clean up f2fs_ioc_write_checkpointChao Yu2017-04-131-9/+1
* f2fs: let user being aware of IO errorChao Yu2017-04-131-1/+3
* f2fs: report error of do_checkpointChao Yu2017-04-131-2/+3
* f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim2017-04-131-17/+9
* f2fs: check inline_data flag at converting timeJaegeuk Kim2017-04-131-35/+23
* f2fs: don't grab super block buffer header all the timeChao Yu2017-04-131-6/+2
* f2fs: fix to reset variable correctllyFan Li2017-04-131-7/+2
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2017-04-131-2/+2
* f2fs: fix to update variable correctly when skip a unmapped blockFan Li2017-04-131-0/+1
* f2fs: write only the pages in range during defragmentFan Li2017-04-131-1/+1
* f2fs: use lock_buffer when changing superblockJaegeuk Kim2017-04-131-0/+4
* f2fs: fix to convert inline inode in ->setattrChao Yu2017-04-131-0/+8
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-131-3/+2
* f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2017-04-131-0/+16
* f2fs: support file defragmentChao Yu2017-04-131-0/+195
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-131-201/+1280
* first commitMeizu OpenSource2016-08-151-0/+663