summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-37/+37
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2016-03-171-0/+4
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-171-23/+15
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-12/+3
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2016-02-251-1/+1
* f2fs crypto: handle unexpected lack of encryption keysChao Yu2016-02-221-1/+5
* f2fs: support revoking atomic written pagesChao Yu2016-02-221-1/+1
* f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu2016-02-221-3/+3
* f2fs: increase i_size to avoid missing dataJaegeuk Kim2016-02-221-1/+1
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2016-02-221-2/+20
* f2fs: speed up handling holes in fiemapChao Yu2016-02-221-1/+1
* f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu2016-02-221-1/+1
* f2fs: remove unneeded pointer conversionChao Yu2016-02-221-6/+5
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-221-3/+3
* wrappers for ->i_mutex accessAl Viro2016-01-221-10/+10
* f2fs: should unset atomic flag after successful commitJaegeuk Kim2016-01-111-1/+3
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-111-0/+12
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-9/+8
* f2fs: remove redundant callsJaegeuk Kim2016-01-081-3/+0
* f2fs: use IPU for fdatasyncJaegeuk Kim2015-12-311-1/+1
* f2fs: fix f2fs_ioc_abort_volatile_writeJaegeuk Kim2015-12-301-3/+8
* f2fs: clean up f2fs_ioc_write_checkpointChao Yu2015-12-301-9/+1
* f2fs: let user being aware of IO errorChao Yu2015-12-301-1/+3
* f2fs: report error of do_checkpointChao Yu2015-12-301-2/+3
* f2fs: call f2fs_balance_fs only when node was changedJaegeuk Kim2015-12-301-17/+9
* f2fs: check inline_data flag at converting timeJaegeuk Kim2015-12-301-35/+23
* f2fs: don't grab super block buffer header all the timeChao Yu2015-12-161-6/+2
* f2fs: fix to reset variable correctllyFan Li2015-12-161-7/+2
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2015-12-151-2/+2
* f2fs: fix to update variable correctly when skip a unmapped blockFan Li2015-12-141-0/+1
* f2fs: write only the pages in range during defragmentFan Li2015-12-141-1/+1
* f2fs: use lock_buffer when changing superblockJaegeuk Kim2015-12-091-0/+4
* f2fs: fix to convert inline inode in ->setattrChao Yu2015-12-041-0/+8
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2015-12-041-3/+2
* f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2015-12-041-0/+16
* f2fs: support file defragmentChao Yu2015-12-041-0/+195
* f2fs: fix leakage of inmemory atomic pagesJaegeuk Kim2015-10-211-7/+3
* f2fs crypto: fix racing of accessing encrypted page amongChao Yu2015-10-131-0/+5
* f2fs: set GFP_NOFS for grab_cache_pageJaegeuk Kim2015-10-121-3/+3
* f2fs: fix SSA updates resulting in corruptionJaegeuk Kim2015-10-121-112/+93
* f2fs: add F2FS_GOING_DOWN_METAFLUSH to test power-failureJaegeuk Kim2015-10-121-0/+4
* f2fs: introduce a new ioctl F2FS_IOC_WRITE_CHECKPOINTChao Yu2015-10-091-0/+23
* f2fs: support synchronous gc in ioctlChao Yu2015-10-091-13/+9
* f2fs: fix to update {m,c}time correctly when truncating largerChao Yu2015-10-091-0/+1
* f2fs: do in batches truncation in truncate_holeChao Yu2015-10-091-6/+14
* f2fs: fix overflow of size calculationChao Yu2015-10-091-8/+10
* f2fs: verify file type early in f2fs_fallocateChao Yu2015-10-091-12/+4
* f2fs: fix incorrect return statement in the function f2fs_ioc_release_volatil...Nicholas Krause2015-10-091-2/+1
* f2fs: update extent tree in batchesChao Yu2015-08-261-2/+10
* f2fs: handle f2fs_truncate error correctlyChao Yu2015-08-241-9/+17