summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* f2fs: support FALLOC_FL_INSERT_RANGEChao Yu2015-06-021-2/+100
* f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-021-10/+2
* f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu2015-06-011-6/+0
* f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim2015-05-281-1/+3
* f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-281-1/+1
* f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-281-2/+39
* f2fs crypto: add encryption policy and password salt supportJaegeuk Kim2015-05-281-0/+93
* f2fs: support FALLOC_FL_ZERO_RANGEChao Yu2015-05-281-1/+105
OpenPOWER on IntegriCloud