| Commit message (Expand) | Author | Age | Files | Lines |
* | i2c: i801: Add helper i801_get_block_len | Heiner Kallweit | 2024-02-08 | 1 | -15/+20 |
* | i2c: i801: Add SMBUS_LEN_SENTINEL | Heiner Kallweit | 2024-02-08 | 1 | -6/+16 |
* | i2c: i801: Split i801_block_transaction | Heiner Kallweit | 2024-02-08 | 1 | -62/+50 |
* | i2c: i801: Add helper i801_check_and_clear_pec_error | Heiner Kallweit | 2024-02-08 | 1 | -14/+24 |
* | i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4 | Heiner Kallweit | 2024-02-08 | 1 | -3/+2 |
* | dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support | Geert Uytterhoeven | 2024-02-08 | 1 | -0/+1 |
* | i2c: hisi: Add clearing tx aempty interrupt operation | Devyn Liu | 2024-02-08 | 1 | -0/+11 |
* | i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1 | Devyn Liu | 2024-02-08 | 1 | -1/+1 |
* | i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency ca... | Geert Uytterhoeven | 2024-02-08 | 1 | -16/+11 |
* | i2c: imx: move to generic GPIO recovery | Esben Haabendal | 2024-02-08 | 1 | -57/+5 |
* | i2c: i801: Remove unused argument from tco functions | Heiner Kallweit | 2024-02-08 | 1 | -6/+4 |
* | i2c: i801: Replace magic value with constant in dmi_check_onboard_devices | Heiner Kallweit | 2024-02-08 | 1 | -1/+1 |
* | i2c: muxes: pca954x: Enable features on MAX7357 | Patrick Rudolph | 2024-02-08 | 1 | -1/+42 |
* | dt-bindings: i2c: pca954x: Add custom properties for MAX7357 | Patrick Rudolph | 2024-02-08 | 1 | -0/+30 |
* | Linux 6.8-rc3v6.8-rc3 | Linus Torvalds | 2024-02-04 | 1 | -1/+1 |
* | Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-02-04 | 11 | -189/+203 |
|\ |
|
| * | ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type | Zhang Yi | 2024-02-02 | 1 | -29/+3 |
| * | ext4: make ext4_map_blocks() distinguish delalloc only extent | Zhang Yi | 2024-02-02 | 3 | -3/+10 |
| * | ext4: add a hole extent entry in cache after punch | Zhang Yi | 2024-02-02 | 1 | -2/+4 |
| * | ext4: correct the hole length returned by ext4_map_blocks() | Zhang Yi | 2024-02-02 | 1 | -41/+70 |
| * | ext4: convert to exclusive lock while inserting delalloc extents | Zhang Yi | 2024-02-02 | 1 | -14/+11 |
| * | ext4: refactor ext4_da_map_blocks() | Zhang Yi | 2024-02-02 | 1 | -22/+17 |
| * | ext4: remove 'needed' in trace_ext4_discard_preallocations | Kemeng Shi | 2024-01-18 | 2 | -10/+6 |
| * | ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations | Kemeng Shi | 2024-01-18 | 9 | -22/+18 |
| * | ext4: remove unused return value of ext4_mb_release_group_pa | Kemeng Shi | 2024-01-18 | 1 | -4/+2 |
| * | ext4: remove unused return value of ext4_mb_release_inode_pa | Kemeng Shi | 2024-01-18 | 1 | -3/+1 |
| * | ext4: remove unused return value of ext4_mb_release | Kemeng Shi | 2024-01-18 | 2 | -4/+2 |
| * | ext4: remove unused ext4_allocation_context::ac_groups_considered | Kemeng Shi | 2024-01-18 | 1 | -1/+0 |
| * | ext4: remove unneeded return value of ext4_mb_release_context | Kemeng Shi | 2024-01-18 | 1 | -2/+1 |
| * | ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*() | Kemeng Shi | 2024-01-18 | 1 | -6/+6 |
| * | ext4: remove unused return value of __mb_check_buddy | Kemeng Shi | 2024-01-18 | 1 | -4/+3 |
| * | ext4: mark the group block bitmap as corrupted before reporting an error | Baokun Li | 2024-01-18 | 1 | -11/+11 |
| * | ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() | Baokun Li | 2024-01-18 | 1 | -5/+4 |
| * | ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found() | Baokun Li | 2024-01-18 | 1 | -0/+4 |
| * | ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ... | Baokun Li | 2024-01-18 | 1 | -1/+1 |
| * | ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks() | Baokun Li | 2024-01-18 | 1 | -18/+21 |
| * | ext4: regenerate buddy after block freeing failed if under fc replay | Baokun Li | 2024-01-18 | 1 | -0/+20 |
| * | ext4: do not trim the group with corrupted block bitmap | Baokun Li | 2024-01-18 | 1 | -0/+3 |
| * | ext4: fix double-free of blocks due to wrong extents moved_len | Baokun Li | 2024-01-18 | 1 | -4/+2 |
* | | Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2024-02-04 | 4 | -8/+31 |
|\ \ |
|
| * | | smb: client: increase number of PDUs allowed in a compound request | Paulo Alcantara | 2024-02-01 | 2 | -3/+3 |
| * | | cifs: failure to add channel on iface should bump up weight | Shyam Prasad N | 2024-02-01 | 1 | -0/+2 |
| * | | cifs: do not search for channel if server is terminating | Shyam Prasad N | 2024-02-01 | 2 | -1/+5 |
| * | | cifs: avoid redundant calls to disable multichannel | Shyam Prasad N | 2024-02-01 | 1 | -1/+1 |
| * | | cifs: make sure that channel scaling is done only once | Shyam Prasad N | 2024-01-31 | 2 | -3/+20 |
* | | | Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2024-02-04 | 8 | -33/+33 |
|\ \ \ |
|
| * | | | xfs: remove conditional building of rt geometry validator functions | Darrick J. Wong | 2024-01-30 | 7 | -30/+30 |
| * | | | xfs: reset XFS_ATTR_INCOMPLETE filter on node removal | Andrey Albershteyn | 2024-01-29 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-02-04 | 3 | -2/+12 |
|\ \ \ |
|
| * | | | binder: signal epoll threads of self-work | Carlos Llamas | 2024-01-31 | 1 | -0/+10 |