aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-349/+630
4 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
8 daysf2fs: initialize last_block_in_bio variableWu Bo1-10/+13
8 daysf2fs: Add inline to f2fs_build_fault_attr() stubNathan Chancellor1-2/+2
10 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+2
13 daysf2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
13 daysf2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong1-2/+4
13 daysf2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
13 daysf2fs: fix to release node block count in error path of f2fs_new_node_page()Chao Yu1-1/+1
13 daysf2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
13 daysf2fs: compress: fix error path of inc_valid_block_count()Chao Yu1-7/+8
13 daysf2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu1-1/+1
13 daysf2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-05-09f2fs: check validation of fault attrs in f2fs_build_fault_attr()Chao Yu3-15/+38
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu4-7/+16
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu4-22/+13
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2-33/+26
2024-05-09f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-05-05f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)1-2/+3
2024-04-29f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu1-2/+3
2024-04-29f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu4-6/+15
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao1-3/+2
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-25f2fs: fix false alarm on invalid block addressJaegeuk Kim1-4/+5
2024-04-25f2fs: clear writeback when compression failedJaegeuk Kim1-2/+38
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu1-6/+0
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu1-1/+1
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu3-9/+9
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu3-25/+24
2024-04-19f2fs: convert f2fs_read_single_page() to use folioChao Yu1-13/+14
2024-04-19f2fs: convert f2fs_mpage_readpages() to use folioChao Yu1-40/+40
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim4-7/+89
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong1-1/+2
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim8-13/+13
2024-04-12f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu1-3/+12
2024-04-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-0/+2
2024-04-12f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-04-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-04-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi2-0/+28
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+2
2024-04-02f2fs: fix to adjust appropirate defragment pg_endZhiguo Niu1-5/+7
2024-03-29f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-29f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-03-29f2fs: support to map continuous holes or preallocated addressChao Yu1-6/+23
2024-03-29f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-26f2fs: introduce map_is_mergeable() for cleanupChao Yu1-6/+17
2024-03-26f2fs: fix to detect inconsistent nat entry during truncationChao Yu1-1/+11
2024-03-26f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inodeYeongjin Gil1-2/+5
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu3-27/+51
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-824/+999
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2024-03-12f2fs: prevent atomic write on pinned fileDaeho Jeong1-1/+2
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu4-27/+45
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu7-62/+29
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu3-6/+32
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-3/+12
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-7/+7
2024-03-11Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+1
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2-1/+1
2024-03-06f2fs: add a proc entry show disk layoutJaegeuk Kim1-0/+46
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu8-41/+41
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu2-5/+11
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu3-4/+7
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu1-4/+15
2024-03-04f2fs: clean up new_curseg()Chao Yu1-9/+14
2024-03-04f2fs: relocate f2fs_precache_extents() in f2fs_swap_activate()Chao Yu1-2/+2
2024-03-04f2fs: fix blkofs_end correctly in f2fs_migrate_blocks()Chao Yu1-2/+3
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu1-0/+6
2024-03-04f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu3-12/+24
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Chao Yu1-1/+3
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu1-2/+2
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim1-0/+3
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim2-7/+24
2024-02-29f2fs: fix write pointers all the timeJaegeuk Kim2-12/+14
2024-02-29f2fs: check number of blocks in a current sectionJaegeuk Kim1-9/+8
2024-02-29f2fs: prevent an f2fs_gc loop during disable_checkpointJaegeuk Kim1-0/+1
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu3-0/+7
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu1-4/+8
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu5-12/+57
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu1-1/+11
2024-02-29f2fs: delete f2fs_get_new_segment() declarationChao Yu1-2/+0
2024-02-27f2fs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-27f2fs: introduce get_available_block_count() for cleanupChao Yu1-22/+27
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong6-38/+154
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim4-68/+10
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong1-3/+18
2024-02-27f2fs: compress: fix to check zstd compress level correctly in mount optionChao Yu1-2/+8
2024-02-27f2fs: Use folio in f2fs_read_merkle_tree_pageHuangXiaojia1-7/+9
2024-02-27f2fs: fix to create selinux label during whiteout initializationChao Yu3-11/+22
2024-02-27f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong1-21/+28
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim12-136/+135
2024-02-25f2fs: port block device access to filesChristian Brauner2-7/+7
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim6-197/+10
2024-02-12block: remove gfp_flags from blkdev_zone_mgmtJohannes Thumshirn1-2/+2
2024-02-12f2fs: guard blkdev_zone_mgmt with nofs scopeJohannes Thumshirn1-3/+12
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara2-2/+2
2024-02-06fs: Move enum rw_hint into a new header fileBart Van Assche1-0/+1
2024-02-05f2fs: fix to avoid potential panic during recoveryChao Yu2-17/+21
2024-02-05f2fs: use IS_INODE replace IS_DNODE in f2fs_flush_inline_dataZhiguo Niu1-1/+1
2024-02-05f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu1-4/+0
2024-02-05f2fs: compress: fix to cover f2fs_disable_compressed_file() w/ i_semChao Yu1-2/+11
2024-02-05f2fs: use f2fs_err_ratelimited() to avoid redundant logsChao Yu1-3/+6
2024-02-05f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu4-28/+38
2024-02-05f2fs: fix NULL pointer dereference in f2fs_submit_page_write()Wenjie Qi1-4/+4
2024-02-05f2fs: zone: fix to wait completion of last bio in zone correctlyChao Yu1-2/+1
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu4-25/+44
2024-02-05f2fs: fix to remove unnecessary f2fs_bug_on() to avoid panicChao Yu1-3/+1
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu4-16/+24
2024-02-05f2fs: compress: fix to check unreleased compressed clusterSheng Yong1-1/+12
2024-02-05f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2-10/+20
2024-02-05f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu3-10/+15
2024-02-05f2fs: check free sections before disable checkpointWu Bo1-0/+2
2024-02-05f2fs: remove unnecessary f2fs_put_page in f2fs_renameJaegeuk Kim1-7/+4
2024-01-23Merge tag 'exportfs-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-11/+0
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-11/+0
2024-01-12f2fs: fix double free of f2fs_sb_infoEric Biggers1-0/+1
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-254/+260
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-7/+8
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2-11/+8
2024-01-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-5/+8
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-12-27f2fs: move release of block devices to after kill_block_super()Eric Biggers1-5/+8
2023-12-26f2fs: show more discard status by sysfsZhiguo Niu1-0/+34
2023-12-26f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang1-0/+3
2023-12-26f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang1-0/+7
2023-12-26f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2-8/+5
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig2-11/+8
2023-12-15f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2-7/+10
2023-12-11f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu1-1/+2
2023-12-11f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu1-1/+1
2023-12-11f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu1-0/+5
2023-12-11f2fs: fix to wait on block writeback for post_read caseChao Yu1-3/+4
2023-12-11f2fs: fix to tag gcing flag on page during block migrationChao Yu2-1/+5
2023-12-11f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu1-10/+15
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu4-18/+16
2023-12-11f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu3-16/+11
2023-12-11f2fs: introduce get_dnode_addr() to clean up codesChao Yu4-37/+32
2023-12-11f2fs: delete obsolete FI_DROP_CACHEChao Yu2-9/+0
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu6-40/+0
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2-2/+2
2023-12-08f2fs: Restrict max filesize for 16K f2fsDaniel Rosenberg1-0/+8
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim1-58/+17
2023-12-04f2fs: check write pointers when checkpoint=disableJaegeuk Kim1-2/+1
2023-12-04f2fs: fix write pointers on zoned device after roll forwardJaegeuk Kim1-0/+2
2023-12-04f2fs: allocate new section if it's not newJaegeuk Kim1-16/+17
2023-12-01f2fs: allow checkpoint=disable for zoned block deviceJaegeuk Kim1-5/+0
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu3-1/+21
2023-11-28f2fs: introduce tracepoint for f2fs_rename()Chao Yu1-5/+11
2023-11-28f2fs: fix to avoid dirent corruptionChao Yu1-1/+1
2023-11-25f2fs: Avoid reading renamed directory if parent does not changeJan Kara1-7/+8
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim1-1/+2
2023-11-18bdev: rename freeze and thaw helpersChristian Brauner1-2/+2
2023-11-17f2fs: fix to check return value of f2fs_reserve_new_block()Chao Yu1-6/+17
2023-11-17f2fs: use shared inode lock during f2fs_fiemap()Chao Yu1-2/+2
2023-11-17f2fs: clean up w/ dotdot_nameChao Yu1-3/+2
2023-11-17f2fs: explicitly null-terminate the xattr listEric Biggers1-0/+6
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui1-3/+3
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-150/+254
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+23
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-9/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds8-34/+36
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2-3/+3
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28f2fs: Convert to bdev_open_by_dev/path()Jan Kara2-6/+8
2023-10-22f2fs: finish previous checkpoints before returning from remountDaeho Jeong1-27/+32
2023-10-19f2fs: fix error handling of __get_node_pageZhiguo Niu1-1/+2
2023-10-19f2fs: do not return EFSCORRUPTED, but try to run online repairJaegeuk Kim2-8/+16
2023-10-18f2fs: convert to new timestamp accessorsJeff Layton8-34/+36
2023-10-16f2fs: fix error path of __f2fs_build_free_nidsZhiguo Niu1-2/+9
2023-10-16f2fs: Clean up errors in segment.hKaiLong Wang1-2/+2
2023-10-16f2fs: clean up zones when not successfully unmountedDaeho Jeong1-36/+56
2023-10-11f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu1-1/+1
2023-10-09f2fs: avoid format-overflow warningSu Hui1-1/+1
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu1-0/+1
2023-10-09f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map to .rodataWedson Almeida Filho2-3/+3
2023-10-04f2fs: Support Block Size == Page SizeDaniel Rosenberg4-5/+5
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng1-8/+23
2023-10-03f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim1-1/+1
2023-09-26f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim1-0/+3
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers1-0/+1
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers1-8/+1
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-0/+1
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers1-1/+1