aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-6/+14
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-14f2fs: exclude special cases for f2fs_move_file_rangeFan Li1-0/+7
2016-09-13f2fs: fix parameters of __exchange_data_blockFan Li1-2/+3
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim1-1/+1
2016-09-12f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim1-1/+1
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-8/+1
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu1-2/+0
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim1-0/+2
2016-08-29f2fs: remove unnecessary initializationSheng Yong1-1/+1
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu1-2/+7
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu1-2/+2
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim1-0/+132
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim1-18/+28
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-1/+5
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim1-0/+5
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim1-66/+170
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-4/+4
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim1-1/+2
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim1-1/+1
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-1/+7
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim1-3/+3
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-2/+2
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-12/+3
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim1-7/+5
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim1-6/+4
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-31/+27
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-88/+221
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim1-4/+4
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim1-1/+1
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+2
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu1-16/+56
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu1-0/+16
2016-05-11f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu1-30/+87
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim1-1/+1
2016-05-07f2fs: fallocate data blocks in single locked node pageJaegeuk Kim1-29/+22
2016-05-07f2fs: avoid panic when truncating to max filesizeChao Yu1-1/+4
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-04-26f2fs: set fsync mark only for the last dnodeJaegeuk Kim1-4/+10
2016-04-26f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim1-1/+3
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim1-1/+1
2016-04-15f2fs: flush dirty pages before starting atomic writesJaegeuk Kim1-1/+10