projects
/
platform
/
kernel
/
linux-rpi.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert "selftests: error out if kernel header files are not yet built"
2023-12-20
Baokun Li
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-11-28
Baokun Li
ext4: fix race between writepages and remount
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-08-27
Baokun Li
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-29
Baokun Li
ext4: avoid overlapping preallocations due to overflow
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-29
Baokun Li
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-29
Baokun Li
ext4: add two helper functions extent_logical_end(...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-03
Baokun Li
quota: simplify drop_dquot_ref()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-03
Baokun Li
quota: fix dqput() to follow the guarantees dquot_srcu...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-03
Baokun Li
quota: add new helper dquot_active()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-03
Baokun Li
quota: rename dquot_active() to inode_quota_active()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-07-03
Baokun Li
quota: factor out dquot_write_dquot()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: refactoring to use the unified helper ext4_quotas_off()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: turn quotas off if mount failed after enabling...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: make ext4_zeroout_es() return void
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: make ext4_es_insert_extent() return void
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: make ext4_es_insert_delayed_block() return void
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: make ext4_es_remove_extent() return void
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: using nofail preallocation in ext4_es_insert_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: using nofail preallocation in ext4_es_insert_delayed_b...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: using nofail preallocation in ext4_es_remove_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: use pre-allocated es in __es_remove_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: use pre-allocated es in __es_insert_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: factor out __es_alloc_extent() and __es_free_extent()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: add a new helper to check if es must be kept
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-06-26
Baokun Li
ext4: only update i_reserved_data_blocks on successful...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-05-13
Baokun Li
ext4: check iomap type only if ext4_iomap_begin() does...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-04-16
Baokun Li
writeback, cgroup: fix null-ptr-deref write in bdi_split_wor...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-02-19
Baokun Li
ext4: fix task hung in ext4_xattr_delete_inode
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-02-19
Baokun Li
ext4: update s_journal_inum if it changes after journal...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2023-02-19
Baokun Li
ext4: fail ext4_iget if special inode unallocated
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix corruption when online resizing a 1K bigalloc fs
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix corrupt backup group descriptors after online...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix bad checksum after online resize
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: correct inconsistent error msg in nojournal mode
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix use-after-free in ext4_orphan_cleanup
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix bug_on in __es_tree_search caused by bad...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: add EXT4_IGET_BAD flag to prevent unexpected...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: add helper to check quota inums
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-09
Baokun Li
ext4: fix bug_on in __es_tree_search caused by bad...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-12-01
Baokun Li
ext4: add inode table check in __ext4_get_inode_loc...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-11-18
Baokun Li
squashfs: fix null-ptr-deref in squashfs_fill_super
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-11-07
Baokun Li
ext4: fix use-after-free in ext4_ext_shift_extents
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-09-29
Baokun Li
ext4: fix null-ptr-deref in ext4_write_info
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-08-03
Baokun Li
ext4: correct the misjudgment in ext4_iget_extra_inode
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-08-03
Baokun Li
ext4: correct max_inline_xattr_value_size computing
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-08-03
Baokun Li
ext4: fix use-after-free in ext4_xattr_set_entry
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-08-03
Baokun Li
ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-06-18
Baokun Li
ext4: correct the judgment of BUG in ext4_mb_normalize_request
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-06-18
Baokun Li
ext4: fix bug_on ext4_mb_use_inode_pa
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-05-27
Baokun Li
jffs2: fix memory leak in jffs2_do_fill_super
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-05-24
Baokun Li
ext4: fix bug_on in __es_tree_search
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-05-17
Baokun Li
ext4: fix race condition between ext4_write and ext4_convert...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-03-17
Baokun Li
ubifs: rename_whiteout: correct old_dir size computing
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-03-16
Baokun Li
jffs2: fix memory leak in jffs2_scan_medium
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-03-16
Baokun Li
jffs2: fix memory leak in jffs2_do_mount_fs
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-03-16
Baokun Li
jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-01-22
Baokun Li
sysctl: returns -EINVAL when a negative value is passed...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2022-01-09
Baokun Li
ubi: Fix race condition between ctrl_cdev_ioctl and...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-12-25
Baokun Li
kfence: fix memory leak when cat kfence objects
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-12-23
Baokun Li
ubifs: read-only if LEB may always be taken in ubifs_garbage...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-12-23
Baokun Li
ubifs: fix double return leb in ubifs_garbage_collect
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-12-23
Baokun Li
ubifs: fix slab-out-of-bounds in ubifs_change_lp
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-11-29
Baokun Li
sata_fsl: fix warning in remove_proc_entry when rmmod...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-11-29
Baokun Li
sata_fsl: fix UAF in sata_fsl_port_stop when rmmod...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-09-14
Baokun Li
scsi: iscsi: Adjust iface sysfs attr detection
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-13
Baokun Li
nbd: add the check to prevent overflow in __nbd_ioctl()
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-12
Baokun Li
x86/power: Fix kernel-doc warnings in cpu.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-10
Baokun Li
genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-10
Baokun Li
cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-09
Baokun Li
drm/vmwgfx: Use list_move_tail instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-09
Baokun Li
drm/vmwgfx: Use list_move_tail instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-08-07
Baokun Li
drm/msm: Use list_move_tail instead of list_del/list_add_tai...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-07-28
Baokun Li
dmaengine: zynqmp_dma: Use list_move_tail instead of...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-07-28
Baokun Li
dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-07-28
Baokun Li
dmaengine: xilinx_dma: Use list_move_tail instead of...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-07-22
Baokun Li
media: atomisp: use list_splice_init in atomisp_compat_css20.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-07-08
Baokun Li
ftrace: Use list_move instead of list_del/list_add
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-28
Baokun Li
libceph: fix doc warnings in cls_lock_client.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-28
Baokun Li
gfs2: Use list_move_tail instead of list_del/list_add_tail
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-22
Baokun Li
clockevents: Use list_move() instead of list_del()...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-22
Baokun Li
clockevents: Add missing parameter documentation
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-22
Baokun Li
btrfs: send: use list_move_tail instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-21
Baokun Li
cifs: convert list_for_each to entry variant in cifs_debug.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-21
Baokun Li
cifs: convert list_for_each to entry variant in smb2misc.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-21
Baokun Li
cifs: fix doc warnings in cifs_dfs_ref.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-17
Baokun Li
ACPI: NVS: fix doc warnings in nvs.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-17
Baokun Li
ACPI: sysfs: fix doc warnings in device_sysfs.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-17
Baokun Li
crypto: ccp - Use list_move_tail instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-16
Baokun Li
platform/surface: aggregator: Use list_move_tail instead...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-16
Baokun Li
platform/surface: aggregator: Use list_move_tail instead...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-16
Baokun Li
scsi: qla2xxx: Use list_move_tail() instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-15
Baokun Li
powerpc/spider-pci: Remove set but not used variable...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-15
Baokun Li
powerpc/spufs: Remove set but not used variable 'dummy'
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-14
Baokun Li
dm writecache: use list_move instead of list_del/list_add...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-10
Baokun Li
dccp: tfrc: fix doc warnings in tfrc_equation.c
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-10
Baokun Li
usb: cdns3: cdns3-gadget: Use list_move_tail instead...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-09
Baokun Li
net: hns3: use list_move_tail instead of list_del/list_add_t...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-09
Baokun Li
net: hns3: use list_move_tail instead of list_del/list_add_t...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-09
Baokun Li
nfp: use list_move instead of list_del/list_add in...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
2021-06-09
Baokun Li
misc: bcm-vk: use list_move_tail instead of list_del...
Signed-off-by:
Baokun Li
<libaokun1@huawei.com>
commit
|
commitdiff
|
tree
next