aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim2015-05-021-1/+1
* f2fs: introduce large directory supportJaegeuk Kim2015-05-021-0/+2
* f2fs: update_inode_page should be done all the timeJaegeuk Kim2015-05-021-9/+14
* f2fs: clean checkpatch warningsChris Fries2015-05-021-4/+8
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2015-05-021-1/+1
* f2fs: add the number of inline_data files to status infoJaegeuk Kim2015-05-021-0/+1
* f2fs: introduce F2FS_INODE macro to get f2fs_inodeJaegeuk Kim2015-05-021-6/+2
* f2fs: correct i_nlink 16->32 bit conversionHashcode2015-05-021-1/+1
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2015-05-021-1/+1
* f2fs: fix to store and retrieve i_rdev correctlyJaegeuk Kim2015-05-021-17/+32
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2015-05-021-6/+5
* f2fs: add flags for inline xattrsJaegeuk Kim2015-05-021-0/+2
* f2fs: avoid writing inode redundantly when creating a fileJin Xu2015-05-021-3/+4
* f2fs: fix a deadlock in fsyncJin Xu2015-05-021-1/+1
* f2fs: introduce help function F2FS_NODE()Gu Zheng2015-05-021-2/+2
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2015-05-021-0/+4
* f2fs: fix wrong condition checkJaegeuk Kim2015-05-021-6/+0
* f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2015-05-021-2/+1
* f2fs: add tracepoints for sync & inode operationsNamjae Jeon2015-05-021-3/+10
* f2fs: introduce a new global lock schemeJaegeuk Kim2015-05-021-21/+27
* f2fs: do not skip writing file meta during fsyncJaegeuk Kim2015-05-021-1/+0
* f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inodeNamjae Jeon2015-05-021-1/+5
* Revert "f2fs: add un/freeze_fs into super_operations"Hashcode2015-05-021-2/+0
* f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2015-05-021-33/+0
* f2fs: add un/freeze_fs into super_operationsChangman Lee2015-05-021-0/+2
* f2fs: save device node number into f2fs_inodeChangman Lee2015-05-021-0/+18
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2015-05-021-0/+3
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2015-05-021-0/+1
* f2fs: Backport to K3.0Hashcode2015-05-021-1/+1
* Backporting F2FS from K3.8-rc2 to K3.4Chris Fries2015-05-021-5/+5
* f2fs: fix tracking parent inode numberJaegeuk Kim2015-05-021-0/+2
* f2fs: adjust kernel coding styleJaegeuk Kim2015-05-021-2/+2
* f2fs: add core inode operationsJaegeuk Kim2015-05-021-0/+266