aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-17/+2
2016-12-12f2fs: fix a missing size change in f2fs_setattrYunlei He1-2/+5
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers1-17/+2
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim1-1/+1
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim1-0/+2
2016-11-25f2fs: fix fdatasyncChao Yu1-1/+1
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-2/+0
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim1-1/+1
2016-11-25f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim1-16/+19
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-4/+5
2016-11-23f2fs: call f2fs_balance_fs for setattrJaegeuk Kim1-1/+4
2016-11-23f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu1-0/+3
2016-11-23f2fs: fix overflow due to condition check orderJaegeuk Kim1-1/+1
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