summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+2
* f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu2024-03-141-1/+2
* f2fs: prevent atomic write on pinned fileDaeho Jeong2024-03-121-1/+2
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-121-13/+3
* f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang2024-03-121-8/+7
* f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang2024-03-121-4/+3
* f2fs: fix to check return value in f2fs_insert_range()Chao Yu2024-03-041-1/+3
* f2fs: compress: fix to check compress flag w/ .i_sem lockChao Yu2024-02-291-4/+8
* f2fs: fix to handle segment allocation failure correctlyChao Yu2024-02-291-1/+6
* f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-271-6/+18
* f2fs: support SEEK_DATA and SEEK_HOLE for compression filesDaeho Jeong2024-02-271-3/+18
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-9/+7
* f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-2/+0
* f2fs: introduce FAULT_BLKADDR_CONSISTENCEChao Yu2024-02-051-2/+6
* f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu2024-02-051-12/+14
* f2fs: compress: fix to check unreleased compressed clusterSheng Yong2024-02-051-1/+12
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-111-33/+33
|\
| * f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu2023-12-111-1/+2
| * f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2023-12-111-1/+1
| * f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2023-12-111-0/+5
| * f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-111-0/+2
| * f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-111-10/+15
| * f2fs: update blkaddr in __set_data_blkaddr() for cleanupChao Yu2023-12-111-8/+4
| * f2fs: introduce get_dnode_addr() to clean up codesChao Yu2023-12-111-7/+1
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-3/+0
| * f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block()zhangxirui2023-11-171-3/+3
* | bdev: rename freeze and thaw helpersChristian Brauner2023-11-181-2/+2
|/
* Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-041-2/+15
|\
| * f2fs: let f2fs_precache_extents() traverses in file rangeChao Yu2023-10-111-1/+1
| * f2fs: fix to initialize map.m_pblk in f2fs_precache_extents()Chao Yu2023-10-091-0/+1
| * f2fs: stop iterating f2fs_map_block if hole existsJaegeuk Kim2023-10-031-1/+1
| * f2fs: preload extent_cache for POSIX_FADV_WILLNEEDJaegeuk Kim2023-09-261-0/+3
| * f2fs: set the default compress_level on ioctlJaegeuk Kim2023-09-141-0/+9
* | f2fs: convert to new timestamp accessorsJeff Layton2023-10-181-7/+7
|/
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-17/+43
|\
| * f2fs: should update REQ_TIME for direct writeZhiguo Niu2023-08-141-0/+1
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-0/+4
| * f2fs: compress: don't {,de}compress non-full clusterChao Yu2023-08-141-12/+8
| * f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu2023-08-141-0/+12
| * f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-08-141-5/+18
* | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-1/+1
|\ \
| * | fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
| |/
* | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* | f2fs: convert to ctime accessor functionsJeff Layton2023-07-241-10/+10
|/
* Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-051-29/+48
|\
| * f2fs: fix to do sanity check on direct node in truncate_dnode()Chao Yu2023-06-301-5/+0
| * f2fs: only set release for file that has compressed dataSheng Yong2023-06-301-3/+5
| * f2fs: remove unneeded page uptodate check/setYunlei He2023-06-261-2/+0
| * f2fs: update mtime and ctime in move file range methodYunlei He2023-06-261-0/+11
| * f2fs: convert to use sbi directlyYangtao Li2023-06-261-6/+6