summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-adp5520.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05ext4: use memtostr_pad() for s_volume_nameKees Cook2-2/+2
2024-07-05jbd2: speed up jbd2_transaction_committed()Zhang Yi2-12/+2
2024-06-28ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi1-32/+31
2024-06-28ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi1-15/+36
2024-06-28ext4: factor out a helper to check the cluster allocation stateZhang Yi1-17/+38
2024-06-28ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi2-13/+15
2024-06-28ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi4-31/+62
2024-06-28ext4: drop iblock parameterZhang Yi1-8/+7
2024-06-28ext4: trim delalloc extentZhang Yi1-4/+10
2024-06-28ext4: warn if delalloc counters are not zero on inactiveZhang Yi1-1/+5
2024-06-28ext4: check the extent status again before inserting delalloc blockZhang Yi1-0/+21
2024-06-28ext4: factor out a common helper to query extent mapZhang Yi1-25/+32
2024-06-27ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)1-0/+2
2024-06-27jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi1-5/+2
2024-06-27jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi1-2/+0
2024-06-27jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi1-2/+2
2024-06-27jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+4
2024-06-27jbd2: jump to new copy_done tag when b_frozen_data is created concurrentlyKemeng Shi1-7/+6
2024-06-27jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_bufferKemeng Shi1-5/+2
2024-06-27jbd2: remove unused return info from jbd2_journal_write_metadata_bufferKemeng Shi2-11/+8
2024-06-27jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi1-0/+1
2024-06-27ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen1-1/+5
2024-06-27jbd2: use str_plural() to fix Coccinelle warningThorsten Blum1-1/+2
2024-06-27ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming1-1/+1
2024-06-23Linux 6.10-rc5v6.10-rc5Linus Torvalds1-1/+1
2024-06-22pwm: stm32: Fix error message to not describe the previous error pathUwe Kleine-König1-1/+2
2024-06-22pwm: stm32: Fix calculation of prescalerUwe Kleine-König1-6/+12
2024-06-22docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' ...Wolfram Sang1-17/+24
2024-06-22docs: i2c: summary: document 'local' and 'remote' targetsWolfram Sang1-4/+9
2024-06-22docs: i2c: summary: document use of inclusive languageWolfram Sang2-13/+25
2024-06-22docs: i2c: summary: update speed mode descriptionWolfram Sang1-2/+2
2024-06-22docs: i2c: summary: update I2C specification linkWolfram Sang1-5/+3
2024-06-22docs: i2c: summary: start sentences consistently.Wolfram Sang1-6/+6
2024-06-21pwm: stm32: Refuse too small period requestsUwe Kleine-König1-0/+2
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-21closures: Change BUG_ON() to WARN_ON()Kent Overstreet1-2/+8
2024-06-21RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov1-0/+1
2024-06-21RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad1-5/+8
2024-06-21RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas1-2/+2
2024-06-21RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe1-1/+2
2024-06-21RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe1-0/+1
2024-06-21RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe1-3/+1
2024-06-21i2c: Add nop fwnode operationsSakari Ailus1-2/+22