summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2019-12-17f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-12-05f2fs: fix to dirty inode synchronouslyChao Yu
2019-05-31f2fs: Fix use of number of devicesDamien Le Moal
2019-02-12f2fs: move dir data flush to write checkpoint processYunlei He
2018-12-05f2fs: fix to do sanity check with block address in main areaChao Yu
2018-12-05f2fs: introduce and spread verify_blkaddrChao Yu
2018-12-05f2fs: clean up with is_valid_blkaddr()Chao Yu
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter
2018-08-03f2fs: fix race in between GC and atomic openChao Yu
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2018-07-11f2fs: truncate preallocated blocks in error caseJaegeuk Kim
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2017-12-14f2fs: fix to clear FI_NO_PREALLOCChao Yu
2017-11-30f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim
2017-08-29f2fs: trigger fdatasync for non-atomic_write fileChao Yu
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileChao Yu
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim
2017-07-15f2fs: remove extra inode_unlock() in error pathLuis Henriques
2017-07-10Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-07-08f2fs: support plain user/group quotaChao Yu
2017-07-04f2fs: add ioctl to do gc with target block addressJaegeuk Kim
2017-07-04f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim
2017-07-04f2fs: measure inode.i_blocks as generic filesystemChao Yu
2017-07-04f2fs: require key for truncate(2) of encrypted fileEric Biggers
2017-07-04f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun
2017-05-23f2fs: don't bother checking for encryption key in ->write_iter()Eric Biggers
2017-05-23f2fs: don't bother checking for encryption key in ->mmap()Eric Biggers
2017-05-23f2fs: support statxChao Yu
2017-05-23f2fs: load inode's flag from diskJaegeuk Kim
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim
2017-04-19f2fs: introduce async IPU policyHou Pengyang
2017-04-12f2fs: allocate hot_data for atomic writesJaegeuk Kim