summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* 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-301-0/+13
| * f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu2022-07-301-1/+0
| * f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-07-301-1/+5
| * f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-07-301-8/+1
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-306-3/+88
| * f2fs: don't bother wait_ms by foreground gcqixiaoyu12022-07-301-2/+5
| * f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-303-7/+11
| * f2fs: allow compression of files without blocksChao Liu2022-07-301-1/+1
| * f2fs: fix to check inline_data during compressed inode conversionChao Yu2022-07-301-1/+1
| * f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2022-07-302-11/+1
| * f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu2022-07-301-2/+5
| * f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2022-07-301-0/+10
| * f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-305-14/+13
| * f2fs: enforce single zone capacityJaegeuk Kim2022-07-304-35/+22
| * f2fs: remove redundant code for gc conditionduguowei2022-07-301-11/+10
| * f2fs: introduce memory modeDaeho Jeong2022-07-302-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-051-1/+1
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-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
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-024-10/+11
|\ \
| * | fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-144-10/+11
| |/
* | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-012-19/+13
|\ \ | |/ |/|
| * attr: port attribute changes to new typesChristian Brauner2022-06-262-12/+12
| * quota: port quota helpers mount idsChristian Brauner2022-06-262-3/+3
| * fs: port to iattr ownership update helpersChristian Brauner2022-06-261-12/+6
* | f2fs: do not count ENOENT for error caseJaegeuk Kim2022-06-211-1/+3
* | f2fs: fix iostat related lock protectionDaeho Jeong2022-06-191-13/+18
* | f2fs: attach inline_data after setting compressionJaegeuk Kim2022-06-191-6/+11
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-3117-791/+817
|\
| * f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-05-271-0/+1
| * f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-273-18/+18
| * f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-253-24/+32
| * f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu2022-05-241-5/+0
| * f2fs: allow compression for mmap files in compress_mode=userSungjong Seo2022-05-241-10/+0