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