aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-9/+39
|\
| * f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu2022-10-071-3/+8
| * f2fs: account swapfile inodesChao Yu2022-10-071-1/+8
| * f2fs: allow direct read for zoned deviceJaegeuk Kim2022-10-051-1/+6
| * f2fs: support recording errors into superblockChao Yu2022-10-041-0/+5
| * f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-1/+3
| * f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu2022-10-041-1/+3
| * f2fs: fix to do sanity check on destination blkaddr during recoveryChao Yu2022-10-041-0/+4
| * f2fs: fix typoYonggil Song2022-10-041-1/+1
| * f2fs: return the tmp_ptr directly in __bitmap_ptrZhang Qilong2022-10-041-1/+1
| * f2fs: flush pending checkpoints when freezing superJaegeuk Kim2022-09-121-0/+1
| * f2fs: remove gc_urgent_high_limited for cleanupChao Yu2022-08-291-1/+0
| * f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-0/+5
* | f2fs: move f2fs_force_buffered_io() into file.cEric Biggers2022-09-111-40/+0
* | fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGNEric Biggers2022-09-111-1/+1
|/
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-29/+73
|\
| * f2fs: use onstack pages instead of pvecFengnan Chang2022-08-051-1/+3
| * f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang2022-08-051-2/+2
| * f2fs: handle decompress only post processing in softirqDaeho Jeong2022-08-051-7/+10
| * f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2022-08-051-1/+6
| * 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-051-0/+6
| * f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu2022-07-301-1/+0
| * f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-301-0/+30
| * f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-301-0/+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-301-10/+0
| * f2fs: enforce single zone capacityJaegeuk Kim2022-07-301-1/+1
| * f2fs: introduce memory modeDaeho Jeong2022-07-301-0/+13
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-4/+0
|\ \
| * | f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-4/+0
| |/
* / fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-3/+3
|/
* Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-311-70/+63
|\
| * f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-271-1/+1
| * f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-251-0/+1
| * f2fs: fix typo in commentJulia Lawall2022-05-231-1/+1
| * f2fs: make f2fs_read_inline_data() more readableChao Liu2022-05-191-0/+4
| * f2fs: fix to do sanity check for inline inodeChao Yu2022-05-181-0/+1
| * f2fs: don't use casefolded comparison for "." and ".."Eric Biggers2022-05-171-5/+5
| * f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-0/+1
| * f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-2/+9
| * f2fs: kill volatile write supportJaegeuk Kim2022-05-121-25/+2
| * f2fs: change the current atomic write wayDaeho Jeong2022-05-121-26/+7
| * f2fs: fix to do sanity check on total_data_blocksChao Yu2022-05-061-2/+2
| * f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu2022-05-061-4/+10
| * f2fs: avoid infinite loop to flush node pagesJaegeuk Kim2022-05-061-4/+19
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-2/+9
|\ \
| * | f2fs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| * | f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIsMatthew Wilcox (Oracle)2022-05-081-1/+8
| |/