summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-041-1/+1
|/
* f2fs: clean checkpatch warningsChris Fries2014-01-201-4/+8
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2014-01-141-1/+1
* f2fs: add the number of inline_data files to status infoJaegeuk Kim2014-01-061-0/+1
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2013-12-261-6/+2Star
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-291-1/+1
* f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim2013-10-181-17/+32
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-071-6/+5Star
* f2fs: add flags for inline xattrsJaegeuk Kim2013-08-261-0/+2
* f2fs: avoid writing inode redundantly when creating a fileJin Xu2013-08-191-3/+4
* f2fs: fix a deadlock in fsyncJin Xu2013-08-061-1/+1
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-301-2/+2
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2013-06-141-0/+4
* f2fs: fix wrong condition checkJaegeuk Kim2013-05-281-6/+0Star
* f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2013-05-281-2/+1Star
* f2fs: add tracepoints for sync & inode operationsNamjae Jeon2013-04-231-3/+10
* f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-21/+27
* f2fs: do not skip writing file meta during fsyncJaegeuk Kim2013-03-271-1/+0Star
* f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon2013-03-201-1/+5
* f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2013-02-111-33/+0Star
* f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-111-0/+2
* f2fs: save device node number into f2fs_inodeChangman Lee2013-02-111-0/+18
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2013-01-111-0/+3
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-261-0/+1
* f2fs: fix tracking parent inode numberJaegeuk Kim2012-12-111-0/+2
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-2/+2
* f2fs: add core inode operationsJaegeuk Kim2012-12-111-0/+266