summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add static init_idisk_time function to reduce the codeZhang Qilong2022-10-041-9/+12
* f2fs: fix typoYonggil Song2022-10-041-1/+1
* f2fs: fix wrong dirty page count when race between mmap and fallocate.Shuqi Zhang2022-10-043-6/+3
* f2fs: use COMPRESS_MAPPING to get compress cache mappingZhang Qilong2022-10-041-1/+1
* f2fs: return the tmp_ptr directly in __bitmap_ptrZhang Qilong2022-10-041-1/+1
* f2fs: simplify code in f2fs_prepare_decomp_memZhang Qilong2022-09-131-6/+2
* f2fs: replace logical value "true" with a int numberZhang Qilong2022-09-131-1/+1
* f2fs: increase the limit for reserve_rootJaegeuk Kim2022-09-131-2/+2
* f2fs: complete checkpoints during remountJaegeuk Kim2022-09-131-0/+6
* f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-09-133-9/+21
* f2fs: remove gc_urgent_high_limited for cleanupChao Yu2022-08-303-6/+4
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-309-47/+90
* f2fs: use memcpy_{to,from}_page() where possibleEric Biggers2022-08-303-28/+8
* f2fs: fix wrong continue condition in GCJaegeuk Kim2022-08-301-8/+4
* f2fs: LFS mode does not support ATGCJaegeuk Kim2022-08-301-0/+5
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-0813-253/+526
|\
| * f2fs: use onstack pages instead of pvecFengnan Chang2022-08-053-14/+14
| * f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang2022-08-053-11/+22
| * f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-054-23/+19
| * f2fs: handle decompress only post processing in softirqDaeho Jeong2022-08-053-93/+179
| * f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim2022-08-051-0/+10
| * f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2022-08-052-3/+8
| * f2fs: remove device type check for direct IOEunhee Rho2022-08-051-6/+1
| * f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin2022-08-053-3/+9
| * f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong2022-08-051-2/+28
| * f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu2022-07-311-0/+13
| * f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu2022-07-311-1/+0
| * f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-07-311-1/+5
| * f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-07-311-8/+1
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-316-3/+88
| * f2fs: don't bother wait_ms by foreground gcqixiaoyu12022-07-311-2/+5
| * f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-313-7/+11
| * f2fs: allow compression of files without blocksChao Liu2022-07-311-1/+1
| * f2fs: fix to check inline_data during compressed inode conversionChao Yu2022-07-311-1/+1
| * f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2022-07-312-11/+1
| * f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu2022-07-311-2/+5
| * f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2022-07-311-0/+10
| * f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-315-14/+13
| * f2fs: enforce single zone capacityJaegeuk Kim2022-07-314-35/+22
| * f2fs: remove redundant code for gc conditionduguowei2022-07-311-11/+10
| * f2fs: introduce memory modeDaeho Jeong2022-07-312-0/+37
| * f2fs: initialize page_array_entry slab only if compression feature is onChao Yu2022-06-281-0/+3
| * f2fs: optimize error handling in redirty_blocksJack Qiu2022-06-281-4/+4
| * f2fs: do not skip updating inode when retrying to flush node pageJaegeuk Kim2022-06-281-6/+2
| * f2fs: use the updated test_dummy_encryption helper functionsEric Biggers2022-06-251-8/+21
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+1
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-035-69/+18
|\ \
| * | f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-024-49/+3
| * | f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-20/+15
| |/