aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
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
2023-09-14f2fs: set the default compress_level on ioctlJaegeuk Kim1-0/+9
2023-09-12f2fs: compress: fix to avoid fragment w/ OPU during f2fs_ioc_compress_file()Chao Yu1-0/+5
2023-09-12f2fs: fix to drop meta_inode's page cache in f2fs_put_super()Chao Yu1-1/+1
2023-09-12f2fs: split initial and dynamic conditions for extent_cacheJaegeuk Kim1-32/+21
2023-09-12f2fs: compress: fix to avoid redundant compress extensionChao Yu1-0/+33
2023-09-12f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2-30/+35
2023-09-12f2fs: compress: fix to avoid use-after-free on dicChao Yu1-1/+3
2023-09-12f2fs: compress: fix deadloop in f2fs_write_cache_pages()Chao Yu1-2/+18
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-168/+261
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-7/+8
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong1-6/+13
2023-08-23f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu1-1/+1
2023-08-23f2fs: fix error path of f2fs_submit_page_read()Chao Yu1-0/+3
2023-08-23f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu1-19/+4
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-3/+5
2023-08-21f2fs: avoid false alarm of circular lockingJaegeuk Kim2-10/+17
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu1-1/+1
2023-08-14f2fs: should update REQ_TIME for direct writeZhiguo Niu1-0/+1
2023-08-14f2fs: fix to account cp stats correctlyChao Yu8-17/+50
2023-08-14f2fs: fix to account gc stats correctlyChao Yu7-35/+54
2023-08-14f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu1-1/+1
2023-08-14f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu1-2/+2
2023-08-14Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu1-6/+6
2023-08-14f2fs: increase usage of folio_next_index() helperMinjie Du1-2/+1
2023-08-14f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2-11/+44
2023-08-14f2fs: compress: don't {,de}compress non-full clusterChao Yu1-12/+8
2023-08-14f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu1-0/+12
2023-08-14f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig1-12/+8
2023-08-14f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2-6/+20
2023-08-14f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim1-6/+2
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim1-0/+2
2023-08-14f2fs: don't handle error case of f2fs_compress_alloc_page()Chao Yu1-13/+1
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim1-11/+12
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-4/+3
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-1/+1
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2-2/+2
2023-07-24f2fs: convert to ctime accessor functionsJeff Layton9-31/+33
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-3/+5
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-404/+1031
2023-06-30f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu3-8/+12
2023-06-30f2fs: only set release for file that has compressed dataSheng Yong1-3/+5
2023-06-30f2fs: fix compile warning in f2fs_destroy_node_manager()Chao Yu2-8/+9
2023-06-30f2fs: fix error path handling in truncate_dnode()Chao Yu1-1/+3
2023-06-30f2fs: fix deadlock in i_xattr_sem and inode page lockJaegeuk Kim2-3/+12
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-5/+7
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-8/+35
2023-06-26f2fs: remove unneeded page uptodate check/setYunlei He1-2/+0
2023-06-26f2fs: update mtime and ctime in move file range methodYunlei He1-0/+11