summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2016-07-061-0/+1
* f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-061-0/+21
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-061-1/+1
* f2fs: find parent dentry correctlySheng Yong2016-06-161-1/+0Star
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+2
* f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-081-0/+1
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-071-1/+1
* f2fs: remove deprecated parameterJaegeuk Kim2016-06-071-1/+1
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-031-0/+3
* f2fs: remove writepages lockJaegeuk Kim2016-06-031-1/+0Star
* f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-031-0/+1
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-031-2/+21
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-031-2/+0Star
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-031-2/+7
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-031-8/+50
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-0/+9
* f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-4/+13
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-031-0/+9
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-031-38/+36Star
* f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-6/+1Star
* f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-181-11/+7Star
* f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-181-3/+5
* f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-181-5/+5
* f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-181-10/+14
* f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-2/+2
* f2fs: add fault injection to sysfsSheng Yong2016-05-171-5/+26
* f2fs: show # of orphan inodesJaegeuk Kim2016-05-111-1/+1
* f2fs: support in batch multi blocks preallocationChao Yu2016-05-111-7/+13
* f2fs: fix inode cache leakChao Yu2016-05-071-2/+0Star
* fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-071-0/+8
* f2fs: reuse get_extent_infoChao Yu2016-05-071-4/+4
* f2fs: fix leak of orphan inode objectsJaegeuk Kim2016-05-071-1/+1
* f2fs: inject ENOSPC failuresJaegeuk Kim2016-05-071-0/+10
* f2fs: inject page allocation failuresJaegeuk Kim2016-05-071-0/+9
* f2fs: inject kmalloc failureJaegeuk Kim2016-05-071-0/+29
* f2fs: add mount option to select fault injection ratioJaegeuk Kim2016-05-071-0/+1
* f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-071-0/+5
* f2fs: move node pages only in victim section during GCChao Yu2016-04-271-0/+1
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-261-2/+2
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-261-1/+2
* f2fs: fix to convert inline directory correctlyChao Yu2016-04-151-1/+3
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-151-1/+1
* f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-151-0/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* f2fs: use cryptoapi crc32 functionsKeith Mok2016-03-181-21/+27
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-139/+33Star
* f2fs: mutex can't be used by down_write_nest_lock()Yang Shi2016-03-021-3/+1Star
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2016-02-261-0/+1
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-0/+1
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2016-02-261-0/+2