summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: support FALLOC_FL_COLLAPSE_RANGEChao Yu2015-05-281-3/+132
* f2fs: split find_data_page according to specific purposesJaegeuk Kim2015-05-281-11/+15
* f2fs: add sbi and page pointer in f2fs_io_infoJaegeuk Kim2015-05-281-1/+1
* f2fs: add f2fs_may_inline_{data, dentry}Jaegeuk Kim2015-05-281-1/+1
* f2fs: add offset check routine before punch_hole() in f2fs_fallocate()Taehee Yoo2015-05-071-6/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-2/+2
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* | Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-04-181-6/+58
|\ \ | |/ |/|
| * f2fs: split set_data_blkaddr from f2fs_update_extent_cacheChao Yu2015-04-101-0/+1
| * f2fs: avoid punch_hole overhead when releasing volatile dataJaegeuk Kim2015-04-101-0/+6
| * f2fs: fix to truncate inline data past EOFChao Yu2015-04-101-5/+11
| * f2fs: clear append/update flags once fsync is doneJaegeuk Kim2015-04-101-0/+2
| * f2fs: support fs shutdownJaegeuk Kim2015-04-101-0/+37
| * f2fs: introduce universal lookup/update interface for extent cacheChao Yu2015-03-031-1/+1