summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix sparse warningsJaegeuk Kim2015-02-111-0/+1
* f2fs: introduce a batched trimJaegeuk Kim2015-02-111-0/+7
* f2fs: merge {invalidate,release}page for meta/node/data pagesChao Yu2015-02-111-0/+2
* f2fs: show the number of writeback pages in statJaegeuk Kim2015-02-111-1/+1
* f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-111-0/+23
* f2fs: merge flags in struct f2fs_sb_infoChao Yu2015-02-111-10/+20
* f2fs: make truncate_inline_date staticChao Yu2015-02-111-1/+0
* f2fs: add F2FS_IOC_GETVERSION supportChao Yu2015-02-111-0/+1
* f2fs: trigger correct checkpoint during umountJaegeuk Kim2015-02-111-0/+1
* f2fs: update memory footprint informationJaegeuk Kim2015-02-111-1/+1
* f2fs: add nat/sit entries into statusJaegeuk Kim2015-01-091-1/+1
* f2fs: align direct_io'ed data to sectionJaegeuk Kim2015-01-091-1/+2
* f2fs: clean up to remove parameterJaegeuk Kim2015-01-091-1/+1
* f2fs: reuse inode_entry_slab in gc procedure for using slab more effectivelyChao Yu2015-01-091-5/+9
* f2fs: add block count by in-place-update in stat infoChangman Lee2015-01-091-1/+5
* f2fs: use f2fs_io_info to clean up messy parameters during IO pathJaegeuk Kim2015-01-091-6/+8
* f2fs: readahead contiguous current summary blocks in checkpointChao Yu2015-01-091-1/+1
* f2fs: remove unnecessary call to invalidate inmemory pagesJaegeuk Kim2015-01-091-1/+0
* f2fs: change atomic and volatile write policiesJaegeuk Kim2015-01-091-0/+8
* f2fs: avoid to ra unneeded blocks in recover flowChao Yu2014-12-081-1/+1
* f2fs: use atomic for counting inode with inline_{dir,inode} flagChao Yu2014-12-081-6/+6
* f2fs: count the number of inmemory pagesJaegeuk Kim2014-12-081-1/+2
* f2fs: do retry operations with cond_reschedJaegeuk Kim2014-12-081-0/+7
* f2fs: use rw_semaphore for nat entry lockJaegeuk Kim2014-12-031-1/+1
* f2fs: introduce f2fs_dentry_kunmap to clean upJaegeuk Kim2014-11-231-0/+6
* f2fs: introduce struct inode_management to wrap inner fieldsChao Yu2014-11-191-5/+9
* f2fs: introduce the number of inode entriesJaegeuk Kim2014-11-061-1/+1
* f2fs: introduce -o fastboot for reducing booting time onlyJaegeuk Kim2014-11-041-0/+1
* f2fs: avoid race condition in handling wait_ioJaegeuk Kim2014-11-041-1/+0
* f2fs: revisit inline_data to avoid data races and potential bugsJaegeuk Kim2014-11-041-3/+21
* f2fs: rename f2fs_set/clear_bit to f2fs_test_and_set/clear_bitGu Zheng2014-11-031-2/+2
* f2fs: introduce f2fs_change_bit to simplify the change bit logicGu Zheng2014-11-031-0/+9
* f2fs: remove the redundant function cond_clear_inode_flagGu Zheng2014-11-031-9/+0
* f2fs: reuse make_empty_dir code for inline_dentryJaegeuk Kim2014-11-031-0/+2
* f2fs: introduce f2fs_dentry_ptr structure for code clean-upJaegeuk Kim2014-11-031-5/+30
* f2fs: reuse core function in f2fs_readdir for inline_dentryJaegeuk Kim2014-11-031-0/+3
* f2fs: add stat info for inline_dentry inodesJaegeuk Kim2014-11-031-2/+14
* f2fs: avoid deadlock on init_inode_metadataJaegeuk Kim2014-11-031-1/+1
* f2fs: reuse find_in_block code for find_in_inline_dirJaegeuk Kim2014-11-031-1/+2
* f2fs: reuse room_for_filename for inline dentry operationJaegeuk Kim2014-11-031-0/+1
* f2fs: add key function to handle inline dirChao Yu2014-11-031-0/+9
* f2fs: export dir operations for inline dirChao Yu2014-11-031-1/+9
* f2fs: add infra struct and helper for inline dirChao Yu2014-11-031-2/+19
* f2fs: invalidate inmemory pageJaegeuk Kim2014-11-031-0/+1
* f2fs: do not make dirty any inmemory pagesJaegeuk Kim2014-11-031-0/+1
* f2fs: support volatile operations for transient dataJaegeuk Kim2014-10-071-0/+7
* f2fs: support atomic writesJaegeuk Kim2014-10-061-3/+18
* f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim2014-09-301-0/+1
* f2fs: refactor flush_nat_entries to remove costly reorganizing opsJaegeuk Kim2014-09-301-6/+7
* f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim2014-09-301-1/+8
OpenPOWER on IntegriCloud