aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-6/+6
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds18-560/+1355
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+1
2016-05-20f2fs: fix to update dirty page count correctlyChao Yu1-3/+4
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim5-13/+16
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim1-0/+4
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang1-5/+5
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2-14/+15
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim4-8/+14
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim3-7/+12
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim3-19/+47
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim5-19/+22
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+5
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro2-6/+20
2016-05-16f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim1-3/+8
2016-05-16f2fs: add fault injection to sysfsSheng Yong2-10/+91
2016-05-16f2fs: no need inc dirty pages under inode lockYunlei He1-1/+1
2016-05-16f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu1-2/+6
2016-05-16f2fs: fix i_current_depth during inline dentry conversionChao Yu1-0/+1
2016-05-16f2fs: correct return value type of f2fs_fill_superSheng Yong1-3/+3
2016-05-11f2fs: fix deadlock when flush inline dataChao Yu1-1/+2
2016-05-11f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim1-2/+1
2016-05-11f2fs: show # of orphan inodesJaegeuk Kim2-2/+5
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu1-16/+56
2016-05-11f2fs: support in batch multi blocks preallocationChao Yu2-44/+108
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu1-0/+16
2016-05-11f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu1-30/+87
2016-05-10f2fs: switch to ->iterate_shared()Al Viro1-1/+1
2016-05-07f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim1-2/+2
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim2-25/+29
2016-05-07f2fs: fallocate data blocks in single locked node pageJaegeuk Kim1-29/+22
2016-05-07f2fs: fix inode cache leakChao Yu3-43/+31
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2-0/+21
2016-05-07f2fs: avoid panic when truncating to max filesizeChao Yu1-1/+4
2016-05-07f2fs: fix incorrect mapping in ->bmapChao Yu1-4/+7
2016-05-07f2fs: remove an obsolete variableJaegeuk Kim1-3/+0
2016-05-07f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim1-14/+2
2016-05-07f2fs: shrink size of struct seg_entryChao Yu1-4/+5
2016-05-07f2fs: reuse get_extent_infoChao Yu2-6/+5
2016-05-07f2fs: remove unneeded memset when updating xattrChao Yu1-1/+0
2016-05-07f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu1-2/+0
2016-05-07f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim1-1/+7
2016-05-07f2fs: fix leak of orphan inode objectsJaegeuk Kim3-5/+5
2016-05-07f2fs: revisit error handling flowsJaegeuk Kim2-32/+28
2016-05-07f2fs: inject ENOSPC failuresJaegeuk Kim5-0/+29
2016-05-07f2fs: inject page allocation failuresJaegeuk Kim2-0/+10
2016-05-07f2fs: inject kmalloc failureJaegeuk Kim2-0/+35
2016-05-07f2fs: add mount option to select fault injection ratioJaegeuk Kim3-0/+28
2016-05-07f2fs: use f2fs_grab_cache_page instead of grab_cache_pageJaegeuk Kim3-9/+10
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim5-5/+10