summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * f2fs: fix to limit gc_pin_file_thresholdChao Yu2024-05-094-7/+16
| * f2fs: remove unused GC_FAILURE_PINChao Yu2024-05-094-22/+13
| * f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2024-05-092-33/+26
| * f2fs: fix block migration when section is not aligned to pow2Wu Bo2024-05-091-9/+8
| * f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu2024-04-291-2/+3
| * f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu2024-04-291-0/+6
| * f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu2024-04-294-6/+15
| * f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao2024-04-291-3/+2
| * f2fs: use helper to print zone conditionWu Bo2024-04-251-14/+3
| * f2fs: fix false alarm on invalid block addressJaegeuk Kim2024-04-251-4/+5
| * f2fs: clear writeback when compression failedJaegeuk Kim2024-04-251-2/+38
| * f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu2024-04-191-6/+0
| * f2fs: fix comment in sanity_check_raw_super()Chao Yu2024-04-191-1/+1
| * f2fs: convert f2fs__page tracepoint class to use folioChao Yu2024-04-193-9/+9
| * f2fs: convert f2fs_read_inline_data() to use folioChao Yu2024-04-193-25/+24
| * f2fs: convert f2fs_read_single_page() to use folioChao Yu2024-04-191-13/+14
| * f2fs: convert f2fs_mpage_readpages() to use folioChao Yu2024-04-191-40/+40
| * f2fs: assign the write hint per stream by defaultJaegeuk Kim2024-04-194-7/+89
| * 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: use folio_test_writebackJaegeuk Kim2024-04-128-13/+13
| * f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu2024-04-121-3/+12
| * f2fs: write missing last sum blk of file pinning sectionDaeho Jeong2024-04-121-0/+2
| * f2fs: don't set RO when shutting down f2fsJaegeuk Kim2024-04-121-2/+8
| * f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu2024-04-121-1/+2
| * f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu2024-04-121-9/+11
| * f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu2024-04-121-8/+4
| * f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu2024-04-121-8/+4
| * f2fs: fix zoned block device information initializationWenjie Qi2024-04-092-0/+28
| * f2fs: fix to adjust appropirate defragment pg_endZhiguo Niu2024-04-021-5/+7
| * f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He2024-03-291-2/+0
| * f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu2024-03-291-0/+3
| * f2fs: support to map continuous holes or preallocated addressChao Yu2024-03-291-6/+23
| * f2fs: multidev: fix to recognize valid zero block addressChao Yu2024-03-291-1/+1
| * f2fs: introduce map_is_mergeable() for cleanupChao Yu2024-03-261-6/+17
| * f2fs: fix to detect inconsistent nat entry during truncationChao Yu2024-03-261-1/+11
| * f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inodeYeongjin Gil2024-03-261-2/+5
| * f2fs: support .shutdown in f2fs_sopsChao Yu2024-03-263-27/+51
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+3
|\ \
| * | f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)2024-05-051-2/+3
* | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-1/+2
|\ \ \ | |/ / |/| |
| * | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+2
| |/
* / fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
|/
* Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-1819-824/+999
|\
| * f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu2024-03-141-1/+2
| * f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong2024-03-141-1/+3
| * f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong2024-03-141-0/+1
| * f2fs: prevent atomic write on pinned fileDaeho Jeong2024-03-121-1/+2
| * f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu2024-03-124-27/+45
| * f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-127-62/+29