summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2-33/+26
2024-05-09f2fs: fix block migration when section is not aligned to pow2Wu Bo1-9/+8
2024-04-29f2fs: zone: fix to don't trigger OPU on pinfile for direct IOChao Yu1-2/+3
2024-04-29f2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()Chao Yu1-0/+6
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu4-6/+15
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao1-3/+2
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-25f2fs: fix false alarm on invalid block addressJaegeuk Kim1-4/+5
2024-04-25f2fs: clear writeback when compression failedJaegeuk Kim1-2/+38
2024-04-19f2fs: remove unnecessary block size check in init_f2fs_fs()Chao Yu1-6/+0
2024-04-19f2fs: fix comment in sanity_check_raw_super()Chao Yu1-1/+1
2024-04-19f2fs: convert f2fs__page tracepoint class to use folioChao Yu4-30/+30
2024-04-19f2fs: convert f2fs_read_inline_data() to use folioChao Yu3-25/+24
2024-04-19f2fs: convert f2fs_read_single_page() to use folioChao Yu1-13/+14
2024-04-19f2fs: convert f2fs_mpage_readpages() to use folioChao Yu1-40/+40
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim5-7/+118
2024-04-14f2fs: allow direct io of pinned files for zoned storageDaeho Jeong1-1/+2
2024-04-14f2fs: prevent writing without fallocate() for pinned filesDaeho Jeong1-9/+16
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim8-13/+13
2024-04-12f2fs: add REQ_TIME time update for some user behaviorsZhiguo Niu1-3/+12
2024-04-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-0/+2
2024-04-12f2fs: don't set RO when shutting down f2fsJaegeuk Kim1-2/+8
2024-04-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-04-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-04-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-04-09f2fs: fix zoned block device information initializationWenjie Qi2-0/+28
2024-04-03f2fs: fix to adjust appropirate defragment pg_endZhiguo Niu1-5/+7
2024-03-30f2fs: remove clear SB_INLINECRYPT flag in default_optionsYunlei He1-2/+0
2024-03-30f2fs: fix to wait on page writeback in __clone_blkaddrs()Chao Yu1-0/+3
2024-03-30f2fs: support to map continuous holes or preallocated addressChao Yu1-6/+23
2024-03-30f2fs: multidev: fix to recognize valid zero block addressChao Yu1-1/+1
2024-03-26f2fs: introduce map_is_mergeable() for cleanupChao Yu1-6/+17
2024-03-26f2fs: fix to detect inconsistent nat entry during truncationChao Yu1-1/+11
2024-03-26f2fs: Prevent s_writer rw_sem count mismatch in f2fs_evict_inodeYeongjin Gil1-2/+5
2024-03-26f2fs: support .shutdown in f2fs_sopsChao Yu3-27/+51
2024-03-25Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds9-5/+114
2024-03-25Linux 6.9-rc1Linus Torvalds1-2/+2
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+14
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-89/+80
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2-12/+42
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13