aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/debug.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: use list_for_each_entry rather than list_for_each_entry_safemajianpeng2016-06-051-2/+2
* f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as d...Haicheng Li2016-06-051-1/+0
* f2fs: change GC bitmaps to apply the section granularityJaegeuk Kim2016-06-051-1/+1
* f2fs: introduce TOTAL_SECS macroJaegeuk Kim2016-06-051-4/+3
* f2fs: add device name in debugfsmajianpeng2016-06-051-1/+3
* f2fs: fix the debugfs entry creation pathNamjae Jeon2016-06-051-17/+10
* f2fs: add global mutex_lock to protect f2fs_stat_listmajianpeng2016-06-051-12/+11
* f2fs: update f2fs partition info about SIT/NAT layoutHuajun Li2016-06-051-2/+2
* f2fs: adjust kernel coding styleJaegeuk Kim2016-06-051-3/+3
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2016-06-051-1/+1
* f2fs: move proc files to debugfsGreg Kroah-Hartman2016-06-051-0/+361