summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-02make set_blocksize() fail unless block device is opened exclusivepull-set_blocksizeAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro
2024-05-02swsusp: don't bother with setting block sizeAl Viro
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro
2024-05-02swapon(2): open swap with O_EXCLAl Viro
2024-05-02swapon(2)/swapoff(2): don't bother with block sizeAl Viro
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro
2024-05-02bcache_register(): don't bother with set_blocksize()Al Viro
2024-04-14Linux 6.9-rc4v6.9-rc4Linus Torvalds
2024-04-14Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-14Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-14Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-04-14Merge tag 'perf-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-04-14Merge tag 'locking-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-14Merge tag 'irq-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-04-14Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...Linus Torvalds
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filespull-sysfs-annotation-fixAmir Goldstein
2024-04-13Merge tag 'ata-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds
2024-04-13Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-04-13Merge tag 'v6.9-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv
2024-04-13ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal
2024-04-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-04-12Merge tag 'soc-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-04-12Merge tag 'iommu-fixes-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-04-12Merge tag 'pci-v6.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-12Merge tag 'block-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-12Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-12Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-04-12Kconfig: add some hidden tabs on purposeLinus Torvalds
2024-04-12Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-04-12Merge tag 'mips-fixes_6.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-12Merge tag 'drm-fixes-2024-04-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-04-12selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov
2024-04-12block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz
2024-04-12iommu/amd: Change log message severityVasant Hegde
2024-04-12iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu
2024-04-12iommu/vt-d: Allocate local memory for page request queueJacob Pan
2024-04-12iommu/vt-d: Fix wrong use of pasid configXuchun Shang
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf
2024-04-12iommu: mtk: fix module autoloadingKrzysztof Kozlowski