summaryrefslogtreecommitdiffstats
path: root/net/caif/cfmuxl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-17list: test: fix tests for list_cut_position()I Hsin Cheng1-0/+6
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-10treewide: correct the typo 'retun'WangYuli7-7/+7
2024-09-10ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi1-6/+9
2024-09-10nilfs2: remove duplicate 'unlikely()' usageKunwu Chan1-1/+1
2024-09-10nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi1-2/+5
2024-09-10nilfs2: determine empty node blocks as corruptedRyusuke Konishi1-1/+1
2024-09-10nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi1-1/+2
2024-09-10user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan1-3/+2
2024-09-10tools/mm: rm thp_swap_allocator_test when make cleanzhangjiao1-1/+1
2024-09-10squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak1-3/+3
2024-09-10lib: glob.c: added null check for character classAlok Swaminathan1-0/+2
2024-09-02nilfs2: refactor nilfs_segctor_thread()Ryusuke Konishi1-45/+40
2024-09-02nilfs2: use kthread_create and kthread_stop for the log writer threadRyusuke Konishi2-54/+31
2024-09-02nilfs2: remove sc_timer_taskRyusuke Konishi2-4/+1
2024-09-02nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()Ryusuke Konishi1-13/+0
2024-09-02nilfs2: eliminate the shared counter and spinlock for i_generationRyusuke Konishi3-15/+2
2024-09-02nilfs2: separate inode type information from i_state fieldRyusuke Konishi4-46/+28
2024-09-02nilfs2: use the BITS_PER_LONG macroRyusuke Konishi1-3/+2
2024-09-02nilfs2: use common implementation of file typeHuang Xiaojia1-39/+5
2024-09-02nfs make use of str_false_true helperHongbo Li1-6/+5
2024-09-02mm: make use of str_true_false helperHongbo Li1-2/+1
2024-09-02lib/string_choices: add str_true_false()/str_false_true() helperHongbo Li1-0/+6
2024-09-02kthread: fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-09-02scripts/decode_stacktrace.sh: add '-h' flagLuca Ceresoli1-1/+5
2024-09-02scripts/decode_stacktrace.sh: clarify command lineLuca Ceresoli1-1/+2
2024-09-02scripts/decode_stacktrace.sh: remove find_module recursion and improve error ...Luca Ceresoli1-20/+20
2024-09-02lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin1-1/+1
2024-09-02dimlib: use *-y instead of *-objs in MakefileAndy Shevchenko1-1/+1
2024-09-02nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()Ryusuke Konishi1-1/+8
2024-09-02nilfs2: do not propagate ENOENT error from sufile during GCRyusuke Konishi1-8/+56
2024-09-02nilfs2: do not propagate ENOENT error from sufile during recoveryRyusuke Konishi1-1/+10
2024-09-02nilfs2: treat missing cpfile header block as metadata corruptionRyusuke Konishi1-10/+12
2024-09-02nilfs2: treat missing sufile header block as metadata corruptionRyusuke Konishi1-5/+18
2024-09-02ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum1-5/+2
2024-09-02ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev1-2/+2
2024-09-02ratelimit: convert flags to int to save 8 bytes in sizeMateusz Guzik1-1/+1
2024-09-02scripts/decode_stacktrace.sh: nix-ifyKent Overstreet1-1/+1
2024-09-02ocfs2: fix unexpected zeroing of virtual diskChi Zhiling1-1/+1
2024-09-02ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu3-33/+7
2024-09-02Document/kexec: generalize crash hotplug descriptionSourabh Jain5-25/+35
2024-09-02nilfs2: fix missing initial short descriptions of kernel-doc commentsRyusuke Konishi4-39/+32
2024-09-02nilfs2: fix inconsistencies in kernel-doc comments in segment.hRyusuke Konishi1-3/+4
2024-09-02nilfs2: describe the members of nilfs_bmap_operations structureRyusuke Konishi1-1/+14
2024-09-02nilfs2: add missing description of nilfs_btree_path structureRyusuke Konishi1-0/+1
2024-09-02nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structureRyusuke Konishi1-1/+1
2024-09-02nilfs2: improve kernel-doc comments for b-tree node helpersRyusuke Konishi1-9/+54
2024-09-02nilfs2: add missing argument descriptions for ioctl-related helpersRyusuke Konishi1-2/+15
2024-09-02nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi1-0/+4
2024-09-02nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-23/+10