aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-94/+162
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeGravatar Chao Yu 1-3/+8
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Gravatar Chao Yu 1-0/+10
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Gravatar Chao Yu 1-1/+1
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyGravatar Chao Yu 1-7/+14
2024-05-09f2fs: fix to limit gc_pin_file_thresholdGravatar Chao Yu 1-5/+6
2024-05-09f2fs: remove unused GC_FAILURE_PINGravatar Chao Yu 1-7/+5
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOGravatar Chao Yu 1-2/+3
2024-04-19f2fs: assign the write hint per stream by defaultGravatar Jaegeuk Kim 1-1/+14
2024-04-14f2fs: allow direct io of pinned files for zoned storageGravatar Daeho Jeong 1-1/+2
2024-04-14f2fs: prevent writing without fallocate() for pinned filesGravatar Daeho Jeong 1-9/+16
2024-04-12f2fs: add REQ_TIME time update for some user behaviorsGravatar Zhiguo Niu 1-3/+12
2024-04-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Gravatar Chao Yu 1-1/+2
2024-04-12f2fs: fix to relocate check condition in f2fs_fallocate()Gravatar Chao Yu 1-9/+11
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Gravatar Chao Yu 1-8/+4
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Gravatar Chao Yu 1-8/+4
2024-04-07fs: claw back a few FMODE_* bitsGravatar Christian Brauner 1-1/+2
2024-04-02f2fs: fix to adjust appropirate defragment pg_endGravatar Zhiguo Niu 1-5/+7
2024-03-29f2fs: fix to wait on page writeback in __clone_blkaddrs()Gravatar Chao Yu 1-0/+3
2024-03-26f2fs: support .shutdown in f2fs_sopsGravatar Chao Yu 1-27/+43
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultGravatar Chao Yu 1-1/+2
2024-03-12f2fs: prevent atomic write on pinned fileGravatar Daeho Jeong 1-1/+2
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrGravatar Zhiguo Niu 1-13/+3
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceGravatar Xiuhong Wang 1-8/+7
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksGravatar Xiuhong Wang 1-4/+3
2024-03-04f2fs: fix to check return value in f2fs_insert_range()Gravatar Chao Yu 1-1/+3
2024-02-29f2fs: compress: fix to check compress flag w/ .i_sem lockGravatar Chao Yu 1-4/+8
2024-02-29f2fs: fix to handle segment allocation failure correctlyGravatar Chao Yu 1-1/+6
2024-02-27f2fs: support file pinning for zoned devicesGravatar Daeho Jeong 1-6/+18
2024-02-27f2fs: support SEEK_DATA and SEEK_HOLE for compression filesGravatar Daeho Jeong 1-3/+18
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECGravatar Jaegeuk Kim 1-9/+7
2024-02-20f2fs: deprecate io_bitsGravatar Jaegeuk Kim 1-2/+0
2024-02-05f2fs: introduce FAULT_BLKADDR_CONSISTENCEGravatar Chao Yu 1-2/+6
2024-02-05f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeGravatar Chao Yu 1-12/+14
2024-02-05f2fs: compress: fix to check unreleased compressed clusterGravatar Sheng Yong 1-1/+12
2024-01-11Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-33/+33
2023-12-11f2fs: don't set FI_PREALLOCATED_ALL for partial writeGravatar Chao Yu 1-1/+2
2023-12-11f2fs: fix to update iostat correctly in f2fs_filemap_fault()Gravatar Chao Yu 1-1/+1
2023-12-11f2fs: fix to check compress file in f2fs_move_file_range()Gravatar Chao Yu 1-0/+5
2023-12-11f2fs: fix to tag gcing flag on page during block migrationGravatar Chao Yu 1-0/+2
2023-12-11f2fs: add tracepoint for f2fs_vm_page_mkwrite()Gravatar Chao Yu 1-10/+15
2023-12-11f2fs: update blkaddr in __set_data_blkaddr() for cleanupGravatar Chao Yu 1-8/+4
2023-12-11f2fs: introduce get_dnode_addr() to clean up codesGravatar Chao Yu 1-7/+1
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENGravatar Chao Yu 1-3/+0
2023-11-18bdev: rename freeze and thaw helpersGravatar Christian Brauner 1-2/+2
2023-11-17f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()Gravatar zhangxirui 1-3/+3
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+15
2023-10-18f2fs: convert to new timestamp accessorsGravatar Jeff Layton 1-7/+7
2023-10-11f2fs: let f2fs_precache_extents() traverses in file rangeGravatar Chao Yu 1-1/+1
2023-10-09f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Gravatar Chao Yu 1-0/+1