aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02f2fs: use attach/detach_page_privateGuoqing Jiang1-9/+2
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-3/+0
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers1-2/+2
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-89/+117
2020-04-03f2fs: fix to disable compression on directoryChao Yu1-4/+6
2020-04-03f2fs: switch discard_policy.timeout to bool typeChao Yu1-1/+1
2020-04-03f2fs: compress: support zstd compress algorithmChao Yu1-0/+5
2020-03-30f2fs: fix potential .flags overflow on 32bit architectureChao Yu1-50/+49
2020-03-30f2fs: don't trigger data flush in foreground operationChao Yu1-1/+1
2020-03-30f2fs: clean up f2fs_may_encrypt()Chao Yu1-4/+9
2020-03-30f2fs: don't mark compressed inode dirty during f2fs_iget()Chao Yu1-1/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-22f2fs: use kmem_cache pool during inline xattr lookupsChao Yu1-0/+3
2020-03-19f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu1-1/+1
2020-03-19f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu1-0/+1
2020-03-19f2fs: fix to avoid triggering IO in write pathChao Yu1-1/+1
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu1-0/+3
2020-03-19f2fs: clean up bggc mount optionChao Yu1-2/+10
2020-03-19f2fs: clean up lfs/adaptive mount optionChao Yu1-17/+10
2020-03-19f2fs: fix to show norecovery mount optionChao Yu1-0/+1
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu1-1/+6
2020-03-11f2fs: fix to check dirty pages during compressed inode conversionChao Yu1-0/+2
2020-03-11f2fs: fix to account compressed inode correctlyChao Yu1-1/+1
2020-03-10f2fs: fix inconsistent commentsChao Yu1-1/+1
2020-03-10f2fs: cover last_disk_size update with spinlockChao Yu1-2/+3
2020-02-27f2fs: add missing function name in kernel messageChao Yu1-1/+1
2020-02-27f2fs: recycle unused compress_data.chksum feildChao Yu1-2/+1
2020-02-27f2fs: fix the panic in do_checkpoint()Sahitya Tummala1-1/+1
2020-01-23f2fs: Add f2fs stats to sysfsHridya Valsaraju1-4/+5
2020-01-17f2fs: change to use rwsem for gc_mutexChao Yu1-1/+4
2020-01-17f2fs: convert inline_dir early before starting renameJaegeuk Kim1-0/+3
2020-01-17f2fs: support data compressionChao Yu1-8/+272
2020-01-15f2fs: introduce private biosetChao Yu1-20/+3
2020-01-15f2fs: cleanup duplicate stats for atomic filesSahitya Tummala1-6/+1
2020-01-15f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki1-0/+1
2020-01-15f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki1-0/+1
2019-11-19f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala1-0/+1
2019-11-19f2fs: show f2fs instance in printk_ratelimitedChao Yu1-11/+13
2019-11-07f2fs: support aligned pinned fileJaegeuk Kim1-1/+3
2019-10-25f2fs: cache global IPU bioChao Yu1-0/+11
2019-10-04f2fs: fix to update time in lazytime modeChao Yu1-8/+15
2019-09-21Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-10/+37
2019-09-16f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu1-3/+6
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2019-09-06f2fs: optimize case-insensitive lookupsChao Yu1-1/+2
2019-08-23f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu1-0/+3
2019-08-23f2fs: use wrapped IS_SWAPFILE()Chao Yu1-1/+1
2019-08-23f2fs: Support case-insensitive file name lookupsDaniel Rosenberg1-4/+14
2019-08-23f2fs: include charset encoding information in the superblockDaniel Rosenberg1-0/+6
2019-08-23f2fs: fix to avoid call kvfree under spinlockChao Yu1-1/+4