aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: remove redundant set_page_dirty()Yunlei He2017-04-131-2/+1
* fscrypt: catch fscrypto_get_policy in v4.10-rc6Jaegeuk Kim2017-04-131-19/+4
* f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-04-131-1/+1
* f2fs: change recovery policy of xattr node blockChao Yu2017-04-131-3/+0
* f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-04-131-1/+2
* f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-04-131-5/+6
* f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim2017-04-131-0/+2
* f2fs: show the max number of atomic operationsJaegeuk Kim2017-04-131-2/+6
* Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2017-04-131-1/+1
* f2fs: fix a missing size change in f2fs_setattrYunlei He2017-04-131-2/+5
* f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2017-04-131-0/+2
* f2fs: fix fdatasyncChao Yu2017-04-131-1/+1
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-131-2/+0
* f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim2017-04-131-1/+1
* f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2017-04-131-17/+19
* fs/crypto: catch up 4.9-rc2Jaegeuk Kim2017-04-131-8/+1
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2017-04-131-4/+5
* f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim2017-04-131-4/+4
* f2fs: call f2fs_balance_fs for setattrJaegeuk Kim2017-04-131-1/+4
* f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu2017-04-131-0/+3
* f2fs: exclude special cases for f2fs_move_file_rangeFan Li2017-04-131-0/+7
* f2fs: fix parameters of __exchange_data_blockFan Li2017-04-131-2/+3
* f2fs: check free_sections for defragmentationJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim2017-04-131-1/+1
* f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2017-04-131-2/+0
* f2fs: fix lost xattrs of directoriesJaegeuk Kim2017-04-131-0/+2
* f2fs: remove unnecessary initializationSheng Yong2017-04-131-1/+1
* f2fs: fix build for v3.10Alexander Gordeev2017-04-131-5/+5
* f2fs: adjust other changesJaegeuk Kim2017-04-131-11/+11
* f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2017-04-131-0/+133
* f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2017-04-131-18/+28
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2017-04-131-1/+5
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2017-04-131-0/+5
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2017-04-131-66/+170
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2017-04-131-4/+4
* f2fs: call SetPageUptodate if neededJaegeuk Kim2017-04-131-1/+2
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2017-04-131-1/+1
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-131-1/+7
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2017-04-131-3/+3
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-131-2/+2
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-131-12/+3
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2017-04-131-7/+5
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2017-04-131-6/+4
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-131-31/+27
* f2fs: adjust other changesJaegeuk Kim2017-04-131-39/+39
* f2fs: flush pending bios right away when error occursJaegeuk Kim2017-04-131-4/+4
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2017-04-131-1/+1
* f2fs: support in batch fzero in dnode pageChao Yu2017-04-131-16/+56
* f2fs: make atomic/volatile operation exclusiveChao Yu2017-04-131-0/+16
* f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu2017-04-131-30/+87