aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-07-30qstr: constify instances in f2fsAl Viro1-2/+2
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-77/+209
2016-07-20f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim1-2/+11
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim1-0/+9
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu1-1/+1
2016-07-15f2fs: reset default idle interval valueChao Yu1-1/+1
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu1-0/+1
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim1-0/+1
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-11/+13
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim1-6/+6
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim1-15/+8
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim1-0/+1
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: use bio op accessorsMike Christie1-2/+3
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