aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-10f2fs: fix to drop all dirty pages during umount() if cp_error is setGravatar Chao Yu 2-3/+12
2023-04-10f2fs: fix to avoid use-after-free for cached IPU bioGravatar Chao Yu 1-1/+4
2023-04-10f2fs: remove unneeded in-memory i_crtime copyGravatar Chao Yu 2-5/+1
2023-04-10f2fs: use f2fs_hw_is_readonly() instead of bdev_read_only()Gravatar Chao Yu 2-3/+3
2023-04-10f2fs: use common implementation of file typeGravatar Weizhao Ouyang 4-53/+4
2023-04-10f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()Gravatar Yangtao Li 1-22/+8
2023-04-10f2fs: convert to use sysfs_emitGravatar Yangtao Li 1-8/+3
2023-04-10f2fs: set default compress option only when sb_has_compressionGravatar Yangtao Li 1-4/+6
2023-04-10f2fs: Fix system crash due to lack of free space in LFSGravatar Yonggil Song 3-11/+40
2023-04-10f2fs: remove struct victim_selection default_v_opsGravatar Yangtao Li 4-21/+10
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockGravatar Jaegeuk Kim 1-1/+1
2023-04-04f2fs: fix iostat lock protectionGravatar Qilin Tan 1-2/+2
2023-04-04f2fs: fix align check for npo2Gravatar Yohan Joung 1-2/+3
2023-04-04f2fs: add compression feature check for all compress mount optGravatar Yangtao Li 1-0/+12
2023-04-04f2fs: convert is_extension_exist() to return bool typeGravatar Yangtao Li 1-6/+6
2023-03-29f2fs: fix scheduling while atomic in decompression pathGravatar Jaegeuk Kim 3-2/+8
2023-03-29f2fs: preserve direct write semantics when buffering is forcedGravatar Hans Holmberg 1-8/+26
2023-03-29f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Gravatar Yangtao Li 1-0/+6
2023-03-29f2fs: remove else in f2fs_write_cache_pages()Gravatar Yangtao Li 1-5/+2
2023-03-29f2fs: apply zone capacity to all zone typeGravatar Jaegeuk Kim 2-61/+7
2023-03-29f2fs: fix to handle filemap_fdatawrite() error in f2fs_ioc_decompress_file/f2...Gravatar Yangtao Li 1-4/+10
2023-03-29f2fs: convert to MAX_SBI_FLAG instead of 32 in stat_show()Gravatar Yangtao Li 2-19/+23
2023-03-29f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeGravatar Yonggil Song 1-1/+3
2023-03-29f2fs: remove entire rb_entry sharingGravatar Jaegeuk Kim 2-112/+71
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useGravatar Jaegeuk Kim 3-139/+169
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useGravatar Jaegeuk Kim 5-115/+93
2023-03-29f2fs: fix uninitialized skipped_gc_rwsemGravatar Yonggil Song 1-1/+1
2023-03-29f2fs: handle dqget error in f2fs_transfer_project_quota()Gravatar Yangtao Li 1-7/+8
2023-03-29f2fs: convert to use bitmap APIGravatar Yangtao Li 11-51/+48
2023-03-29f2fs: export compress_percent and compress_watermark entriesGravatar Yangtao Li 2-0/+35
2023-03-29f2fs: make f2fs_sync_inode_meta() staticGravatar Li Zetao 2-2/+1
2023-03-29Merge tag 'xtensa-20230327' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 2-6/+12
2023-03-29Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-03-28Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2023-03-28Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-6/+24
2023-03-28Merge tag 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 4-9/+6
2023-03-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-42/+87
2023-03-27Merge tag 'platform-drivers-x86-v6.3-3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 5-20/+69
2023-03-27Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-3/+32
2023-03-27s390/ptrace: fix PTRACE_GET_LAST_BREAK error handlingGravatar Heiko Carstens 1-6/+2
2023-03-27s390: reintroduce expoline dependence to scriptsGravatar Jiri Slaby (SUSE) 1-1/+1
2023-03-27s390/vfio-ap: fix memory leak in vfio_ap device driverGravatar Tony Krowiak 1-1/+2
2023-03-27s390/uaccess: add missing earlyclobber annotations to __clear_user()Gravatar Heiko Carstens 1-1/+1
2023-03-27Merge tag 'kvm-riscv-fixes-6.3-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 1-4/+2
2023-03-27Merge tag 'kvmarm-fixes-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 3-38/+85
2023-03-26Linux 6.3-rc4v6.3-rc4Gravatar Linus Torvalds 1-1/+1
2023-03-26Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 31-130/+625
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+47
2023-03-26Merge tag 'perf_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+1
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-2/+6