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