index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-01
scsi: target: iblock: Fold iblock_emulate_read_cap_with_block_size() into iblock_get_blocks()
Christoph Hellwig
1
-15
/
+4
2022-10-01
scsi: qla2xxx: Fix serialization of DCBX TLV data request
Rafael Mendonca
1
-1
/
+1
2022-10-01
scsi: ufs: qcom: Remove redundant dev_err() call
Shang XiaoJing
1
-1
/
+0
2022-10-01
scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init()
Guixin Liu
1
-1
/
+1
2022-10-01
scsi: megaraid_sas: Remove unnecessary memset()
Guixin Liu
1
-4
/
+0
2022-10-01
scsi: megaraid_sas: Simplify megasas_update_device_list
Guixin Liu
1
-12
/
+5
2022-10-01
scsi: megaraid_sas: Correct an error message
Guixin Liu
1
-1
/
+1
2022-10-01
scsi: megaraid_sas: Correct value passed to scsi_device_lookup()
Guixin Liu
1
-1
/
+1
2022-10-01
Merge branch kvm-arm64/misc-6.1 into kvmarm-master/next
Marc Zyngier
5
-12
/
+20
2022-10-01
Merge branch kvm-arm64/dirty-log-ordered into kvmarm-master/next
Marc Zyngier
8
-10
/
+51
2022-10-01
KVM: arm64: Advertise new kvmarm mailing list
Marc Zyngier
1
-1
/
+2
2022-10-01
scsi: target: core: UA on all LUNs after reset
Dmitry Bogdanov
3
-2
/
+21
2022-10-01
scsi: target: core: New key must be used for moved PR
Dmitry Bogdanov
1
-2
/
+6
2022-10-01
scsi: target: core: Abort all preempted regs if requested
Dmitry Bogdanov
1
-1
/
+15
2022-10-01
scsi: target: core: Fix memory leak in preempt_and_abort
Dmitry Bogdanov
1
-4
/
+5
2022-10-01
scsi: target: core: Fix preempt and abort for allreg res
Dmitry Bogdanov
1
-1
/
+1
2022-10-01
ALSA: hda/hdmi: Don't skip notification handling during PM operation
Takashi Iwai
1
-6
/
+0
2022-09-30
dt-bindings: input: Add the PinePhone keyboard binding
Samuel Holland
1
-0
/
+66
2022-09-30
dt-bindings: input: Convert hid-over-i2c to DT schema
Rob Herring
2
-46
/
+83
2022-09-30
ext4: fix potential out of bound read in ext4_fc_replay_scan()
Ye Bin
1
-2
/
+36
2022-09-30
ext4: factor out ext4_fc_get_tl()
Ye Bin
1
-21
/
+25
2022-09-30
ext4: introduce EXT4_FC_TAG_BASE_LEN helper
Ye Bin
2
-26
/
+31
2022-09-30
ext4: factor out ext4_free_ext_path()
Ye Bin
7
-82
/
+54
2022-09-30
ext4: remove unnecessary drop path references in mext_check_coverage()
Ye Bin
1
-1
/
+0
2022-09-30
ext4: update 'state->fc_regions_size' after successful memory allocation
Ye Bin
1
-4
/
+5
2022-09-30
ext4: fix potential memory leak in ext4_fc_record_regions()
Ye Bin
1
-6
/
+8
2022-09-30
ext4: fix potential memory leak in ext4_fc_record_modified_inode()
Ye Bin
1
-3
/
+5
2022-09-30
ext4: remove redundant checking in ext4_ioctl_checkpoint
Guoqing Jiang
1
-3
/
+0
2022-09-30
jbd2: add miss release buffer head in fc_do_one_pass()
Ye Bin
1
-0
/
+1
2022-09-30
ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()
Jason Yan
1
-3
/
+3
2022-09-30
ext4: remove useless local variable 'blocksize'
Jason Yan
1
-24
/
+21
2022-09-30
ext4: unify the ext4 super block loading operation
Jason Yan
1
-80
/
+106
2022-09-30
ext4: factor out ext4_journal_data_mode_check()
Jason Yan
1
-25
/
+35
2022-09-30
ext4: factor out ext4_load_and_init_journal()
Jason Yan
1
-69
/
+88
2022-09-30
ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()
Jason Yan
1
-59
/
+84
2022-09-30
ext4: factor out ext4_geometry_check()
Jason Yan
1
-50
/
+61
2022-09-30
ext4: factor out ext4_check_feature_compatibility()
Jason Yan
1
-67
/
+77
2022-09-30
ext4: factor out ext4_init_metadata_csum()
Jason Yan
1
-37
/
+46
2022-09-30
ext4: factor out ext4_encoding_init()
Jason Yan
1
-36
/
+50
2022-09-30
ext4: factor out ext4_inode_info_init()
Jason Yan
1
-62
/
+75
2022-09-30
ext4: factor out ext4_fast_commit_init()
Jason Yan
1
-18
/
+25
2022-09-30
ext4: factor out ext4_handle_clustersize()
Jason Yan
1
-49
/
+61
2022-09-30
ext4: factor out ext4_set_def_opts()
Jason Yan
1
-49
/
+56
2022-09-30
ext4: remove cantfind_ext4 error handler
Jason Yan
1
-16
/
+13
2022-09-30
ext4: goto right label 'failed_mount3a'
Jason Yan
1
-5
/
+5
2022-09-30
ext4: adjust fast commit disable judgement order in ext4_fc_track_inode
Ye Bin
1
-3
/
+3
2022-09-30
ext4: factor out ext4_fc_disabled()
Ye Bin
1
-23
/
+15
2022-09-30
ext4: fix miss release buffer head in ext4_fc_write_inode
Ye Bin
1
-6
/
+9
2022-09-30
jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
Ye Bin
1
-3
/
+3
2022-09-30
jbd2: fix potential buffer head reference count leak
Ye Bin
1
-1
/
+7
[prev]
[next]