summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: handle writepage correctlyJaegeuk Kim2016-06-021-30/+14
* f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-022-2/+5
* f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2016-06-021-5/+10
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-021-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2016-06-022-9/+6
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-023-0/+9
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-023-8/+24
* f2fs: remove writepages lockJaegeuk Kim2016-06-023-9/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2016-06-021-0/+6
* f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-022-1/+7
* f2fs: add lazytime mount optionJaegeuk Kim2016-06-021-0/+14
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-027-6/+43
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-0210-121/+17
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-027-7/+107
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-0210-46/+92
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-024-26/+24
* f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-022-5/+13
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-027-18/+23
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-0216-160/+145
* Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim2016-06-021-5/+4
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-6/+6
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-2118-560/+1355
|\
| * f2fs: fix to update dirty page count correctlyChao Yu2016-05-201-3/+4
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-205-13/+16
| * f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2016-05-201-0/+4
| * f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-181-5/+5
| * f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-182-14/+15
| * f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-184-8/+14
| * f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-183-7/+12
| * f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-183-19/+47
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-185-19/+22
| * f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim2016-05-161-3/+8
| * f2fs: add fault injection to sysfsSheng Yong2016-05-162-10/+91
| * f2fs: no need inc dirty pages under inode lockYunlei He2016-05-161-1/+1
| * f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu2016-05-161-2/+6
| * f2fs: fix i_current_depth during inline dentry conversionChao Yu2016-05-161-0/+1
| * f2fs: correct return value type of f2fs_fill_superSheng Yong2016-05-161-3/+3
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-111-1/+2
| * f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim2016-05-111-2/+1
| * f2fs: show # of orphan inodesJaegeuk Kim2016-05-112-2/+5
| * f2fs: support in batch fzero in dnode pageChao Yu2016-05-111-16/+56
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-112-44/+108
| * 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: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-071-2/+2
| * f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2016-05-072-25/+29
| * f2fs: fallocate data blocks in single locked node pageJaegeuk Kim2016-05-071-29/+22
| * f2fs: fix inode cache leakChao Yu2016-05-073-43/+31
| * fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-072-0/+21
| * f2fs: avoid panic when truncating to max filesizeChao Yu2016-05-071-1/+4
OpenPOWER on IntegriCloud