summaryrefslogtreecommitdiff
path: root/fs/f2fs/inode.c
AgeCommit message (Expand)Author
2014-04-07Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-03-18f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim
2014-02-27f2fs: introduce large directory supportJaegeuk Kim
2014-02-17f2fs: update_inode_page should be done all the timeJaegeuk Kim
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong
2014-01-06f2fs: add the number of inline_data files to status infoJaegeuk Kim
2013-12-26f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim
2013-10-29f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim
2013-10-18f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim
2013-10-07f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng
2013-08-26f2fs: add flags for inline xattrsJaegeuk Kim
2013-08-19f2fs: avoid writing inode redundantly when creating a fileJin Xu
2013-08-06f2fs: fix a deadlock in fsyncJin Xu
2013-07-30f2fs: introduce help function F2FS_NODE()Gu Zheng
2013-06-14f2fs: avoid freqeunt write_inode callsJaegeuk Kim
2013-05-28f2fs: fix wrong condition checkJaegeuk Kim
2013-05-28f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-03-27f2fs: do not skip writing file meta during fsyncJaegeuk Kim
2013-03-20f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim
2013-02-12f2fs: add un/freeze_fs into super_operationsChangman Lee
2013-02-12f2fs: save device node number into f2fs_inodeChangman Lee
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim
2012-12-11f2fs: fix tracking parent inode numberJaegeuk Kim
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: add core inode operationsJaegeuk Kim