summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Convert to using invalidate_lockJan Kara2021-07-134-38/+34
* f2fs: drop dirty node pages when cp is in error statusJaegeuk Kim2021-07-061-7/+4
* f2fs: initialize page->private when using for our internal useJaegeuk Kim2021-07-052-1/+6
* f2fs: compress: add nocompress extensions supportFengnan Chang2021-07-013-6/+95
* f2fs: remove false alarm on iget failure during GCJaegeuk Kim2021-06-281-3/+1
* f2fs: enable extent cache for compression files in read-onlyDaeho Jeong2021-06-281-19/+20
* f2fs: introduce f2fs_casefolded_name slab cacheChao Yu2021-06-233-7/+40
* f2fs: swap: support migrating swapfile in aligned write modeChao Yu2021-06-234-14/+101
* f2fs: swap: remove dead codesChao Yu2021-06-231-167/+1
* f2fs: compress: add compress_inode to cache compressed blocksChao Yu2021-06-2310-14/+357
* f2fs: clean up /sys/fs/f2fs/<disk>/featuresJaegeuk Kim2021-06-232-64/+134
* f2fs: add pin_file in feature listJaegeuk Kim2021-06-231-0/+2
* f2fs: Advertise encrypted casefolding in sysfsDaniel Rosenberg2021-06-231-0/+8
* f2fs: Show casefolding support only when supportedDaniel Rosenberg2021-06-231-0/+4
* f2fs: support RO featureJaegeuk Kim2021-06-234-6/+46
* f2fs: logging neateningJoe Perches2021-06-235-21/+17
* f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim2021-06-233-7/+20
* f2fs: compress: remove unneeded preallocationChao Yu2021-06-232-28/+3
* f2fs: atgc: export entries for better tunability via sysfsChao Yu2021-05-261-0/+27
* f2fs: compress: fix to disallow temp extensionChao Yu2021-05-261-4/+12
* f2fs: let's allow compression for mmap filesJaegeuk Kim2021-05-261-2/+0
* f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfsChao Yu2021-05-261-0/+1
* f2fs: return success if there is no work to doTom Rix2021-05-261-1/+1
* f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu2021-05-141-20/+13
* f2fs: compress: remove unneeded f2fs_put_dnode()Chao Yu2021-05-141-1/+0
* f2fs: atgc: fix to set default age thresholdChao Yu2021-05-141-0/+1
* f2fs: Prevent swap file in LFS modeShin'ichiro Kawasaki2021-05-141-0/+6
* f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instancesChao Yu2021-05-143-10/+23
* f2fs: restructure f2fs page.private layoutChao Yu2021-05-1411-109/+146
* f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu2021-05-141-0/+6
* f2fs: compress: rename __cluster_may_compressChao Yu2021-05-141-4/+4
* f2fs: return EINVAL for hole cases in swap fileJaegeuk Kim2021-05-121-2/+2
* f2fs: avoid swapon failure by giving a warning firstJaegeuk Kim2021-05-111-6/+23
* f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu2021-05-113-12/+13
* f2fs: compress: fix race condition of overwrite vs truncateChao Yu2021-05-111-23/+12
* f2fs: compress: fix to free compress page correctlyChao Yu2021-05-111-1/+2
* f2fs: support iflag change given the maskJaegeuk Kim2021-05-111-1/+2
* f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim2021-05-111-2/+2
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-0424-219/+615
|\
| * f2fs: drop inplace IO if fs status is abnormalChao Yu2021-04-261-1/+16
| * f2fs: compress: remove unneed check conditionChao Yu2021-04-261-7/+1
| * f2fs: clean up left deprecated IO trace codesChao Yu2021-04-242-14/+0
| * f2fs: avoid using native allocate_segment_by_default()Chao Yu2021-04-213-10/+12
| * f2fs: remove unnecessary struct declarationWan Jiabing2021-04-191-1/+0
| * f2fs: fix to avoid NULL pointer dereferenceYi Chen2021-04-131-1/+4
| * f2fs: avoid duplicated codes for cleanupChao Yu2021-04-131-22/+10
| * f2fs: clean up build warningsYi Zhuang2021-04-1014-11/+44
| * f2fs: fix the periodic wakeups of discard threadSahitya Tummala2021-04-061-7/+14
| * f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu2021-04-061-3/+3
| * f2fs: fix to avoid GC/mmap race with f2fs_truncate()Chao Yu2021-04-061-1/+6