summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-051-0/+1
* jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-051-0/+1
* ext4: use memtostr_pad() for s_volume_nameKees Cook2024-07-052-2/+2
* jbd2: speed up jbd2_transaction_committed()Zhang Yi2024-07-052-12/+2
* ext4: make ext4_da_map_blocks() buffer_head unawareZhang Yi2024-06-281-32/+31
* ext4: make ext4_insert_delayed_block() insert multi-blocksZhang Yi2024-06-281-15/+36
* ext4: factor out a helper to check the cluster allocation stateZhang Yi2024-06-281-17/+38
* ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi2024-06-282-13/+15
* ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi2024-06-284-31/+62
* ext4: drop iblock parameterZhang Yi2024-06-281-8/+7
* ext4: trim delalloc extentZhang Yi2024-06-281-4/+10
* ext4: warn if delalloc counters are not zero on inactiveZhang Yi2024-06-281-1/+5
* ext4: check the extent status again before inserting delalloc blockZhang Yi2024-06-281-0/+21
* ext4: factor out a common helper to query extent mapZhang Yi2024-06-281-25/+32
* ext4: fix infinite loop when replaying fast_commitLuis Henriques (SUSE)2024-06-271-0/+2
* jbd2: remove unnecessary "should_sleep" in kjournald2Kemeng Shi2024-06-271-5/+2
* jbd2: remove dead check of JBD2_UNMOUNT in kjournald2Kemeng Shi2024-06-271-2/+0
* jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2Kemeng Shi2024-06-271-2/+0
* jbd2: use bh_in instead of jh2bh(jh_in) to simplify codeKemeng Shi2024-06-271-2/+2
* jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_bufferKemeng Shi2024-06-271-5/+4
* jbd2: jump to new copy_done tag when b_frozen_data is created concurrentlyKemeng Shi2024-06-271-7/+6
* jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_bufferKemeng Shi2024-06-271-5/+2
* jbd2: remove unused return info from jbd2_journal_write_metadata_bufferKemeng Shi2024-06-272-11/+8
* jbd2: avoid memleak in jbd2_journal_write_metadata_bufferKemeng Shi2024-06-271-0/+1
* ext4: fix uninitialized variable in ext4_inlinedir_to_treeXiaxi Shen2024-06-271-1/+5
* jbd2: use str_plural() to fix Coccinelle warningThorsten Blum2024-06-271-1/+2
* ext4: block_validity: Remove unnecessary ‘NULL’ values from new_nodeLi zeming2024-06-271-1/+1
* Linux 6.10-rc5v6.10-rc5Linus Torvalds2024-06-231-1/+1
* Merge tag 'i2c-for-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-236-41/+83
|\
| * Merge tag 'i2c-host-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang2024-06-233-3/+3
| |\
| | * i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi2024-06-211-1/+1
| | * dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller s...Krzysztof Kozlowski2024-06-211-1/+1
| | * dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schemaKrzysztof Kozlowski2024-06-211-1/+1
| * | docs: i2c: summary: be clearer with 'controller/target' and 'adapter/client' ...Wolfram Sang2024-06-221-17/+24
| * | docs: i2c: summary: document 'local' and 'remote' targetsWolfram Sang2024-06-221-4/+9
| * | docs: i2c: summary: document use of inclusive languageWolfram Sang2024-06-222-13/+25
| * | docs: i2c: summary: update speed mode descriptionWolfram Sang2024-06-221-2/+2
| * | docs: i2c: summary: update I2C specification linkWolfram Sang2024-06-221-5/+3
| * | docs: i2c: summary: start sentences consistently.Wolfram Sang2024-06-221-6/+6
| * | i2c: Add nop fwnode operationsSakari Ailus2024-06-211-2/+22
| |/
* | Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-235-32/+27
|\ \
| * | cifs: Move the 'pid' from the subreq to the reqDavid Howells2024-06-204-15/+10
| * | cifs: Only pick a channel once per read requestDavid Howells2024-06-202-11/+4
| * | cifs: Defer read completionDavid Howells2024-06-201-3/+12
| * | cifs: fix typo in module parameter enable_gcm_256Steve French2024-06-191-1/+1
| * | cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song2024-06-191-2/+0
| |/
* | Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-232-21/+12
|\ \
| * | memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)2024-06-162-21/+12
* | | Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-06-232-2/+2
|\ \ \
| * | | mips: fix compat_sys_lseek syscallArnd Bergmann2024-06-211-1/+1