summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * f2fs: add f2fs_ioc_get_compress_blocksSheng Yong2023-06-261-6/+17
| * f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-261-0/+1
| * f2fs: flag as supporting buffered async readsYangtao Li2023-06-121-1/+1
| * f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-06-121-1/+1
| * f2fs: do not allow to defragment files have FI_COMPRESS_RELEASEDYangtao Li2023-05-081-0/+6
| * f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-5/+0
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+0
|\ \
| * | filemap: update ki_pos in generic_perform_writeChristoph Hellwig2023-06-091-1/+0
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-2/+0
| |/
* / f2fs: Provide a splice-read wrapperDavid Howells2023-05-241-8/+35
|/
* f2fs: allocate trace path buffer from names_cacheWu Bo2023-04-201-2/+2
* f2fs: support iopoll methodWu Bo2023-04-131-0/+1
* f2fs: fix to check return value of f2fs_do_truncate_blocks()Chao Yu2023-04-131-1/+5
* f2fs: preserve direct write semantics when buffering is forcedHans Holmberg2023-03-291-8/+26
* f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...Yangtao Li2023-03-291-4/+10
* f2fs: handle dqget error in f2fs_transfer_project_quota()Yangtao Li2023-03-291-7/+8