index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
file.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6 days
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2025-06-19
fs: replace mmap hook with .mmap_prepare for simple mappings
Lorenzo Stoakes
2025-06-18
f2fs: fix to zero post-eof page
Chao Yu
2025-05-08
f2fs: remove wbc->for_reclaim handling
Christoph Hellwig
2025-05-06
f2fs: handle error cases of memory donation
Daeho Jeong
2025-04-28
f2fs: Pass a folio to get_dnode_addr()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in redirty_blocks()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in need_inode_page_update()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Pass a folio to f2fs_truncate_inline_inode()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Pass folios to set_new_dnode()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in f2fs_do_truncate_blocks()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in fill_zero()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in f2fs_defragment_range()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in __clone_blkaddrs()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use f2fs_folio_wait_writeback()
Matthew Wilcox (Oracle)
2025-04-10
f2fs: add a fast path in finish_preallocate_blocks()
Chao Yu
2025-03-12
f2fs: fix to avoid running out of free segments
Chao Yu
2025-03-11
f2fs: do sanity check on inode footer in f2fs_get_inode_page()
Chao Yu
2025-03-04
f2fs: Convert truncate_partial_data_page() to use a folio
Matthew Wilcox (Oracle)
2025-02-13
f2fs: keep POSIX_FADV_NOREUSE ranges
Jaegeuk Kim
2025-02-12
f2fs: fix to avoid panic once fallocation fails for pinfile
Chao Yu
2025-02-12
f2fs: add ioctl to get IO priority hint
Jaegeuk Kim
2025-01-22
f2fs: Clean up the loop outside of f2fs_invalidate_blocks()
Yi Sun
2025-01-16
f2fs: Optimize f2fs_truncate_data_blocks_range()
Yi Sun
2025-01-13
f2fs: add parameter @len to f2fs_invalidate_blocks()
Yi Sun
2024-11-26
Merge tag 'f2fs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-05
f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode
Chao Yu
2024-11-05
f2fs: fix race in concurrent f2fs_stop_gc_thread
Long Li
2024-11-03
fdget(), more trivial conversions
Al Viro
2024-11-01
f2fs: remove redundant atomic file check in defragment
Zhiguo Niu
2024-11-01
f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
Chao Yu
2024-11-01
f2fs: introduce device aliasing file
Daeho Jeong
2024-11-01
f2fs: decrease spare area for pinned files for zoned devices
Daeho Jeong
2024-10-14
f2fs: compress: fix inconsistent update of i_blocks in release_compress_block...
Qi Han
2024-10-11
f2fs: allow parallel DIO reads
Jaegeuk Kim
2024-09-24
Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-11
f2fs: fix to check atomic_file in f2fs ioctl interfaces
Chao Yu
2024-09-06
f2fs: convert f2fs_vm_page_mkwrite() to use folio
Chao Yu
2024-08-21
f2fs: atomic: fix to forbid dio in atomic_file
Chao Yu
2024-08-21
f2fs: compress: don't redirty sparse cluster during {,de}compress
Yeongjin Gil
2024-08-21
f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()
Chao Yu
2024-08-21
f2fs: atomic: fix to truncate pagecache before on-disk metadata truncation
Chao Yu
2024-08-21
f2fs: fix to wait page writeback before setting gcing flag
Chao Yu
2024-08-21
f2fs: Create COW inode from parent dentry for atomic write
Yeongjin Gil
2024-08-21
f2fs: Require FMODE_WRITE for atomic write ioctls
Jann Horn
2024-08-21
f2fs: clean up val{>>,<<}F2FS_BLKSIZE_BITS
Zhiguo Niu
[next]