summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
|/
* Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2015-02-121-14/+86
|\
| * f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim2015-02-111-2/+1
| * f2fs: avoid data offset overflow when lseeking huge fileChao Yu2015-02-111-1/+1
| * f2fs: add F2FS_IOC_GETVERSION supportChao Yu2015-02-111-0/+9
| * f2fs: avoid infinite loop on cp_errorJaegeuk Kim2015-02-111-0/+4
| * f2fs: clean up to remove parameterJaegeuk Kim2015-01-091-1/+2
| * f2fs: activate f2fs_trace_iosJaegeuk Kim2015-01-091-0/+2
| * f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-091-10/+67
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
|/
* f2fs: cleanup path to need cp at fsyncChangman Lee2014-12-081-36/+43
* f2fs: check if inode state is dirty at fsyncChangman Lee2014-12-081-6/+19
OpenPOWER on IntegriCloud