Age | Commit message (Expand) | Author |
2024-03-14 | f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault | Chao Yu |
2024-03-12 | f2fs: prevent atomic write on pinned file | Daeho Jeong |
2024-03-12 | f2fs: unify the error handling of f2fs_is_valid_blkaddr | Zhiguo Niu |
2024-03-12 | f2fs: compress: fix reserve_cblocks counting error when out of space | Xiuhong Wang |
2024-03-12 | f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocks | Xiuhong Wang |
2024-03-04 | f2fs: fix to check return value in f2fs_insert_range() | Chao Yu |
2024-02-29 | f2fs: compress: fix to check compress flag w/ .i_sem lock | Chao Yu |
2024-02-29 | f2fs: fix to handle segment allocation failure correctly | Chao Yu |
2024-02-27 | f2fs: support file pinning for zoned devices | Daeho Jeong |
2024-02-27 | f2fs: support SEEK_DATA and SEEK_HOLE for compression files | Daeho Jeong |
2024-02-27 | f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC | Jaegeuk Kim |
2024-02-20 | f2fs: deprecate io_bits | Jaegeuk Kim |
2024-02-05 | f2fs: introduce FAULT_BLKADDR_CONSISTENCE | Chao Yu |
2024-02-05 | f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnode | Chao Yu |
2024-02-05 | f2fs: compress: fix to check unreleased compressed cluster | Sheng Yong |
2024-01-11 | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-12-11 | f2fs: don't set FI_PREALLOCATED_ALL for partial write | Chao Yu |
2023-12-11 | f2fs: fix to update iostat correctly in f2fs_filemap_fault() | Chao Yu |
2023-12-11 | f2fs: fix to check compress file in f2fs_move_file_range() | Chao Yu |
2023-12-11 | f2fs: fix to tag gcing flag on page during block migration | Chao Yu |
2023-12-11 | f2fs: add tracepoint for f2fs_vm_page_mkwrite() | Chao Yu |
2023-12-11 | f2fs: update blkaddr in __set_data_blkaddr() for cleanup | Chao Yu |
2023-12-11 | f2fs: introduce get_dnode_addr() to clean up codes | Chao Yu |
2023-12-11 | f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN | Chao Yu |
2023-11-18 | bdev: rename freeze and thaw helpers | Christian Brauner |
2023-11-17 | f2fs: use inode_lock_shared instead of inode_lock in f2fs_seek_block() | zhangxirui |
2023-11-04 | Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-10-18 | f2fs: convert to new timestamp accessors | Jeff Layton |
2023-10-11 | f2fs: let f2fs_precache_extents() traverses in file range | Chao Yu |
2023-10-09 | f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() | Chao Yu |
2023-10-03 | f2fs: stop iterating f2fs_map_block if hole exists | Jaegeuk Kim |
2023-09-26 | f2fs: preload extent_cache for POSIX_FADV_WILLNEED | Jaegeuk Kim |
2023-09-14 | f2fs: set the default compress_level on ioctl | Jaegeuk Kim |
2023-09-02 | Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds |
2023-08-14 | f2fs: should update REQ_TIME for direct write | Zhiguo Niu |
2023-08-14 | f2fs: fix to account gc stats correctly | Chao Yu |
2023-08-14 | f2fs: compress: don't {,de}compress non-full cluster | Chao Yu |
2023-08-14 | f2fs: allow f2fs_ioc_{,de}compress_file to be interrupted | Chao Yu |
2023-08-14 | f2fs: fix to avoid mmap vs set_compress_option case | Chao Yu |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton |
2023-08-02 | fs: rename and move block_page_mkwrite_return | Christoph Hellwig |
2023-07-24 | f2fs: convert to ctime accessor functions | Jeff Layton |
2023-07-05 | Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-06-30 | f2fs: fix to do sanity check on direct node in truncate_dnode() | Chao Yu |
2023-06-30 | f2fs: only set release for file that has compressed data | Sheng Yong |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-26 | f2fs: remove unneeded page uptodate check/set | Yunlei He |
2023-06-26 | f2fs: update mtime and ctime in move file range method | Yunlei He |
2023-06-26 | f2fs: convert to use sbi directly | Yangtao Li |