summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: get rid of kzalloc in __recover_inline_statusChao Yu2015-01-091-21/+14
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-091-1/+1
* f2fs: count inline_xx in do_read_inodeJaegeuk Kim2014-12-081-2/+4
* f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim2014-11-041-1/+32
* f2fs: fix counting inline_data inode numbersJaegeuk Kim2014-11-031-2/+2
* f2fs: add stat info for inline_dentry inodesJaegeuk Kim2014-11-031-0/+3
* f2fs: use highmem for directory pagesJaegeuk Kim2014-11-031-1/+1
* f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-071-1/+1
* f2fs: support atomic writesJaegeuk Kim2014-10-061-0/+4
* f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim2014-09-301-0/+23
* f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim2014-09-161-1/+1
* f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim2014-09-091-1/+1
* f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim2014-09-031-4/+4
* f2fs: invalidate xattr node page when evict inodeChao Yu2014-08-041-0/+3
* f2fs: add info of appended or updated data writesJaegeuk Kim2014-07-291-0/+4
* f2fs: avoid use invalid mapping of node_inode when evict meta inodeChao Yu2014-07-251-2/+3
* f2fs: check lower bound nid value in check_nid_rangeChao Yu2014-07-091-0/+1
* f2fs: deactivate inode page if the inode is evictedJaegeuk Kim2014-05-071-0/+1
* f2fs: atomically set inode->i_flags in f2fs_set_inode_flags()Zhang Zhen2014-05-071-8/+9
* Merge tag 'for-f2fs-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2014-04-071-10/+17
|\
| * f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim2014-03-181-1/+1
| * f2fs: introduce large directory supportJaegeuk Kim2014-02-271-0/+2
| * f2fs: update_inode_page should be done all the timeJaegeuk Kim2014-02-171-9/+14
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-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/+2
* 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/+5
* 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/+0
* f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2013-05-281-2/+1
* 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/+0
* 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-121-33/+0
* f2fs: add un/freeze_fs into super_operationsChangman Lee2013-02-121-0/+2
* f2fs: save device node number into f2fs_inodeChangman Lee2013-02-121-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
OpenPOWER on IntegriCloud