aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20f2fs: fix to update dirty page count correctlyChao Yu
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-20f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim
2016-05-18f2fs: make exit_f2fs_fs more clearTiezhu Yang
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-16f2fs: manipulate dirty file inodes when DATA_FLUSH is setJaegeuk Kim
2016-05-16f2fs: add fault injection to sysfsSheng Yong
2016-05-16f2fs: no need inc dirty pages under inode lockYunlei He
2016-05-16f2fs: fix incorrect error path handling in f2fs_move_rehashed_direntsChao Yu
2016-05-16f2fs: fix i_current_depth during inline dentry conversionChao Yu
2016-05-16f2fs: correct return value type of f2fs_fill_superSheng Yong
2016-05-11f2fs: fix deadlock when flush inline dataChao Yu
2016-05-11f2fs: avoid f2fs_bug_on during recoveryJaegeuk Kim
2016-05-11f2fs: show # of orphan inodesJaegeuk Kim
2016-05-11f2fs: support in batch fzero in dnode pageChao Yu
2016-05-11f2fs: support in batch multi blocks preallocationChao Yu
2016-05-11f2fs: make atomic/volatile operation exclusiveChao Yu
2016-05-11f2fs: use mnt_{want,drop}_write_file in ioctlChao Yu
2016-05-10f2fs: switch to ->iterate_shared()Al Viro
2016-05-07f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim
2016-05-07f2fs: read node blocks ahead when truncating blocksJaegeuk Kim
2016-05-07f2fs: fallocate data blocks in single locked node pageJaegeuk Kim
2016-05-07f2fs: fix inode cache leakChao Yu
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim
2016-05-07f2fs: avoid panic when truncating to max filesizeChao Yu
2016-05-07f2fs: fix incorrect mapping in ->bmapChao Yu
2016-05-07f2fs: remove an obsolete variableJaegeuk Kim
2016-05-07f2fs: don't worry about inode leak in evict_inodeJaegeuk Kim
2016-05-07f2fs: shrink size of struct seg_entryChao Yu
2016-05-07f2fs: reuse get_extent_infoChao Yu
2016-05-07f2fs: remove unneeded memset when updating xattrChao Yu
2016-05-07f2fs: remove unneeded readahead in find_fsync_dnodesChao Yu
2016-05-07f2fs: retry to truncate blocks in -ENOMEM caseJaegeuk Kim
2016-05-07f2fs: fix leak of orphan inode objectsJaegeuk Kim
2016-05-07f2fs: revisit error handling flowsJaegeuk Kim
2016-05-07f2fs: inject ENOSPC failuresJaegeuk Kim
2016-05-07f2fs: inject page allocation failuresJaegeuk Kim
2016-05-07f2fs: inject kmalloc failureJaegeuk Kim
2016-05-07f2fs: add mount option to select fault injection ratioJaegeuk Kim
2016-05-07f2fs: use f2fs_grab_cache_page instead of grab_cache_pageJaegeuk Kim
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim