summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
4 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
14 daysfolio_batch: rename pagevec.h to folio_batch.hTal Zussman
14 daysfs: remove unncessary pagevec.h includesTal Zussman
14 daysmm: remove stray references to struct pagevecTal Zussman
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig
2026-03-09fscrypt: pass a byte offset to fscrypt_mergeable_bioChristoph Hellwig
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17f2fs: make f2fs_verify_cluster() partially large-folio-awareEric Biggers
2026-02-17f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()Eric Biggers
2026-02-17f2fs: stop using writeback internals for dirty_exceeded checksKundan Kumar
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-10f2fs: sysfs: introduce critical_task_priorityChao Yu
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig
2026-02-04f2fs: consolidate fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
2026-01-31f2fs: introduce trace_f2fs_priority_updateChao Yu
2026-01-31f2fs: fix lock priority inversion issueChao Yu
2026-01-31f2fs: optimize f2fs_overwrite_io() for f2fs_iomap_beginYeongjin Gil
2026-01-30f2fs: fix incomplete block usage in compact SSA summariesDaeho Jeong
2026-01-29fsverity: start consolidating pagecache codeChristoph Hellwig
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig
2026-01-29f2fs: don't build the fsverity work handler for !CONFIG_FS_VERITYChristoph Hellwig
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-29fs,fsverity: reject size changes on fsverity files in setattr_prepareChristoph Hellwig
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-27f2fs: decrease maximum flush retry count in f2fs_enable_checkpoint()Chao Yu
2026-01-27f2fs: optimize NAT block loading during checkpoint writeYongpeng Yang
2026-01-27f2fs: change size parameter of __has_cursum_space() to unsigned intYongpeng Yang
2026-01-27f2fs: add write latency stats for NAT and SIT blocks in f2fs_write_checkpointYongpeng Yang
2026-01-27f2fs: pin files do not require sbi->writepages lock for orderingYongpeng Yang
2026-01-27f2fs: fix to show simulate_lock_timeout correctlyChao Yu
2026-01-27f2fs: introduce FAULT_SKIP_WRITEChao Yu
2026-01-27f2fs: check skipped write in f2fs_enable_checkpoint()Chao Yu
2026-01-20Revert "f2fs: add timeout in f2fs_enable_checkpoint()"Jaegeuk Kim