summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-26Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+58
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+5
2024-11-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu1-1/+5
2024-11-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li1-3/+6
2024-11-03fdget(), more trivial conversionsAl Viro1-10/+5
2024-11-01f2fs: remove redundant atomic file check in defragmentZhiguo Niu1-1/+1
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu1-2/+2
2024-11-01f2fs: introduce device aliasing fileDaeho Jeong1-4/+41
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong1-1/+2
2024-10-14f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...Qi Han1-1/+1
2024-10-11f2fs: allow parallel DIO readsJaegeuk Kim1-1/+2
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-70/+129
2024-09-11f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu1-1/+12
2024-09-06f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu1-16/+16
2024-08-21f2fs: atomic: fix to forbid dio in atomic_fileChao Yu1-12/+24
2024-08-21f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil1-18/+21
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu1-2/+9
2024-08-21f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu1-0/+4
2024-08-21f2fs: fix to wait page writeback before setting gcing flagChao Yu1-0/+4
2024-08-21f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil1-9/+3
2024-08-21f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn1-0/+9
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu1-3/+3
2024-08-15f2fs: fix to use per-inode maxbytes and cleanupZhiguo Niu1-5/+2
2024-08-15Revert "f2fs: use flush command instead of FUA for zoned device"Wenjie Cheng1-2/+1
2024-08-15f2fs: get rid of buffer_head useChao Yu1-1/+0
2024-08-15f2fs: fix to avoid racing in between read and OPU dio writeChao Yu1-0/+4
2024-08-15f2fs: fix to wait dio completionChao Yu1-0/+13
2024-08-15f2fs: reduce expensive checkpoint trigger frequencyChao Yu1-0/+3
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-05f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich1-1/+1
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+96
2024-07-10f2fs: clean up F2FS_I()Chao Yu1-30/+34
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong1-0/+3
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-1/+1
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang1-3/+1
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu1-8/+16
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu1-1/+41
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-94/+162
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu1-3/+8
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu1-0/+10
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu1-1/+1
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyChao Yu1-7/+14
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu1-5/+6
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu1-7/+5
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu1-2/+3
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim1-1/+14
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong1-1/+2
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2024-04-12f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu1-3/+12