summaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-2616-250/+640
|\
| * f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu2024-11-232-7/+21
| * f2fs: add a sysfs node to limit max read extent count per-inodeChao Yu2024-11-233-1/+18
| * f2fs: fix to shrink read extent node in batchesChao Yu2024-11-211-28/+41
| * f2fs: print message if fscorrupted was found in f2fs_new_node_page()Chao Yu2024-11-211-1/+6
| * f2fs: clear SBI_POR_DOING before initing inmem cursegSheng Yong2024-11-211-3/+3
| * f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong2024-11-214-28/+28
| * f2fs: adjust unusable cap before checkpoint=disable modeDaeho Jeong2024-11-211-1/+1
| * f2fs: fix to requery extent which cross boundary of inquiryChao Yu2024-11-211-5/+15
| * f2fs: fix to adjust appropriate length for fiemapZhiguo Niu2024-11-211-3/+3
| * f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK}Chao Yu2024-11-211-39/+29
| * f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflowChao Yu2024-11-211-1/+1
| * f2fs: replace deprecated strcpy with strscpyDaniel Yang2024-11-211-2/+10
| * Revert "f2fs: remove unreachable lazytime mount option parsing"Jaegeuk Kim2024-11-211-0/+10
| * f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu2024-11-051-1/+5
| * f2fs: fix to map blocks correctly for direct writeChao Yu2024-11-051-1/+2
| * f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li2024-11-051-3/+6
| * f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang2024-11-051-21/+1
| * f2fs: remove redundant atomic file check in defragmentZhiguo Niu2024-11-011-1/+1
| * f2fs: fix to convert log type to segment data type correctlyChao Yu2024-11-011-8/+28
| * f2fs: clean up the unused variable additional_reserved_segmentsLongPing Wei2024-11-013-6/+2
| * f2fs: clean up opened code w/ {get,set}_nid()Chao Yu2024-11-011-7/+4
| * f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu2024-11-011-0/+2
| * f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu2024-11-014-16/+30
| * f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()Chao Yu2024-11-013-9/+9
| * f2fs: Fix not used variable 'index'Zeng Heng2024-11-011-2/+2
| * f2fs: fix typosAndrew Kreimer2024-11-011-2/+2
| * f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ...Qi Han2024-11-011-0/+18
| * f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang2024-11-011-1/+2
| * f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei2024-11-011-1/+1
| * f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu2024-11-014-12/+16
| * f2fs: introduce device aliasing fileDaeho Jeong2024-11-017-6/+119
| * f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong2024-11-013-2/+5
| * f2fs: multidevice: add stats in debugfsChao Yu2024-11-012-0/+121
| * f2fs: fix to do sanity check on node blkaddr in truncate_node()Chao Yu2024-11-011-0/+10
| * f2fs: fix to account dirty data in __get_secs_required()Chao Yu2024-10-161-10/+25
| * f2fs: fix null-ptr-deref in f2fs_submit_page_bio()Ye Bin2024-10-141-6/+6
| * f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.Qi Han2024-10-141-1/+3
| * f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han2024-10-141-1/+1
| * f2fs: Use struct_size() to improve f2fs_acl_clone()Thorsten Blum2024-10-141-3/+2
| * f2fs: introduce f2fs_get_section_mtimeliuderong2024-10-144-18/+38
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-10/+5
|\ \
| * | fdget(), more trivial conversionsAl Viro2024-11-031-10/+5
* | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-3/+6
|\ \ \ | |_|/ |/| |
| * | fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav2024-10-281-3/+6
* | | f2fs: allow parallel DIO readsJaegeuk Kim2024-10-111-1/+2
| |/ |/|
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-2520-460/+738
|\
| * f2fs: allow F2FS_IPU_NOCACHE for pinned fileJaegeuk Kim2024-09-231-1/+2
| * f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong2024-09-131-2/+1