aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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