aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* f2fs: add fault injection to sysfsSheng Yong2017-04-132-10/+93
* f2fs: no need inc dirty pages under inode lockYunlei He2017-04-131-1/+1
* f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu2017-04-131-2/+6
* f2fs: fix i_current_depth during inline dentry conversionChao Yu2017-04-131-2/+3
* f2fs: correct return value type of f2fs_fill_superSheng Yong2017-04-131-3/+3
* f2fs: fix deadlock when flush inline dataChao Yu2017-04-131-1/+2
* f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2017-04-131-2/+1
* f2fs: show # of orphan inodesJaegeuk Kim2017-04-132-2/+5
* f2fs: support in batch fzero in dnode pageChao Yu2017-04-131-16/+56
* f2fs: support in batch multi blocks preallocationChao Yu2017-04-132-44/+108
* 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
* f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2017-04-131-2/+2
* f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2017-04-132-24/+29
* f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2017-04-131-29/+22