aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAge
* f2fs: fix overflow due to condition check orderJaegeuk Kim2017-01-06
* Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2017-01-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
* | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-06
|\ \ \ | |/ / |/| |
| * | f2fs: exclude special cases for f2fs_move_file_rangeFan Li2016-09-14
| * | f2fs: fix parameters of __exchange_data_blockFan Li2016-09-13
| * | f2fs: check free_sections for defragmentationJaegeuk Kim2016-09-12
| * | f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim2016-09-12
| * | f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2016-09-07
| * | f2fs: fix lost xattrs of directoriesJaegeuk Kim2016-09-07
| * | f2fs: remove unnecessary initializationSheng Yong2016-08-29
* | | fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-10
|/ /
* | f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu2016-08-18
* | f2fs: allow copying file range only in between regular filesChao Yu2016-08-18
|/
* f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-20
* f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2016-07-18
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-15
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-15
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2016-07-15
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-08
* f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-08
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-06
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-13
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-07
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-02
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-02
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-02
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-02
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-02
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-21
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-20
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-18
| * f2fs: support in batch fzero in dnode pageChao Yu2016-05-11
| * f2fs: make atomic/volatile operation exclusiveChao Yu2016-05-11
| * f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2016-05-11
| * f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-07
| * f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-07
| * f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-07
| * f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-26
| * f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-26
| * f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-26
| * f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-15
| * f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-15
| * f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-15