aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: convert dev_valid_block_count to voidGu Zheng2016-06-051-2/+1
* f2fs: convert remove_inode_page to voidGu Zheng2016-06-051-1/+1
* f2fs: introduce a bio array for per-page write biosJaegeuk Kim2016-06-051-3/+9
* f2fs: disable the extent cache ops on high fragmented filesJaegeuk Kim2016-06-051-0/+3
* f2fs: use sbi->write_mutex for write biosJaegeuk Kim2016-06-051-1/+1
* f2fs: clean up the do_submit_bio flowJaegeuk Kim2016-06-051-0/+1
* f2fs: add a slab cache entry for small discardsJaegeuk Kim2016-06-051-0/+14
* f2fs: cleanup waiting routine for writeback pages in cpChangman Lee2016-06-051-1/+1
* f2fs: avoid to wait all the node blocks during fsyncJaegeuk Kim2016-06-051-0/+1
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2016-06-051-8/+14
* f2fs: support 3.4Jaegeuk Kim2016-06-051-1/+1
* f2fs: introduce f2fs_balance_fs_bg for some background jobsJaegeuk Kim2016-06-051-0/+2
* f2fs: reclaim prefree segments periodicallyJaegeuk Kim2016-06-051-0/+3
* f2fs: use bool for booleansHaicheng Li2016-06-051-2/+2
* f2fs: clean up several status-related operationsJaegeuk Kim2016-06-051-1/+17
* f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache alloca...Gu Zheng2016-06-051-0/+15
* f2fs: avoid wait if IO end up when do_checkpoint for better performanceGu Zheng2016-06-051-0/+1
* f2fs: fix the starvation problem on cp_rwsemJaegeuk Kim2016-06-051-13/+0
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2016-06-051-42/+22
* f2fs: optimize fs_lock for better performanceYu Chao2016-06-051-2/+2
* f2fs: support the inline xattrsJaegeuk Kim2016-06-051-0/+16
* f2fs: add the truncate_xattr_node functionJaegeuk Kim2016-06-051-0/+1
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2016-06-051-10/+8
* f2fs: add flags for inline xattrsJaegeuk Kim2016-06-051-0/+18
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2016-06-051-1/+6
* f2fs: fix inconsistency between xattr node blocks and its inodeJaegeuk Kim2016-06-051-0/+1
* f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim2016-06-051-5/+7
* f2fs: fix a build failure due to missing the kobject headerJaegeuk Kim2016-06-051-0/+1
* f2fs: fix a deadlock in fsyncJin Xu2016-06-051-1/+2
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2016-06-051-0/+4
* f2fs: fix handling orphan inodesJaegeuk Kim2016-06-051-1/+2
* f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim2016-06-051-0/+1
* f2fs: introduce help function F2FS_NODE()Gu Zheng2016-06-051-2/+7
* f2fs: add a help func F2FS_STAT() to get the f2fs_stat_infoGu Zheng2016-06-051-3/+8
* f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2016-06-051-0/+1
* f2fs: fix crc endian conversionJaegeuk Kim2016-06-051-4/+15
* f2fs: recover wrong pino after checkpoint during fsyncJaegeuk Kim2016-06-051-1/+1
* f2fs: make locate_dirty_segment() as staticHaicheng Li2016-06-051-1/+0
* f2fs: avoid freqeunt write_inode callsJaegeuk Kim2016-06-051-0/+1
* f2fs: sync dir->i_size with its block allocationJaegeuk Kim2016-06-051-0/+1
* f2fs: fix i_blocks translation on various types of filesJaegeuk Kim2016-06-051-0/+1
* f2fs: support xattr security labelsJaegeuk Kim2016-06-051-1/+1
* f2fs: fix iget/iput of dir during recoveryJaegeuk Kim2016-06-051-0/+1
* f2fs: push some variables to debug partNamjae Jeon2016-06-051-2/+4
* f2fs: align data types between on-disk and in-memory block addressesJaegeuk Kim2016-06-051-1/+4
* f2fs: reuse the locked dnode page and its inodeJaegeuk Kim2016-06-051-0/+1
* f2fs: add f2fs_readonly()Jaegeuk Kim2016-06-051-0/+5
* f2fs, lockdep: annotate mutex_lock_all()Peter Zijlstra2016-06-051-3/+11
* f2fs: update inode page after creationJaegeuk Kim2016-06-051-2/+1
* f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2016-06-051-1/+1