summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-11f2fs: fix to check atomic_file in f2fs ioctl interfacesChao Yu
2024-09-06f2fs: convert f2fs_vm_page_mkwrite() to use folioChao Yu
2024-08-21f2fs: atomic: fix to forbid dio in atomic_fileChao Yu
2024-08-21f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil
2024-08-21f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()Chao Yu
2024-08-21f2fs: atomic: fix to truncate pagecache before on-disk metadata truncationChao Yu
2024-08-21f2fs: fix to wait page writeback before setting gcing flagChao Yu
2024-08-21f2fs: Create COW inode from parent dentry for atomic writeYeongjin Gil
2024-08-21f2fs: Require FMODE_WRITE for atomic write ioctlsJann Horn
2024-08-21f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITSZhiguo Niu
2024-08-15f2fs: fix to use per-inode maxbytes and cleanupZhiguo Niu
2024-08-15Revert "f2fs: use flush command instead of FUA for zoned device"Wenjie Cheng
2024-08-15f2fs: get rid of buffer_head useChao Yu
2024-08-15f2fs: fix to avoid racing in between read and OPU dio writeChao Yu
2024-08-15f2fs: fix to wait dio completionChao Yu
2024-08-15f2fs: reduce expensive checkpoint trigger frequencyChao Yu
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-05f2fs: fix several potential integer overflows in file offsetsNikita Zhandarovich
2024-07-23Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-10f2fs: clean up F2FS_I()Chao Yu
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang
2024-06-18f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-05-20Merge tag 'f2fs-for-6.10.rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-10f2fs: compress: don't allow unaligned truncation on released compress inodeChao Yu
2024-05-10f2fs: compress: fix to cover {reserve,release}_compress_blocks() w/ cp_rwsem ...Chao Yu
2024-05-10f2fs: compress: fix typo in f2fs_reserve_compress_blocks()Chao Yu
2024-05-10f2fs: compress: fix to update i_compr_blocks correctlyChao Yu
2024-05-09f2fs: fix to limit gc_pin_file_thresholdChao Yu
2024-05-09f2fs: remove unused GC_FAILURE_PINChao Yu
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong
2024-04-12f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu
2024-04-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu
2024-04-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-02f2fs: fix to adjust appropirate defragment pg_endZhiguo Niu
2024-03-29f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu
2024-03-12f2fs: prevent atomic write on pinned fileDaeho Jeong
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu