summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-071-89/+117
|\
| * f2fs: fix to disable compression on directoryChao Yu2020-04-031-4/+6
| * f2fs: switch discard_policy.timeout to bool typeChao Yu2020-04-031-1/+1
| * f2fs: compress: support zstd compress algorithmChao Yu2020-04-031-0/+5
| * f2fs: fix potential .flags overflow on 32bit architectureChao Yu2020-03-301-50/+49
| * f2fs: don't trigger data flush in foreground operationChao Yu2020-03-301-1/+1
| * f2fs: clean up f2fs_may_encrypt()Chao Yu2020-03-301-4/+9
| * f2fs: don't mark compressed inode dirty during f2fs_iget()Chao Yu2020-03-301-1/+2
| * f2fs: use kmem_cache pool during inline xattr lookupsChao Yu2020-03-221-0/+3
| * f2fs: avoid __GFP_NOFAIL in f2fs_bio_allocChao Yu2020-03-191-1/+1
| * f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKSChao Yu2020-03-191-0/+1
| * f2fs: fix to avoid triggering IO in write pathChao Yu2020-03-191-1/+1
| * f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu2020-03-191-0/+3
| * f2fs: clean up bggc mount optionChao Yu2020-03-191-2/+10
| * f2fs: clean up lfs/adaptive mount optionChao Yu2020-03-191-17/+10
| * f2fs: fix to show norecovery mount optionChao Yu2020-03-191-0/+1
| * f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu2020-03-191-1/+6
| * f2fs: fix to check dirty pages during compressed inode conversionChao Yu2020-03-111-0/+2
| * f2fs: fix to account compressed inode correctlyChao Yu2020-03-111-1/+1
| * f2fs: fix inconsistent commentsChao Yu2020-03-101-1/+1
| * f2fs: cover last_disk_size update with spinlockChao Yu2020-03-101-2/+3
| * f2fs: add missing function name in kernel messageChao Yu2020-02-271-1/+1
| * f2fs: recycle unused compress_data.chksum feildChao Yu2020-02-271-2/+1
| * f2fs: fix the panic in do_checkpoint()Sahitya Tummala2020-02-271-1/+1
* | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
|/
* f2fs: Add f2fs stats to sysfsHridya Valsaraju2020-01-231-4/+5
* f2fs: change to use rwsem for gc_mutexChao Yu2020-01-171-1/+4
* f2fs: convert inline_dir early before starting renameJaegeuk Kim2020-01-171-0/+3
* f2fs: support data compressionChao Yu2020-01-171-8/+272
* f2fs: introduce private biosetChao Yu2020-01-151-20/+3
* f2fs: cleanup duplicate stats for atomic filesSahitya Tummala2020-01-151-6/+1
* f2fs: Check write pointer consistency of non-open zonesShin'ichiro Kawasaki2020-01-151-0/+1
* f2fs: Check write pointer consistency of open zonesShin'ichiro Kawasaki2020-01-151-0/+1
* f2fs: Fix deadlock in f2fs_gc() context during atomic files handlingSahitya Tummala2019-11-191-0/+1
* f2fs: show f2fs instance in printk_ratelimitedChao Yu2019-11-191-11/+13
* f2fs: support aligned pinned fileJaegeuk Kim2019-11-071-1/+3
* f2fs: cache global IPU bioChao Yu2019-10-251-0/+11
* f2fs: fix to update time in lazytime modeChao Yu2019-10-041-8/+15
* Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-211-10/+37
|\
| * f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu2019-09-161-3/+6
| * f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu2019-09-061-1/+2
| * f2fs: optimize case-insensitive lookupsChao Yu2019-09-061-1/+2
| * f2fs: support FS_IOC_{GET,SET}FSLABELChao Yu2019-08-231-0/+3
| * f2fs: use wrapped IS_SWAPFILE()Chao Yu2019-08-231-1/+1
| * f2fs: Support case-insensitive file name lookupsDaniel Rosenberg2019-08-231-4/+14
| * f2fs: include charset encoding information in the superblockDaniel Rosenberg2019-08-231-0/+6
| * f2fs: fix to avoid call kvfree under spinlockChao Yu2019-08-231-1/+4
* | f2fs: add fs-verity supportEric Biggers2019-08-121-3/+17
|/
* f2fs: support swap file w/ DIOJaegeuk Kim2019-07-031-2/+3
* f2fs: fix is_idle() check for discard typeSahitya Tummala2019-07-021-1/+1