aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2013-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds
2012-12-28f2fs: unify string length declarations and usageLeon Romanovsky
2012-12-28f2fs: clean up unused variables and return valuesJaegeuk Kim
2012-12-28f2fs: clean up the start_bidx_of_node functionJaegeuk Kim
2012-12-28f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon
2012-12-28f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon
2012-12-28f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon
2012-12-28f2fs: handle error from f2fs_iget_nowaitNamjae Jeon
2012-12-28f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim
2012-12-28f2fs: return a default value for non-void functionJaegeuk Kim
2012-12-28f2fs: invalidate the node page if allocation is failedJaegeuk Kim
2012-12-28f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven
2012-12-25f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman
2012-12-26f2fs: do f2fs_balance_fs in front of dir operationsJaegeuk Kim
2012-12-26f2fs: should recover orphan and fsync dataJaegeuk Kim
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim
2012-12-26f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode numberNamjae Jeon
2012-12-26f2fs: fix wrong calculation on f_files in statfsJaegeuk Kim
2012-12-26f2fs: remove set_page_dirty for atomic f2fs_end_io_writeJaegeuk Kim
2012-12-11f2fs: fix tracking parent inode numberJaegeuk Kim
2012-12-11f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim
2012-12-11f2fs: introduce accessor to retrieve number of dentry slotsNamjae Jeon
2012-12-11f2fs: remove redundant call to f2fs_put_page in delete entryNamjae Jeon
2012-12-11f2fs: make use of GFP_F2FS_ZERO for setting gfp_maskNamjae Jeon
2012-12-11f2fs: rewrite f2fs_bio_alloc to make it simplerNamjae Jeon
2012-12-11f2fs: remove unused variableWei Yongjun
2012-12-11f2fs: move error condition for mkdir at proper placeNamjae Jeon
2012-12-11f2fs: remove unneeded initializationNamjae Jeon
2012-12-11f2fs: check read only condition before beginning write outNamjae Jeon
2012-12-11f2fs: remove unneeded memset from init_onceNamjae Jeon
2012-12-11f2fs: show error in case of invalid mount argumentsNamjae Jeon
2012-12-11f2fs: fix the compiler warning for uninitialized use of variableNamjae Jeon
2012-12-11f2fs: resolve build failuresJaegeuk Kim
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim
2012-12-11f2fs: remove unneeded version.h header file from f2fs.hSachin Kamat
2012-12-11f2fs: update Kconfig and MakefileJaegeuk Kim
2012-12-11f2fs: move proc files to debugfsGreg Kroah-Hartman
2012-12-11f2fs: add recovery routines for roll-forwardJaegeuk Kim
2012-12-11f2fs: add garbage collection functionsJaegeuk Kim
2012-12-11f2fs: add xattr and acl functionalitiesJaegeuk Kim
2012-12-11f2fs: add core directory operationsJaegeuk Kim
2012-12-11f2fs: add inode operations for special inodesJaegeuk Kim
2012-12-11f2fs: add core inode operationsJaegeuk Kim
2012-12-11f2fs: add address space operations for dataJaegeuk Kim
2012-12-11f2fs: add file operationsJaegeuk Kim
2012-12-11f2fs: add segment operationsJaegeuk Kim
2012-12-11f2fs: add node operationsJaegeuk Kim
2012-12-11f2fs: add checkpoint operationsJaegeuk Kim
2012-12-11f2fs: add super block operationsJaegeuk Kim