aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2016-06-055-3/+30
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2016-06-056-19/+202
* f2fs: k3.0 fix: change PDE_DATA() to PROC_I()->pde->dataHashcode2016-06-051-1/+1
* f2fs: remove an unneeded kfree(NULL)Dan Carpenter2016-06-051-1/+0
* f2fs: fix handling orphan inodesJaegeuk Kim2016-06-054-9/+28
* f2fs: move bio_private allocation out of f2fs_bio_alloc()Gu Zheng2016-06-052-9/+11
* f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()Gu Zheng2016-06-051-3/+2
* f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possibleGu Zheng2016-06-051-9/+9
* f2fs: fix i_name during f2fs_sync_fileJaegeuk Kim2016-06-051-4/+6
* f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim2016-06-053-0/+21
* f2fs: introduce help function F2FS_NODE()Gu Zheng2016-06-058-40/+35
* f2fs: add a help func F2FS_STAT() to get the f2fs_stat_infoGu Zheng2016-06-052-11/+16
* f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2016-06-052-0/+47
* f2fs: add description for fsck.f2fs and dump.f2fsChangman Lee2016-06-051-4/+39
* f2fs: recover date requested by fdatasyncJaegeuk Kim2016-06-051-3/+4
* f2fs: fix to recover i_size from roll-forwardJaegeuk Kim2016-06-051-1/+22
* f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes()Gu Zheng2016-06-051-3/+2
* f2fs: remove reusing any prefree segmentsJaegeuk Kim2016-06-051-55/+1
* f2fs: code cleanup and simplify in func {find/add}_gc_inodeGu Zheng2016-06-051-12/+5
* f2fs: optimize the init_dirty_segmap functionNamjae Jeon2016-06-051-4/+4
* f2fs: fix an endian conversion bug detected by sparseJaegeuk Kim2016-06-051-2/+2
* f2fs: fix crc endian conversionJaegeuk Kim2016-06-052-10/+21
* f2fs: add remount_fs callback supportNamjae Jeon2016-06-052-84/+160
* f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2016-06-056-9/+45
* f2fs: optimize do_write_data_page()Haicheng Li2016-06-051-2/+3
* f2fs: make locate_dirty_segment() as staticHaicheng Li2016-06-052-2/+1
* f2fs: remove unnecessary parameter "offset" from __add_sum_entry()Haicheng Li2016-06-051-5/+5
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2016-06-054-0/+18
* f2fs: optimise the truncate_data_blocks_range() rangeNamjae Jeon2016-06-051-1/+1
* f2fs: use the F2FS specific flags in f2fs_ioctl()Namjae Jeon2016-06-051-2/+2
* f2fs: sync dir->i_size with its block allocationJaegeuk Kim2016-06-053-5/+7
* f2fs: fix i_blocks translation on various types of filesJaegeuk Kim2016-06-053-1/+5
* f2fs: set sb->s_fs_info before calling parse_options()Gu Zheng2016-06-051-4/+4
* f2fs: support xattr security labelsJaegeuk Kim2016-06-057-21/+100
* f2fs: fix iget/iput of dir during recoveryJaegeuk Kim2016-06-053-16/+41
* f2fs: reorganise the function get_victim_by_defaultNamjae Jeon2016-06-051-4/+4
* f2fs: handle errors from get_node_page callsJason Hrycay2016-06-051-0/+4
* f2fs: cover cp_file information with ilockJaegeuk Kim2016-06-052-7/+7
* f2fs: fix incorrect iputs during the dentry recoveryJaegeuk Kim2016-06-051-1/+3
* f2fs: fix dentry recovery routineJaegeuk Kim2016-06-051-5/+19
* f2fs: iput only if whole data blocks are flushedJaegeuk Kim2016-06-051-3/+4
* f2fs: return proper error from start_gc_threadNamjae Jeon2016-06-051-5/+10
* f2fs: optimize several routines in node.hNamjae Jeon2016-06-051-48/+19
* f2fs: remove unneeded initializations in f2fs_parent_dirNamjae Jeon2016-06-051-3/+3
* f2fs: push some variables to debug partNamjae Jeon2016-06-055-2/+21
* f2fs: align data types between on-disk and in-memory block addressesJaegeuk Kim2016-06-052-3/+6
* f2fs: dereferencing an ERR_PTRDan Carpenter2016-06-051-1/+2
* f2fs: use iholdJaegeuk Kim2016-06-051-1/+1
* f2fs: should not make_bad_inode on f2fs_link failureJaegeuk Kim2016-06-051-1/+0
* f2fs: fix to handle do_recover_data errorsJaegeuk Kim2016-06-051-9/+15