Age | Commit message (Expand) | Author | Files | Lines |
2025-05-09 | f2fs: fix freezing filesystem during resize | Christian Brauner | 1 | -3/+3 |
2025-05-09 | super: add filesystem freezing helpers for suspend and hibernate | Christian Brauner | 1 | -3/+3 |
2025-03-27 | Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 19 | -580/+1030 |
2025-03-24 | Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2025-03-18 | f2fs: fix missing discard for active segments | Chunhai Guo | 1 | -1/+3 |
2025-03-18 | f2fs: optimize f2fs DIO overwrites | Yohan Joung | 1 | -1/+7 |
2025-03-17 | f2fs: fix to avoid atomicity corruption of atomic file | Yeongjin Gil | 2 | -3/+5 |
2025-03-13 | f2fs: pass sbi rather than sb to parse_options() | Eric Sandeen | 1 | -4/+3 |
2025-03-13 | f2fs: pass sbi rather than sb to quota qf_name helpers | Eric Sandeen | 1 | -10/+10 |
2025-03-13 | f2fs: defer readonly check vs norecovery | Eric Sandeen | 1 | -3/+7 |
2025-03-13 | f2fs: Pass sbi rather than sb to f2fs_set_test_dummy_encryption | Eric Sandeen | 1 | -3/+2 |
2025-03-13 | f2fs: make LAZYTIME a mount option flag | Eric Sandeen | 2 | -3/+13 |
2025-03-13 | f2fs: make INLINECRYPT a mount option flag | Eric Sandeen | 2 | -1/+5 |
2025-03-13 | f2fs: factor out an f2fs_default_check function | Eric Sandeen | 1 | -2/+14 |
2025-03-13 | f2fs: consolidate unsupported option handling errors | Eric Sandeen | 1 | -14/+4 |
2025-03-13 | f2fs: use f2fs_sb_has_device_alias during option parsing | Eric Sandeen | 1 | -1/+1 |
2025-03-13 | f2fs: add carve_out sysfs node | Daeho Jeong | 3 | -1/+7 |
2025-03-12 | f2fs: fix to avoid running out of free segments | Chao Yu | 1 | -0/+12 |
2025-03-11 | f2fs: Remove f2fs_write_node_page() | Matthew Wilcox (Oracle) | 1 | -8/+0 |
2025-03-11 | f2fs: Remove f2fs_write_meta_page() | Matthew Wilcox (Oracle) | 1 | -7/+0 |
2025-03-11 | f2fs: Remove f2fs_write_data_page() | Matthew Wilcox (Oracle) | 1 | -24/+0 |
2025-03-11 | f2fs: Remove check for ->writepage | Matthew Wilcox (Oracle) | 1 | -4/+0 |
2025-03-11 | Revert "f2fs: rebuild nat_bits during umount" | Chao Yu | 3 | -95/+59 |
2025-03-11 | f2fs: fix to avoid accessing uninitialized curseg | Chao Yu | 2 | -1/+15 |
2025-03-11 | f2fs: introduce FAULT_INCONSISTENT_FOOTER | Chao Yu | 3 | -1/+4 |
2025-03-11 | f2fs: do sanity check on xattr node footer in f2fs_get_xnode_page() | Chao Yu | 4 | -4/+16 |
2025-03-11 | f2fs: do sanity check on inode footer in f2fs_get_inode_page() | Chao Yu | 9 | -39/+67 |
2025-03-08 | f2fs: control nat_bits feature via mount option | Chao Yu | 3 | -0/+19 |
2025-03-05 | f2fs: set highest IO priority for checkpoint thread | Jaegeuk Kim | 1 | -1/+1 |
2025-03-05 | fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2025-03-04 | f2fs: Add f2fs_find_data_folio() | Matthew Wilcox (Oracle) | 2 | -22/+23 |
2025-03-04 | f2fs: Convert gc_data_segment() to use a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2025-03-04 | f2fs: Convert truncate_partial_data_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -11/+13 |
2025-03-04 | f2fs: Convert move_data_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -17/+17 |
2025-03-04 | f2fs: Add f2fs_get_lock_data_folio() | Matthew Wilcox (Oracle) | 2 | -10/+18 |
2025-03-04 | f2fs: Add f2fs_get_read_data_folio() | Matthew Wilcox (Oracle) | 2 | -20/+29 |
2025-03-04 | f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2025-03-04 | f2fs: Use a folio throughout __get_meta_page() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
2025-03-04 | f2fs: Use a folio throughout f2fs_truncate_inode_blocks() | Matthew Wilcox (Oracle) | 1 | -16/+16 |
2025-03-04 | f2fs: Add f2fs_get_node_folio() | Matthew Wilcox (Oracle) | 2 | -5/+14 |
2025-03-04 | f2fs: Convert f2fs_in_warm_node_list() to take a folio | Matthew Wilcox (Oracle) | 4 | -7/+8 |
2025-03-04 | f2fs: Mark some functions as taking a const page pointer | Matthew Wilcox (Oracle) | 2 | -4/+4 |
2025-03-04 | f2fs: Convert f2fs_write_end_io() to use a folio_iter | Matthew Wilcox (Oracle) | 1 | -15/+21 |
2025-03-04 | f2fs: Use a folio in do_write_page() | Matthew Wilcox (Oracle) | 1 | -2/+3 |
2025-03-04 | f2fs: Use a folio in __get_node_page() | Matthew Wilcox (Oracle) | 1 | -18/+18 |
2025-03-04 | f2fs: Add f2fs_grab_cache_folio() | Matthew Wilcox (Oracle) | 1 | -12/+25 |
2025-03-04 | f2fs: Return a folio from last_fsync_dnode() | Matthew Wilcox (Oracle) | 1 | -17/+17 |
2025-03-04 | f2fs: Convert last_fsync_dnode() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+16 |
2025-03-04 | f2fs: Convert f2fs_fsync_node_pages() to use a folio | Matthew Wilcox (Oracle) | 1 | -24/+24 |
2025-03-04 | f2fs: Pass a folio to flush_dirty_inode() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
2025-03-04 | f2fs: Convert f2fs_sync_node_pages() to use a folio | Matthew Wilcox (Oracle) | 1 | -22/+22 |
2025-03-04 | f2fs: Convert f2fs_flush_inline_data() to use a folio | Matthew Wilcox (Oracle) | 1 | -18/+13 |
2025-03-04 | f2fs: Add f2fs_folio_put() | Matthew Wilcox (Oracle) | 1 | -5/+12 |
2025-03-04 | f2fs: Add f2fs_folio_wait_writeback() | Matthew Wilcox (Oracle) | 2 | -12/+13 |
2025-03-04 | f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() | Chao Yu | 1 | -1/+8 |
2025-03-04 | f2fs: fix to call f2fs_recover_quota_end() correctly | Chao Yu | 1 | -1/+1 |
2025-03-04 | f2fs: fix potential deadloop in prepare_compress_overwrite() | Chao Yu | 2 | -4/+7 |
2025-02-28 | f2fs: add check for deleted inode | Leo Stone | 1 | -0/+8 |
2025-02-28 | f2fs: fix the missing write pointer correction | Jaegeuk Kim | 1 | -1/+3 |
2025-02-28 | f2fs: fix to set .discard_granularity correctly | Chao Yu | 1 | -3/+2 |
2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -7/+7 |
2025-02-13 | f2fs: add a sysfs entry to reclaim POSIX_FADV_NOREUSE pages | Jaegeuk Kim | 3 | -0/+155 |
2025-02-13 | f2fs: keep POSIX_FADV_NOREUSE ranges | Jaegeuk Kim | 5 | -6/+84 |
2025-02-12 | f2fs: fix to avoid panic once fallocation fails for pinfile | Chao Yu | 2 | -13/+15 |
2025-02-12 | f2fs: add ioctl to get IO priority hint | Jaegeuk Kim | 3 | -0/+27 |
2025-02-12 | f2fs: add dump_stack() in f2fs_handle_critical_error() | Chao Yu | 1 | -0/+2 |
2025-02-10 | f2fs: don't retry IO for corrupted data scenario | Chao Yu | 1 | -0/+4 |
2025-02-10 | f2fs: fix to return SHRINK_EMPTY if no objects to free | Zhiguo Niu | 1 | -1/+1 |
2025-02-10 | f2fs: quota: fix to avoid warning in dquot_writeback_dquots() | Chao Yu | 3 | -22/+61 |
2025-02-06 | f2fs: remove unnecessary null checking | Kohei Enju | 1 | -2/+0 |
2025-02-06 | f2fs: introduce f2fs_base_attr for global sysfs entries | Jaegeuk Kim | 1 | -22/+52 |
2025-01-27 | Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -181/+305 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
2025-01-25 | mm, swap: clean up device availability check | Kairui Song | 1 | -1/+0 |
2025-01-25 | f2fs: fix inconsistent dirty state of atomic file | Jianan Huang | 1 | -0/+6 |
2025-01-22 | f2fs: fix to avoid changing 'check only' behaior of recovery | Zhiguo Niu | 2 | -4/+3 |
2025-01-22 | f2fs: Clean up the loop outside of f2fs_invalidate_blocks() | Yi Sun | 1 | -3/+1 |
2025-01-22 | f2fs: procfs: show mtime in segment_bits | Chao Yu | 1 | -1/+2 |
2025-01-22 | f2fs: fix to avoid return invalid mtime from f2fs_get_section_mtime() | Chao Yu | 1 | -3/+9 |
2025-01-22 | f2fs: Fix format specifier in sanity_check_inode() | Nathan Chancellor | 1 | -1/+1 |
2025-01-21 | f2fs: avoid trying to get invalid block address | Jaegeuk Kim | 1 | -0/+1 |
2025-01-16 | f2fs: fix to do sanity check correctly on i_inline_xattr_size | Chao Yu | 1 | -9/+10 |
2025-01-16 | f2fs: remove blk_finish_plug | Jaegeuk Kim | 1 | -4/+0 |
2025-01-16 | f2fs: Optimize f2fs_truncate_data_blocks_range() | Yi Sun | 1 | -4/+25 |
2025-01-13 | f2fs: fix using wrong 'submitted' value in f2fs_write_cache_pages | zangyangyang1 | 2 | -0/+2 |
2025-01-13 | f2fs: add parameter @len to f2fs_invalidate_blocks() | Yi Sun | 5 | -16/+35 |
2025-01-08 | f2fs: update_sit_entry_for_release() supports consecutive blocks. | Yi Sun | 1 | -30/+45 |
2025-01-08 | f2fs: introduce update_sit_entry_for_release/alloc() | Yi Sun | 1 | -69/+93 |
2025-01-08 | f2fs: don't call block truncation for aliased file | Jaegeuk Kim | 1 | -2/+3 |
2025-01-08 | f2fs: Introduce linear search for dentries | Daniel Lee | 3 | -19/+45 |
2025-01-08 | f2fs: add parameter @len to f2fs_invalidate_internal_cache() | Yi Sun | 4 | -8/+8 |
2025-01-08 | f2fs: expand f2fs_invalidate_compress_page() to f2fs_invalidate_compress_page... | Yi Sun | 2 | -6/+8 |
2024-12-16 | f2fs: ensure that node info flags are always initialized | Dmitry Antipov | 1 | -0/+1 |
2024-12-16 | f2fs: The GC triggered by ioctl also needs to mark the segno as victim | Yongpeng Yang | 1 | -4/+7 |
2024-12-16 | f2fs: cache more dentry pages | zangyangyang1 | 1 | -1/+1 |
2024-12-16 | f2fs: Remove calls to folio_file_mapping() | Matthew Wilcox (Oracle) | 2 | -2/+2 |
2024-12-16 | f2fs: Convert __read_io_type() to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2024-12-16 | f2fs: Use a data folio in f2fs_submit_page_bio() | Matthew Wilcox (Oracle) | 1 | -9/+5 |
2024-12-16 | f2fs: Use a folio more in f2fs_submit_page_bio() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
2024-12-16 | f2fs: Convert f2fs_finish_read_bio() to use folios | Matthew Wilcox (Oracle) | 1 | -13/+8 |
2024-12-16 | f2fs: Add F2FS_F_SB() | Matthew Wilcox (Oracle) | 1 | -1/+6 |
2024-12-16 | f2fs: Convert submit tracepoints to take a folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2024-12-16 | f2fs: Use a folio in f2fs_write_compressed_pages() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
2024-12-16 | f2fs: Use a folio in f2fs_truncate_partial_cluster() | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2024-12-16 | f2fs: Use a folio in f2fs_compress_write_end() | Matthew Wilcox (Oracle) | 1 | -1/+2 |
2024-12-16 | f2fs: Use a folio in f2fs_all_cluster_page_ready() | Matthew Wilcox (Oracle) | 1 | -3/+5 |
2024-12-01 | f2fs: switch to using the crc32 library | Eric Biggers | 3 | -36/+2 |
2024-11-26 | Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 16 | -250/+640 |
2024-11-23 | f2fs: fix to drop all discards after creating snapshot on lvm device | Chao Yu | 2 | -7/+21 |
2024-11-23 | f2fs: add a sysfs node to limit max read extent count per-inode | Chao Yu | 3 | -1/+18 |
2024-11-21 | f2fs: fix to shrink read extent node in batches | Chao Yu | 1 | -28/+41 |
2024-11-21 | f2fs: print message if fscorrupted was found in f2fs_new_node_page() | Chao Yu | 1 | -1/+6 |
2024-11-21 | f2fs: clear SBI_POR_DOING before initing inmem curseg | Sheng Yong | 1 | -3/+3 |
2024-11-21 | f2fs: fix changing cursegs if recovery fails on zoned device | Sheng Yong | 4 | -28/+28 |
2024-11-21 | f2fs: adjust unusable cap before checkpoint=disable mode | Daeho Jeong | 1 | -1/+1 |
2024-11-21 | f2fs: fix to requery extent which cross boundary of inquiry | Chao Yu | 1 | -5/+15 |
2024-11-21 | f2fs: fix to adjust appropriate length for fiemap | Zhiguo Niu | 1 | -3/+3 |
2024-11-21 | f2fs: clean up w/ F2FS_{BLK_TO_BYTES,BTYES_TO_BLK} | Chao Yu | 1 | -39/+29 |
2024-11-21 | f2fs: fix to do cast in F2FS_{BLK_TO_BYTES, BTYES_TO_BLK} to avoid overflow | Chao Yu | 1 | -1/+1 |
2024-11-21 | f2fs: replace deprecated strcpy with strscpy | Daniel Yang | 1 | -2/+10 |
2024-11-21 | Revert "f2fs: remove unreachable lazytime mount option parsing" | Jaegeuk Kim | 1 | -0/+10 |
2024-11-18 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -10/+5 |
2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -3/+6 |
2024-11-05 | f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode | Chao Yu | 1 | -1/+5 |
2024-11-05 | f2fs: fix to map blocks correctly for direct write | Chao Yu | 1 | -1/+2 |
2024-11-05 | f2fs: fix race in concurrent f2fs_stop_gc_thread | Long Li | 1 | -3/+6 |
2024-11-05 | f2fs: fix fiemap failure issue when page size is 16KB | Xiuhong Wang | 1 | -21/+1 |
2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -10/+5 |
2024-11-01 | f2fs: remove redundant atomic file check in defragment | Zhiguo Niu | 1 | -1/+1 |
2024-11-01 | f2fs: fix to convert log type to segment data type correctly | Chao Yu | 1 | -8/+28 |
2024-11-01 | f2fs: clean up the unused variable additional_reserved_segments | LongPing Wei | 3 | -6/+2 |
2024-11-01 | f2fs: clean up opened code w/ {get,set}_nid() | Chao Yu | 1 | -7/+4 |
2024-11-01 | f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE... | Zhiguo Niu | 1 | -0/+2 |
2024-11-01 | f2fs: fix to parse temperature correctly in f2fs_get_segment_temp() | Chao Yu | 4 | -16/+30 |
2024-11-01 | f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason() | Chao Yu | 3 | -9/+9 |
2024-11-01 | f2fs: Fix not used variable 'index' | Zeng Heng | 1 | -2/+2 |
2024-11-01 | f2fs: fix typos | Andrew Kreimer | 1 | -2/+2 |
2024-11-01 | f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written ... | Qi Han | 1 | -0/+18 |
2024-11-01 | f2fs: check curseg->inited before write_sum_page in change_curseg | Yongpeng Yang | 1 | -1/+2 |
2024-11-01 | f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block | LongPing Wei | 1 | -1/+1 |
2024-11-01 | f2fs: zone: introduce first_zoned_segno in f2fs_sb_info | Chao Yu | 4 | -12/+16 |
2024-11-01 | f2fs: introduce device aliasing file | Daeho Jeong | 7 | -6/+119 |
2024-11-01 | f2fs: decrease spare area for pinned files for zoned devices | Daeho Jeong | 3 | -2/+5 |
2024-11-01 | f2fs: multidevice: add stats in debugfs | Chao Yu | 2 | -0/+121 |
2024-11-01 | f2fs: fix to do sanity check on node blkaddr in truncate_node() | Chao Yu | 1 | -0/+10 |
2024-10-28 | fs/writeback: convert wbc_account_cgroup_owner to take a folio | Pankaj Raghav | 1 | -3/+6 |
2024-10-16 | f2fs: fix to account dirty data in __get_secs_required() | Chao Yu | 1 | -10/+25 |
2024-10-14 | f2fs: fix null-ptr-deref in f2fs_submit_page_bio() | Ye Bin | 1 | -6/+6 |
2024-10-14 | f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. | Qi Han | 1 | -1/+3 |
2024-10-14 | f2fs: compress: fix inconsistent update of i_blocks in release_compress_block... | Qi Han | 1 | -1/+1 |
2024-10-14 | f2fs: Use struct_size() to improve f2fs_acl_clone() | Thorsten Blum | 1 | -3/+2 |
2024-10-14 | f2fs: introduce f2fs_get_section_mtime | liuderong | 4 | -18/+38 |
2024-10-11 | f2fs: allow parallel DIO reads | Jaegeuk Kim | 1 | -1/+2 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
2024-09-24 | Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 20 | -460/+738 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2024-09-23 | f2fs: allow F2FS_IPU_NOCACHE for pinned file | Jaegeuk Kim | 1 | -1/+2 |
2024-09-13 | f2fs: forcibly migrate to secure space for zoned device file pinning | Daeho Jeong | 1 | -2/+1 |
2024-09-12 | f2fs: remove unused parameters | liuderong | 4 | -9/+7 |
2024-09-11 | f2fs: fix to don't panic system for no free segment fault injection | Chao Yu | 1 | -3/+3 |
2024-09-11 | f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error() | Chao Yu | 1 | -4/+6 |
2024-09-11 | f2fs: add valid block ratio not to do excessive GC for one time GC | Daeho Jeong | 6 | -7/+22 |
2024-09-11 | f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent | Daeho Jeong | 3 | -3/+17 |
2024-09-11 | f2fs: do FG_GC when GC boosting is required for zoned devices | Daeho Jeong | 2 | -7/+18 |
2024-09-11 | f2fs: increase BG GC migration window granularity when boosted for zoned devices | Daeho Jeong | 2 | -2/+11 |
2024-09-11 | f2fs: add reserved_segments sysfs node | Daeho Jeong | 1 | -0/+2 |
2024-09-11 | f2fs: introduce migration_window_granularity | Daeho Jeong | 5 | -10/+33 |
2024-09-11 | f2fs: make BG GC more aggressive for zoned devices | Daeho Jeong | 4 | -6/+65 |
2024-09-11 | f2fs: avoid unused block when dio write in LFS mode | Daejun Park | 1 | -0/+8 |
2024-09-11 | f2fs: fix to check atomic_file in f2fs ioctl interfaces | Chao Yu | 1 | -1/+12 |
2024-09-11 | f2fs: get rid of online repaire on corrupted directory | Chao Yu | 2 | -79/+0 |
2024-09-11 | f2fs: prevent atomic file from being dirtied before commit | Daeho Jeong | 3 | -1/+14 |
2024-09-06 | f2fs: get rid of page->index | Chao Yu | 6 | -12/+15 |
2024-09-06 | f2fs: convert read_node_page() to use folio | Chao Yu | 1 | -4/+5 |
2024-09-06 | f2fs: convert __write_node_page() to use folio | Chao Yu | 1 | -9/+10 |
2024-09-06 | f2fs: convert f2fs_write_data_page() to use folio | Chao Yu | 1 | -4/+5 |
2024-09-06 | f2fs: convert f2fs_do_write_data_page() to use folio | Chao Yu | 1 | -13/+13 |
2024-09-06 | f2fs: convert f2fs_set_compressed_page() to use folio | Chao Yu | 1 | -3/+5 |
2024-09-06 | f2fs: convert f2fs_write_end() to use folio | Chao Yu | 1 | -6/+7 |
2024-09-06 | f2fs: convert f2fs_write_begin() to use folio | Chao Yu | 1 | -21/+23 |
2024-09-06 | f2fs: convert f2fs_submit_page_read() to use folio | Chao Yu | 1 | -6/+6 |
2024-09-06 | f2fs: convert f2fs_handle_page_eio() to use folio | Chao Yu | 3 | -4/+6 |
2024-09-06 | f2fs: convert f2fs_read_multi_pages() to use folio | Chao Yu | 1 | -12/+16 |
2024-09-06 | f2fs: convert __f2fs_write_meta_page() to use folio | Chao Yu | 1 | -6/+7 |
2024-09-06 | f2fs: convert f2fs_do_write_meta_page() to use folio | Chao Yu | 3 | -9/+9 |
2024-09-06 | f2fs: convert f2fs_write_single_data_page() to use folio | Chao Yu | 3 | -16/+18 |
2024-09-06 | f2fs: convert f2fs_write_inline_data() to use folio | Chao Yu | 4 | -8/+8 |
2024-09-06 | f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio | Chao Yu | 5 | -6/+5 |
2024-09-06 | f2fs: convert f2fs_vm_page_mkwrite() to use folio | Chao Yu | 1 | -16/+16 |
2024-09-06 | f2fs: convert f2fs_compress_ctx_add_page() to use folio | Chao Yu | 3 | -10/+10 |
2024-08-21 | f2fs: Use sysfs_emit_at() to simplify code | Christophe JAILLET | 1 | -24/+21 |
2024-08-21 | f2fs: atomic: fix to forbid dio in atomic_file | Chao Yu | 1 | -12/+24 |
2024-08-21 | f2fs: compress: don't redirty sparse cluster during {,de}compress | Yeongjin Gil | 3 | -26/+61 |
2024-08-21 | f2fs: check discard support for conventional zones | Shin'ichiro Kawasaki | 1 | -0/+7 |
2024-08-21 | f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread() | Chao Yu | 3 | -4/+11 |
2024-08-21 | f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation | Chao Yu | 1 | -0/+4 |
2024-08-21 | f2fs: fix to wait page writeback before setting gcing flag | Chao Yu | 1 | -0/+4 |
2024-08-21 | f2fs: Create COW inode from parent dentry for atomic write | Yeongjin Gil | 1 | -9/+3 |
2024-08-21 | f2fs: Require FMODE_WRITE for atomic write ioctls | Jann Horn | 1 | -0/+9 |
2024-08-21 | f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS | Zhiguo Niu | 5 | -8/+8 |