summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-101-8/+1
* f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu2016-08-191-2/+7
* f2fs: allow copying file range only in between regular filesChao Yu2016-08-191-2/+2
* f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-201-0/+132
* f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2016-07-181-18/+28
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-151-1/+5
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-151-0/+5
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2016-07-151-66/+170
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-4/+4
* f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-081-1/+2
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-061-1/+1
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-1/+7
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-071-3/+3
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-021-2/+2
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-021-12/+3
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-021-7/+5
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-6/+4
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-31/+27
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-211-88/+221
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-4/+4
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-1/+1
| * f2fs: support in batch fzero in dnode pageChao Yu2016-05-111-16/+56
| * f2fs: make atomic/volatile operation exclusiveChao Yu2016-05-111-0/+16
| * f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2016-05-111-30/+87
| * f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-071-1/+1
| * f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-071-29/+22
| * f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-071-1/+4
| * f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-261-4/+10
| * f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-261-1/+3
| * f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-261-1/+1
| * f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
| * f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-151-3/+2
| * f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-151-0/+8
* | lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-1/+1
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-7/+2
|\ \ | |/ |/|
| * fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-011-7/+2
| * fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-011-1/+1
* | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
|/
* 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
OpenPOWER on IntegriCloud