summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-17/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-4/+4
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-4/+4
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-3/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-071-6/+14
|\ \ \ | |/ / |/| |
| * | f2fs: exclude special cases for f2fs_move_file_rangeFan Li2016-09-151-0/+7
| * | f2fs: fix parameters of __exchange_data_blockFan Li2016-09-131-2/+3
| * | f2fs: check free_sections for defragmentationJaegeuk Kim2016-09-121-1/+1
| * | f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim2016-09-121-1/+1
| * | f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2016-09-081-2/+0Star
| * | f2fs: fix lost xattrs of directoriesJaegeuk Kim2016-09-081-0/+2
| * | f2fs: remove unnecessary initializationSheng Yong2016-08-301-1/+1
* | | fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-101-8/+1Star
|/ /
* | 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-161-1/+5
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-161-0/+5
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2016-07-161-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-031-2/+2
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-031-12/+3Star
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-031-7/+5Star
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-6/+4Star
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-031-31/+27Star
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-221-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/+22Star
| * 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/+2Star
| * 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-211-1/+1