summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2fs: add a rw_sem to cover quota flag changesJaegeuk Kim2019-07-021-0/+1
* f2fs: use generic EFSBADCRC/EFSCORRUPTEDChao Yu2019-07-021-0/+3
* f2fs: Use DIV_ROUND_UP() instead of open-codingGeert Uytterhoeven2019-07-021-2/+2
* f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()Joe Perches2019-07-021-15/+23
* f2fs: ioctl for removing a range from F2FSQiuyang Sun2019-07-021-0/+6
* f2fs: only set project inherit bit for directoryWang Shilong2019-06-211-1/+1
* f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2019-06-211-38/+4
* f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg2019-06-031-1/+5
* f2fs: Fix accounting for unusable blocksDaniel Rosenberg2019-06-031-5/+10
* f2fs: fix to avoid deadloop if data_flush is onChao Yu2019-05-231-0/+1
* f2fs: always assume that the device is idle under gc_urgentPark Ju Hyung2019-05-231-0/+3
* f2fs: add bio cache for IPUChao Yu2019-05-231-0/+3
* Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-141-33/+94
|\
| * f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-081-10/+8
| * f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-081-0/+14
| * f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2019-05-081-1/+5
| * f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-081-1/+8
| * f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-081-3/+2
| * f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-081-3/+11
| * f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-081-2/+10
| * f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-05-081-1/+3
| * f2fs: add comment for conditional compilation statementChao Yu2019-04-051-1/+1
| * f2fs: improve discard handling with multi-device volumesDamien Le Moal2019-04-051-1/+15
| * f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-051-9/+5
| * f2fs: Fix use of number of devicesDamien Le Moal2019-04-051-1/+12