summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (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-261-13/+58
|\
| * f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu2024-11-051-1/+5
| * f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li2024-11-051-3/+6
| * f2fs: remove redundant atomic file check in defragmentZhiguo Niu2024-11-011-1/+1
| * f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu2024-11-011-2/+2
| * f2fs: introduce device aliasing fileDaeho Jeong2024-11-011-4/+41
| * f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong2024-11-011-1/+2
| * f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han2024-10-141-1/+1
* | 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
* | f2fs: allow parallel DIO readsJaegeuk Kim2024-10-111-1/+2
|/
* Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-251-70/+129
|\
| * f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu2024-09-111-1/+12
| * f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu2024-09-071-16/+16
| * f2fs: atomic: fix to forbid dio in atomic_fileChao Yu2024-08-211-12/+24
| * f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil2024-08-211-18/+21
| * f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu2024-08-211-2/+9
| * f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu2024-08-211-0/+4
| * f2fs: fix to wait page writeback before setting gcing flagChao Yu2024-08-211-0/+4
| * f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil2024-08-211-9/+3
| * f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn2024-08-211-0/+9
| * f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu2024-08-211-3/+3
| * f2fs: fix to use per-inode maxbytes and cleanupZhiguo Niu2024-08-151-5/+2
| * Revert "f2fs: use flush command instead of FUA for zoned device"Wenjie Cheng2024-08-151-2/+1
| * f2fs: get rid of buffer_head useChao Yu2024-08-151-1/+0
| * f2fs: fix to avoid racing in between read and OPU dio writeChao Yu2024-08-151-0/+4
| * f2fs: fix to wait dio completionChao Yu2024-08-151-0/+13
| * f2fs: reduce expensive checkpoint trigger frequencyChao Yu2024-08-151-0/+3
| * f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich2024-08-051-1/+1
* | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
|/
* Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-241-39/+96
|\
| * f2fs: clean up F2FS_I()Chao Yu2024-07-111-30/+34
| * f2fs: use meta inode for GC of COW fileSunmin Jeong2024-07-111-0/+3
| * f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu2024-06-181-8/+16
| * f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu2024-06-121-1/+41
| * f2fs: fix to force buffered IO on inline_data inodeChao Yu2024-06-121-0/+2
* | vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik2024-06-271-1/+1
* | f2fs: Use in_group_or_capable() helperYouling Tang2024-06-251-3/+1
|/
* Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-201-94/+162
|\
| * f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu2024-05-101-3/+8
| * f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu2024-05-101-0/+10
| * f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu2024-05-101-1/+1
| * f2fs: compress: fix to update i_compr_blocks correctlyChao Yu2024-05-101-7/+14
| * f2fs: fix to limit gc_pin_file_thresholdChao Yu2024-05-091-5/+6
| * f2fs: remove unused GC_FAILURE_PINChao Yu2024-05-091-7/+5
| * f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu2024-04-291-2/+3
| * f2fs: assign the write hint per stream by defaultJaegeuk Kim2024-04-191-1/+14
| * f2fs: allow direct io of pinned files for zoned storageDaeho Jeong2024-04-141-1/+2
| * f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong2024-04-141-9/+16
| * f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu2024-04-121-3/+12