aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)Author
2016-08-19Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in f2fsAl Viro
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-07-20f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim
2016-07-20f2fs: fix to report error number of f2fs_find_entryChao Yu
2016-07-15f2fs: reset default idle interval valueChao Yu
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: use percpu_rw_semaphoreJaegeuk Kim
2016-07-08f2fs: shrink critical region in spin_lockJaegeuk Kim
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-06-15f2fs: find parent dentry correctlySheng Yong
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-07f2fs: use bio op accessorsMike Christie
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim
2016-06-02f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-02f2fs: remove writepages lockJaegeuk Kim
2016-06-02f2fs: detect congestion of flush command issuesJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-02f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-02f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim
2016-05-18f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim
2016-05-18f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim
2016-05-18f2fs: use percpu_counter for page countersJaegeuk Kim
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim
2016-05-16f2fs: add fault injection to sysfsSheng Yong
2016-05-11f2fs: show # of orphan inodesJaegeuk Kim
2016-05-11f2fs: support in batch multi blocks preallocationChao Yu
2016-05-07f2fs: fix inode cache leakChao Yu
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim
2016-05-07f2fs: reuse get_extent_infoChao Yu
2016-05-07f2fs: fix leak of orphan inode objectsJaegeuk Kim
2016-05-07f2fs: inject ENOSPC failuresJaegeuk Kim
2016-05-07f2fs: inject page allocation failuresJaegeuk Kim
2016-05-07f2fs: inject kmalloc failureJaegeuk Kim