summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "f2fs: use percpu_rw_semaphore"Jaegeuk Kim2016-08-191-6/+6
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in f2fsAl Viro2016-07-301-2/+2
* | Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-271-77/+209
|\ \
| * | f2fs: avoid data race when deciding checkpoin in f2fs_sync_fileJaegeuk Kim2016-07-201-2/+11
| * | f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-201-0/+9
| * | f2fs: fix to report error number of f2fs_find_entryChao Yu2016-07-201-1/+1
| * | f2fs: reset default idle interval valueChao Yu2016-07-161-1/+1
| * | f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-161-0/+1
| * | f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-161-0/+1
| * | f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-11/+13
| * | f2fs: use percpu_rw_semaphoreJaegeuk Kim2016-07-081-6/+6
| * | f2fs: shrink critical region in spin_lockJaegeuk Kim2016-07-081-15/+8Star
| * | f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2016-07-081-0/+1
| * | 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: use bio op accessorsMike Christie2016-06-071-2/+3
|/
* 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