summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+7
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+7
* | f2fs: let sync node IO interrupt async oneChao Yu2018-06-041-1/+1
* | f2fs: clean up symbol namespaceChao Yu2018-05-311-148/+157
* | f2fs: make set_de_type() staticChao Yu2018-05-311-1/+0
* | f2fs: make __f2fs_write_data_pages() staticChao Yu2018-05-311-3/+0
* | f2fs: fix to let caller retry allocating block addressChao Yu2018-05-311-1/+2
* | f2fs: clean up with clear_radix_tree_dirty_tagChao Yu2018-05-311-0/+1
* | f2fs: let discard thread wait a little longer if dev is busyYunlei He2018-05-311-0/+2
* | f2fs: avoid stucking GC due to atomic writeChao Yu2018-05-311-6/+15
* | f2fs: introduce sbi->gc_mode to determine the policyJaegeuk Kim2018-05-311-0/+8
* | f2fs: keep migration IO order in LFS modeChao Yu2018-05-311-0/+2
* | f2fs: clean up with is_valid_blkaddr()Chao Yu2018-05-311-1/+8
* | Revert "f2fs: add ovp valid_blocks check for bg gc victim to fg_gc"Chao Yu2018-05-311-3/+0
* | f2fs: rename dio_rwsem to i_gc_rwsemChao Yu2018-05-311-1/+3
* | f2fs: give message and set need_fsck given broken node idJaegeuk Kim2018-05-311-12/+1
* | f2fs: introduce private inode status mappingChao Yu2018-05-311-3/+54
* | f2fs: don't split checkpoint in fstrimChao Yu2018-05-301-5/+0
* | f2fs: issue discard commands proactively in high fs utilizationJaegeuk Kim2018-05-301-2/+1
* | f2fs: add fsync_mode=nobarrier for non-atomic filesJaegeuk Kim2018-05-291-0/+1
* | f2fs: let fstrim issue discard commands in lower priorityJaegeuk Kim2018-05-291-1/+3
* | f2fs: check cap_resource only for data blocksJaegeuk Kim2018-05-021-4/+4
* | Revert "f2fs: introduce f2fs_set_page_dirty_nobuffer"Jaegeuk Kim2018-05-021-1/+0
* | f2fs: refactor read path to allow multiple postprocessing stepsEric Biggers2018-05-021-3/+9
|/
* f2fs: remain written times to update inode during fsyncJaegeuk Kim2018-04-031-0/+11
* f2fs: make assignment of t->dentry_bitmap more readableYunlong Song2018-04-021-1/+1
* f2fs: fix a wrong condition in f2fs_skip_inode_updateJunling Zheng2018-04-021-1/+1
* f2fs: reserve bits for fs-verityEric Biggers2018-03-281-0/+2
* f2fs: check blkaddr more accuratly before issue a bioYunlei He2018-03-181-0/+1
* f2fs: introduce a new mount option test_dummy_encryptionSheng Yong2018-03-171-0/+8
* f2fs: introduce F2FS_FEATURE_LOST_FOUND featureSheng Yong2018-03-171-0/+2
* f2fs: align memory boundary for bitopsJaegeuk Kim2018-03-171-1/+1
* f2fs: add nowait aio supportHyunchul Lee2018-03-171-0/+8
* f2fs: wrap all options with f2fs_sb_info.mount_optChao Yu2018-03-171-35/+29
* f2fs: introduce mount option for fsync modeJunling Zheng2018-03-171-0/+8
* f2fs: wrap sb_rdonly with f2fs_readonlyChao Yu2018-03-171-2/+2
* f2fs: avoid selinux denial on CAP_SYS_RESOURCEJaegeuk Kim2018-03-171-2/+2
* f2fs: support hot file extensionChao Yu2018-03-131-1/+5
* f2fs: add mount option for segment allocation policyJaegeuk Kim2018-03-131-0/+8
* f2fs: expose extension_list sysfs entryChao Yu2018-03-131-1/+3
* f2fs: introduce sb_lock to make encrypt pwsalt update exclusiveChao Yu2018-03-131-0/+1
* f2fs: clean up f2fs_sb_has_xxx functionsSheng Yong2018-03-131-38/+13
* f2fs: support passing down write hints to block layer with F2FS policyHyunchul Lee2018-03-131-0/+1
* f2fs: support passing down write hints given by users to block layerHyunchul Lee2018-03-131-0/+9
* f2fs: support large nat bitmapChao Yu2018-03-131-0/+6
* f2fs: don't put dentry page in pagecache into highmemYunlong Song2018-03-131-6/+0
* f2fs: support inode creation timeChao Yu2018-01-251-0/+7
* f2fs: stop gc/discard thread after fs shutdownChao Yu2018-01-221-0/+1
* f2fs: split need_inplace_updateChao Yu2018-01-221-0/+2
* f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanupChao Yu2018-01-221-4/+3
OpenPOWER on IntegriCloud