summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ahci: clean up intel_pcs_quirkNiklas Cassel2024-02-132-182/+180
* ata: ahci: Drop low power policy board typeMario Limonciello2024-02-093-70/+53
* ata: ahci: do not enable LPM on external portsNiklas Cassel2024-02-091-0/+9
* ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()Niklas Cassel2024-02-091-3/+3
* ata: ahci: a hotplug capable port is an external portNiklas Cassel2024-02-091-2/+3
* ata: ahci: move marking of external port earlierNiklas Cassel2024-02-092-7/+14
* dt-bindings: ata: atmel: remove at91 compact flash documentationHari Prasath Gujulan Elango2024-02-061-19/+0
* ata: pata_parport: make pata_parport_bus_type constRicardo B. Marliere2024-02-061-1/+1
* Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0411-189/+203
|\
| * ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-021-29/+3
| * ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-023-3/+10
| * ext4: add a hole extent entry in cache after punchZhang Yi2024-02-021-2/+4
| * ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-021-41/+70
| * ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-021-14/+11
| * ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-021-22/+17
| * ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-182-10/+6
| * ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18
| * ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi2024-01-181-4/+2
| * ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi2024-01-181-3/+1
| * ext4: remove unused return value of ext4_mb_releaseKemeng Shi2024-01-182-4/+2
| * ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
| * ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
| * ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
| * ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
| * ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
| * ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
| * ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
| * ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
| * ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
| * ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-01-181-4/+2
* | Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-02-044-8/+31
|\ \
| * | smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-012-3/+3
| * | cifs: failure to add channel on iface should bump up weightShyam Prasad N2024-02-011-0/+2
| * | cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-012-1/+5
| * | cifs: avoid redundant calls to disable multichannelShyam Prasad N2024-02-011-1/+1
| * | cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-312-3/+20
* | | Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-02-048-33/+33
|\ \ \
| * | | xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-307-30/+30
| * | | xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-01-291-3/+3
| |/ /
* | | Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-043-2/+12
|\ \ \
| * | | binder: signal epoll threads of self-workCarlos Llamas2024-01-311-0/+10
| * | | misc: open-dice: Fix spurious lockdep warningWill Deacon2024-01-311-1/+1
| * | | misc: fastrpc: Mark all sessions as invalid in cb_removeEkansh Gupta2024-01-311-1/+1
| |/ /
* | | Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-044-19/+53
|\ \ \
| * | | serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve2024-01-281-2/+18
| * | | serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve2024-01-281-3/+9
| * | | serial: max310x: improve crystal stable clock detectionHugo Villeneuve2024-01-281-5/+16