summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.6-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-2311-27/+60
|\
| * smb3: fix confusing debug messageSteve French2023-09-201-1/+1
| * smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLEDPaulo Alcantara2023-09-201-0/+3
| * smb3: remove duplicate error mappingSteve French2023-09-201-2/+0
| * cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-09-192-11/+24
| * smb3: do not start laundromat thread when dir leasesSteve French2023-09-196-10/+24
| * smb3: Add dynamic trace points for RDMA (smbdirect) reconnectSteve French2023-09-192-3/+8
* | Merge tag 'i2c-for-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-236-2/+29
|\ \
| * | i2c: xiic: Correct return value check for xiic_reinit()Daniel Scally2023-09-221-1/+1
| * | i2c: mux: gpio: Add missing fwnode_handle_put()Liang He2023-09-211-1/+3
| * | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang2023-09-201-0/+4
| * | i2c: designware: fix __i2c_dw_disable() in case master is holding SCL lowYann Sionneau2023-09-192-0/+20
| * | i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit2023-09-191-0/+1
| |/
* | mfd: cs42l43: Use correct macro for new-style PM runtime opsCharles Keepax2023-09-231-2/+2
* | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-2326-134/+177
|\ \
| * | docs/zh_CN/LoongArch: Update the links of ABITiezhu Yang2023-09-201-2/+2
| * | docs/LoongArch: Update the links of ABITiezhu Yang2023-09-201-2/+2
| * | LoongArch: Don't inline kasan_mem_to_shadow()/kasan_shadow_to_mem()Huacai Chen2023-09-202-53/+57
| * | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-203-8/+12
| * | LoongArch: Set all reserved memblocks on Node#0 at initializationHuacai Chen2023-09-201-1/+3
| * | LoongArch: Remove dead code in relocate_new_kernelTiezhu Yang2023-09-201-1/+0
| * | LoongArch: Use _UL() and _ULL()Andy Shevchenko2023-09-201-6/+6
| * | LoongArch: Fix some build warnings with W=1Bibo Mao2023-09-2016-39/+72
| * | LoongArch: Fix lockdep static memory detectionHelge Deller2023-09-201-27/+28
| |/
* | Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-09-234-13/+25
|\ \
| * | s390/cert_store: fix string length handlingPeter Oberparleiter2023-09-191-3/+4
| * | s390: update defconfigsHeiko Carstens2023-09-193-10/+21
| |/
* | Merge tag 'iomap-6.6-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-232-23/+32
|\ \
| * | iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong2023-09-191-10/+14
| * | iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong2023-09-181-2/+4
| * | iomap: handle error conditions more gracefully in iomap_to_bhChristoph Hellwig2023-09-121-11/+14
* | | Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-221-0/+7
|\ \ \
| * | | uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++Alexey Dobriyan2023-09-131-0/+6
| * | | uapi: stddef.h: Fix header guard locationAlexey Dobriyan2023-09-131-1/+2
* | | | Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-09-2228-241/+441
|\ \ \ \
| * | | | xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao2023-09-131-2/+2
| * | | | Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-132-3/+6
| |\ \ \ \
| | * | | | xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2023-09-122-3/+6
| * | | | | Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R2023-09-131-0/+11
| |\| | | |
| | * | | | xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong2023-09-121-0/+11
| * | | | | Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-139-9/+195
| |\| | | |
| | * | | | xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-125-6/+29
| | * | | | xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-125-0/+144
| | * | | | xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-123-3/+22
| * | | | | Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2023-09-132-5/+100
| |\| | | |
| | * | | | xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2023-09-122-5/+100
| * | | | | Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-9/+40
| |\| | | |
| | * | | | xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-126-9/+40
| * | | | | Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R2023-09-133-22/+12
| |\| | | |
| | * | | | xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-122-18/+2