aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2017-04-131-43/+47
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2017-04-132-2/+2
* f2fs: avoid writing node/metapages during writesJaegeuk Kim2017-04-131-3/+3
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2017-04-136-8/+18
* f2fs: detect host-managed SMR by feature flagJaegeuk Kim2017-04-134-8/+35
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2017-04-136-24/+8
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2017-04-131-2/+3
* f2fs: find parent dentry correctlySheng Yong2017-04-133-36/+3
* f2fs: fix deadlock in add_link failureJaegeuk Kim2017-04-131-3/+0
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2017-04-138-4/+71
* f2fs: skip clean segment for gcJaegeuk Kim2017-04-131-0/+4
* f2fs: drop any block pluggingJaegeuk Kim2017-04-134-22/+11
* f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2017-04-133-0/+9
* f2fs: set mapping error for EIOJaegeuk Kim2017-04-131-1/+1
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2017-04-133-0/+16
* f2fs: fix wrong percentageJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2017-04-131-1/+2
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2017-04-134-6/+6
* f2fs: avoid wrong count on dirty inodesJaegeuk Kim2017-04-131-2/+2
* f2fs: remove deprecated parameterJaegeuk Kim2017-04-133-6/+5
* f2fs: handle writepage correctlyJaegeuk Kim2017-04-131-30/+14
* f2fs: return error of f2fs_lookupJaegeuk Kim2017-04-132-2/+5
* f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2017-04-131-5/+11
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2017-04-131-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2017-04-132-9/+6
* f2fs: inject to produce some orphan inodesJaegeuk Kim2017-04-133-0/+9
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2017-04-133-8/+24
* f2fs: remove writepages lockJaegeuk Kim2017-04-133-9/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2017-04-131-0/+6
* f2fs: detect congestion of flush command issuesJaegeuk Kim2017-04-132-1/+7
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2017-04-137-6/+43
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2017-04-1310-115/+17
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2017-04-137-7/+107
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2017-04-1310-44/+92
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2017-04-134-15/+19
* f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2017-04-132-5/+13
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2017-04-137-18/+23
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2017-04-1316-159/+144
* Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim2017-04-131-5/+4
* f2fs: adjust other changesJaegeuk Kim2017-04-1310-98/+96
* f2fs: fix to update dirty page count correctlyChao Yu2017-04-131-3/+4
* f2fs: flush pending bios right away when error occursJaegeuk Kim2017-04-135-13/+16
* f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2017-04-131-0/+4
* f2fs: make exit_f2fs_fs more clearTiezhu Yang2017-04-131-5/+5
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2017-04-132-14/+15
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2017-04-134-8/+13
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2017-04-133-7/+12
* f2fs: use percpu_counter for page countersJaegeuk Kim2017-04-133-19/+47
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2017-04-135-18/+22
* f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim2017-04-131-3/+8