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