summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: fix to cover lock_op for update_inode_pageJaegeuk Kim2015-08-201-2/+2
* f2fs: report error of fill_zeroChao Yu2015-08-101-18/+38
* f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim2015-08-051-2/+5
* f2fs: convert inline data before set atomic/volatile flagChao Yu2015-08-051-4/+12
* f2fs: fix to wait all atomic written pages writebackChao Yu2015-08-051-1/+1
* f2fs: fix double lock in handle_failed_inodeChao Yu2015-08-051-3/+3
* f2fs: reduce region of cp_rwsem covered in f2fs_do_collapseChao Yu2015-08-051-5/+9
* f2fs: warm up cold page after mmaped writeChao Yu2015-08-041-0/+2
* f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu2015-08-041-0/+32
* f2fs: convert inline_data for various fallocateJaegeuk Kim2015-08-041-0/+14
* f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim2015-07-251-3/+4
* f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu2015-06-111-4/+4
* f2fs: drop the volatile_write flag onlyJaegeuk Kim2015-06-091-4/+2
* f2fs: skip committing valid superblockChao Yu2015-06-081-1/+1
OpenPOWER on IntegriCloud